libproxy: add networkmanager and PAC support
This commit is contained in:
parent
8e72dc3d46
commit
9b4e170f72
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, cmake, zlib, glib }:
|
{ stdenv, lib, fetchFromGitHub, pkgconfig, cmake
|
||||||
|
, dbus, networkmanager, spidermonkey_1_8_5 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libproxy-${version}";
|
name = "libproxy-${version}";
|
||||||
@ -14,9 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
|
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
propagatedBuildInputs = [ zlib ]
|
|
||||||
# now some optional deps, but many more are possible
|
buildInputs = [ dbus networkmanager spidermonkey_1_8_5 ];
|
||||||
++ [ glib ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user