3
0
Fork 0
forked from mirrors/nixpkgs

polkit-qt-1: add pkgconfig to explicit buildInputs

svn path=/nixpkgs/trunk/; revision=26051
This commit is contained in:
Yury G. Kudryashov 2011-02-22 06:19:21 +00:00
parent db67fc27a3
commit 513947cf9f

View file

@ -3,8 +3,9 @@
stdenv.mkDerivation rec {
name = "polkit-qt-1-0.99.0";
buildInputs = [ cmake qt4 automoc4 ];
buildInputs = [ qt4 automoc4 ];
propagatedBuildInputs = [ polkit glib ];
buildNativeInputs = [ cmake pkgconfig ];
src = fetchurl {
url = "mirror://kde/stable/apps/KDE4.x/admin/${name}.tar.bz2";