kmymoney: explicitly pass pkgconfig
svn path=/nixpkgs/trunk/; revision=32173
This commit is contained in:
parent
c84eb70b51
commit
e9974606a5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, cmake, kdelibs, automoc4, kdepimlibs, gettext,
|
{ stdenv, fetchurl, cmake, kdelibs, automoc4, kdepimlibs, gettext, pkgconfig
|
||||||
shared_mime_info, perl, boost, gpgme, gmpxx, libalkimia, libofx, libical }:
|
, shared_mime_info, perl, boost, gpgme, gmpxx, libalkimia, libofx, libical }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kmymoney-4.6.1";
|
name = "kmymoney-4.6.1";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ kdepimlibs perl boost gpgme gmpxx libalkimia libofx libical ];
|
buildInputs = [ kdepimlibs perl boost gpgme gmpxx libalkimia libofx libical ];
|
||||||
buildNativeInputs = [ cmake automoc4 gettext shared_mime_info ];
|
buildNativeInputs = [ cmake automoc4 gettext shared_mime_info pkgconfig ];
|
||||||
|
|
||||||
KDEDIRS = libalkimia;
|
KDEDIRS = libalkimia;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user