forked from mirrors/nixpkgs
Fixed detection of PCI utils
svn path=/nixpkgs/trunk/; revision=14467
This commit is contained in:
parent
01519d1005
commit
b3c8857f60
|
@ -7,6 +7,6 @@ stdenv.mkDerivation {
|
|||
url = mirror://kde/stable/4.2.1/src/kdebase-4.2.1.tar.bz2;
|
||||
sha1 = "c500024294a7621d176d26bdabdd138d18ec827d";
|
||||
};
|
||||
buildInputs = [ cmake perl qt4 kdelibs pciutils libraw1394
|
||||
buildInputs = [ cmake perl qt4 kdelibs pciutils stdenv.gcc.libc libraw1394
|
||||
automoc4 phonon strigi qimageblitz soprano ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue