diff options
author | Andreas Enge <andreas@enge.fr> | 2018-05-21 17:03:53 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-05-21 17:05:56 +0200 |
commit | a92d97266dffcd1ab5c40a379005a7db1fc3dad4 (patch) | |
tree | 0f685a88a12151f099d54febba6f4c3476f2ee49 /gnu/local.mk | |
parent | fcb1dd99941cd7adf9651946397a1a8a52f61aa1 (diff) | |
download | guix-a92d97266dffcd1ab5c40a379005a7db1fc3dad4.tar guix-a92d97266dffcd1ab5c40a379005a7db1fc3dad4.tar.gz |
gnu: pius: Fix incompatibility with newer GnuPG versions.
* gnu/packages/gnupg.scm (pius)[source]: Add patch.
* gnu/packages/patches/pius.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 20975306b2..469e73f7c7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> -# Copyright © 2013, 2014, 2015, 2016, 2017 Andreas Enge <andreas@enge.fr> +# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Andreas Enge <andreas@enge.fr> # Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> # Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org> # Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> @@ -1001,6 +1001,7 @@ dist_patch_DATA = \ %D%/packages/patches/pinball-src-deps.patch \ %D%/packages/patches/pinball-system-ltdl.patch \ %D%/packages/patches/pingus-sdl-libs-config.patch \ + %D%/packages/patches/pius.patch \ %D%/packages/patches/pixman-CVE-2016-5296.patch \ %D%/packages/patches/plink-1.07-unclobber-i.patch \ %D%/packages/patches/plink-endian-detection.patch \ |