3
0
Fork 0
forked from mirrors/nixpkgs

* Don't use OpenEXR for now since it breaks the build.

svn path=/nixpkgs/trunk/; revision=14075
This commit is contained in:
Eelco Dolstra 2009-02-13 15:43:38 +00:00
parent 62fa1a418f
commit 01d3cc88c7

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
buildInputs = [
cmake perl qt4 stdenv.gcc.libc bzip2 pcre fam libxml2 libxslt
shared_mime_info giflib jasper openexr aspell avahi
shared_mime_info giflib jasper /* openexr */ aspell avahi
automoc4 phonon strigi soprano
];
}