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