diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-18 17:14:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-18 17:15:03 +0200 |
commit | 82700f0fb357216527e6792f0d3d3842851fc167 (patch) | |
tree | 9504e76bbb53fe50c1b8664e24f4738867d20263 /gnu-system.am | |
parent | 6e9f2913ba800e3488b95c661438f3981095a259 (diff) | |
download | guix-82700f0fb357216527e6792f0d3d3842851fc167.tar guix-82700f0fb357216527e6792f0d3d3842851fc167.tar.gz |
gnu: crda: Add forgotten patch.
This file should have been added as part of commit cc205da.
* gnu/packages/patches/crda-optional-gcrypt.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 995da1541c..fb661d4544 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -412,6 +412,7 @@ dist_patch_DATA = \ gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/cpufrequtils-fix-aclocal.patch \ + gnu/packages/patches/crda-optional-gcrypt.patch \ gnu/packages/patches/crossmap-allow-system-pysam.patch \ gnu/packages/patches/cssc-gets-undeclared.patch \ gnu/packages/patches/cssc-missing-include.patch \ |