mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
polkit-qt-1: add pkgconfig to explicit buildInputs
svn path=/nixpkgs/trunk/; revision=26051
This commit is contained in:
parent
db67fc27a3
commit
513947cf9f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user