libgnurl: add darwin support
This commit is contained in:
parent
0d8f23653d
commit
4b63ac9ccc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A fork of libcurl used by GNUnet";
|
description = "A fork of libcurl used by GNUnet";
|
||||||
homepage = "https://gnunet.org/en/gnurl.html";
|
homepage = "https://gnunet.org/en/gnurl.html";
|
||||||
maintainers = with maintainers; [ vrthra ];
|
maintainers = with maintainers; [ vrthra ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.curl;
|
license = licenses.curl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue