Merge pull request #116787 from jtojnar/gimp-nodot
gimp: Fix crash without dot
This commit is contained in:
commit
09bbc0bb1e
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -72,6 +73,12 @@ in stdenv.mkDerivation rec {
|
|||||||
# Use absolute paths instead of relying on PATH
|
# Use absolute paths instead of relying on PATH
|
||||||
# to make sure plug-ins are loaded by the correct interpreter.
|
# to make sure plug-ins are loaded by the correct interpreter.
|
||||||
./hardcode-plugin-interpreters.patch
|
./hardcode-plugin-interpreters.patch
|
||||||
|
|
||||||
|
# Fix crash without dot.
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.gnome.org/GNOME/gimp/-/commit/f83fd22c4b8701ffc4ce14383e5e22756a4bce04.patch";
|
||||||
|
sha256 = "POuvBhOSStO7hBGp4HgNx5F9pElFRoqN3W+i3u4zOnk=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user