Unverified Commit f96aa0d2 authored by Naxdy's avatar Naxdy Committed by Naxdy
Browse files

opentoonz: 1.5.0 -> 1.7.1

parent deedbeb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = ''
+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-*