diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-09-29 13:35:42 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-08 09:13:53 +0200 |
commit | 2a1b6c0dbf234161a860a2b5a916cf5ef9795b18 (patch) | |
tree | 588c6c22ea7a08ff8a249858d75d86e33494c0bf /gnu/local.mk | |
parent | a38919085522cf1bd0761728f7dfefe0072bc548 (diff) | |
download | guix-2a1b6c0dbf234161a860a2b5a916cf5ef9795b18.tar.gz |
gnu: hedgewars: Fix build.
* gnu/packages/patches/hedgewars-network-bsd.patch: Import upstream patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (hedgewars): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1d46738cfc..84afac33d9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1252,6 +1252,7 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-remove-gctp.patch \ %D%/packages/patches/hdf-eos5-fix-szip.patch \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ + %D%/packages/patches/hedgewars-network-bsd.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-cross.patch \ |