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:
parent
62fa1a418f
commit
01d3cc88c7
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake perl qt4 stdenv.gcc.libc bzip2 pcre fam libxml2 libxslt
|
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
|
automoc4 phonon strigi soprano
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue