argp-standalone: broaden platforms
Builds fine for FreeBSD and NetBSD.
This commit is contained in:
parent
7e9d346ba0
commit
bdc48ff116
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/argp-standalone/argp-standalone";
|
homepage = "https://github.com/argp-standalone/argp-standalone";
|
||||||
description = "Standalone version of arguments parsing functions from Glibc";
|
description = "Standalone version of arguments parsing functions from Glibc";
|
||||||
platforms = with platforms; darwin ++ linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ amar1729 ];
|
maintainers = with maintainers; [ amar1729 ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue