3
0
Fork 0
forked from mirrors/nixpkgs

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 ];
}