blender: minor update to work with libpng-1.6

also other fixes needed in order to build
This commit is contained in:
Vladimír Čunát
2013-02-16 18:13:05 +01:00
parent b3ce50d88a
commit 08abf5a84a
3 changed files with 17 additions and 8 deletions
@@ -2,6 +2,9 @@
stdenv.mkDerivation rec {
name = "openjpeg-1.5.1";
passthru = {
incDir = "openjpeg-1.5";
};
src = fetchurl {
url = "http://openjpeg.googlecode.com/files/${name}.tar.gz";