1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fixed detection of apr-utils

svn path=/nixpkgs/trunk/; revision=14487
This commit is contained in:
Sander van der Burg 2009-03-10 10:18:11 +00:00
parent f8641d34a2
commit 68e6471a70

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation {
sha1 = "dca74527bcf6e5925ec58a74196e683cc68a259a";
};
CMAKE_PREFIX_PATH=kdepimlibs;
builder=./builder.sh;
inherit aprutil;
buildInputs = [ cmake qt4 perl libxml2 libxslt boost subversion apr aprutil
kdelibs kdepimlibs automoc4 phonon strigi ];
}