diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0fba4f5ce9..c63436ccd9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4469,6 +4469,11 @@ (define openttd-opengfx ;; Make sure HOME is writable for GIMP. (setenv "HOME" (getcwd)) + (mkdir-p ".local/share") + (symlink (string-append #$(this-package-native-input "shared-mime-info") + "/share/mime") + ".local/share/mime") + ;; Redirect stdout, not stderr, to /dev/null. This prevents ;; dos2unix from receiving its version information as a flag. (substitute* "Makefile" @@ -4483,6 +4488,7 @@ (define openttd-opengfx #:parallel-build? #f)) (native-inputs (list dos2unix + shared-mime-info gimp grfcodec nml