mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
polkit-qt-1: add pkgconfig to explicit buildInputs
svn path=/nixpkgs/trunk/; revision=26051
This commit is contained in:
parent
db67fc27a3
commit
513947cf9f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue