Loading pkgs/applications/graphics/opentoonz/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ in stdenv.mkDerivation rec { "-DCMAKE_SKIP_BUILD_RPATH=ON" "-DTIFF_INCLUDE_DIR=${libtiff.dev}/include" "-DTIFF_LIBRARY=${libtiff.out}/lib/libtiff.so" "-DCMAKE_SKIP_BUILD_RPATH=ON" ]; postInstall = '' Loading pkgs/applications/graphics/opentoonz/source.nix +2 −2 Original line number Diff line number Diff line # opentoonz's source archive contains both opentoonz's source and a modified # version of libtiff that opentoonz requires. { fetchFromGitHub, }: rec { { fetchFromGitHub }: rec { versions = { opentoonz = "1.7.1"; libtiff = "4.0.3"; # The version in thirdparty/tiff-* Loading Loading
pkgs/applications/graphics/opentoonz/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ in stdenv.mkDerivation rec { "-DCMAKE_SKIP_BUILD_RPATH=ON" "-DTIFF_INCLUDE_DIR=${libtiff.dev}/include" "-DTIFF_LIBRARY=${libtiff.out}/lib/libtiff.so" "-DCMAKE_SKIP_BUILD_RPATH=ON" ]; postInstall = '' Loading
pkgs/applications/graphics/opentoonz/source.nix +2 −2 Original line number Diff line number Diff line # opentoonz's source archive contains both opentoonz's source and a modified # version of libtiff that opentoonz requires. { fetchFromGitHub, }: rec { { fetchFromGitHub }: rec { versions = { opentoonz = "1.7.1"; libtiff = "4.0.3"; # The version in thirdparty/tiff-* Loading