tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libgnurl: add darwin support
Weijia Wang
2 years ago
4b63ac9c
0d8f2365
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libgnurl
default.nix
+1
-1
pkgs/development/libraries/libgnurl/default.nix
reviewed
···
40
40
description = "A fork of libcurl used by GNUnet";
41
41
homepage = "https://gnunet.org/en/gnurl.html";
42
42
maintainers = with maintainers; [ vrthra ];
43
43
-
platforms = platforms.linux;
43
43
+
platforms = platforms.unix;
44
44
license = licenses.curl;
45
45
};
46
46
}