diff options
author | Dmitry Polyakov <polyakov@liltechdude.xyz> | 2021-08-04 17:29:12 +0500 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-04 15:44:09 +0200 |
commit | 2e0ddc74f6641ec1e286f7f81eaf5bf6644eed52 (patch) | |
tree | 48517e85cf329daa18a0257549b6f3f87d93dcb4 /gnu/local.mk | |
parent | a4c456c80c231696a2b020bf8c1977a90e5997d3 (diff) | |
download | guix-2e0ddc74f6641ec1e286f7f81eaf5bf6644eed52.tar guix-2e0ddc74f6641ec1e286f7f81eaf5bf6644eed52.tar.gz |
gnu: Add instead.
* gnu/packages/game-development.scm (instead): New variable.
* gnu/packages/patches/instead-use-games-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e6a2f735f9..82e5fbc88f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -43,6 +43,7 @@ # Copyright © 2021 Philip McGrath <philip@philipmcgrath.com> # Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> # Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> +# Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz> # # This file is part of GNU Guix. # @@ -1261,6 +1262,7 @@ dist_patch_DATA = \ %D%/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch \ %D%/packages/patches/inetutils-hurd.patch \ %D%/packages/patches/inkscape-poppler-0.76.patch \ + %D%/packages/patches/instead-use-games-path.patch \ %D%/packages/patches/inkscape-1.1-fix-build-witch-gcc7.5.patch \ %D%/packages/patches/intel-xed-fix-nondeterminism.patch \ %D%/packages/patches/intltool-perl-compatibility.patch \ |