Loading pkgs/applications/graphics/gimp/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gimp"; version = "3.0.2"; version = "3.0.4"; outputs = [ "out" Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "https://download.gimp.org/gimp/v${lib.versions.majorMinor finalAttrs.version}/gimp-${finalAttrs.version}.tar.xz"; hash = "sha256-VG3cMMstDnkSPH/LTXghHh7npqrOkaagrYy8v26lcaI="; hash = "sha256-jKouwnW/CTJldWVKwnavwIP4SR58ykXRnPKeaWrsqyU="; }; patches = [ Loading Loading @@ -242,9 +242,7 @@ stdenv.mkDerivation (finalAttrs: { }; postPatch = '' patchShebangs \ app/tests/create_test_env.sh \ tools/gimp-mkenums patchShebangs tools/gimp-mkenums # GIMP is executed at build time so we need to fix this. # TODO: Look into if we can fix the interp thing. Loading Loading
pkgs/applications/graphics/gimp/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gimp"; version = "3.0.2"; version = "3.0.4"; outputs = [ "out" Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "https://download.gimp.org/gimp/v${lib.versions.majorMinor finalAttrs.version}/gimp-${finalAttrs.version}.tar.xz"; hash = "sha256-VG3cMMstDnkSPH/LTXghHh7npqrOkaagrYy8v26lcaI="; hash = "sha256-jKouwnW/CTJldWVKwnavwIP4SR58ykXRnPKeaWrsqyU="; }; patches = [ Loading Loading @@ -242,9 +242,7 @@ stdenv.mkDerivation (finalAttrs: { }; postPatch = '' patchShebangs \ app/tests/create_test_env.sh \ tools/gimp-mkenums patchShebangs tools/gimp-mkenums # GIMP is executed at build time so we need to fix this. # TODO: Look into if we can fix the interp thing. Loading