kde4.networkmanagement needs pkg-config
svn path=/nixpkgs/trunk/; revision=32328
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, gettext, kdelibs, kde_workspace, networkmanager }:
|
{ stdenv, fetchurl, gettext, kdelibs, kde_workspace, networkmanager, pkgconfig }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "networkmanagement";
|
pname = "networkmanagement";
|
||||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ kdelibs kde_workspace networkmanager ];
|
buildInputs = [ kdelibs kde_workspace networkmanager ];
|
||||||
buildNativeInputs = [ gettext ];
|
buildNativeInputs = [ gettext pkgconfig ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE="-I${kde_workspace}/include/solid/control";
|
NIX_CFLAGS_COMPILE="-I${kde_workspace}/include/solid/control";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user