diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-23 02:00:15 +0200 |
commit | 4674eb57181177f1ed51243f0197ec299dccbcdd (patch) | |
tree | 7da08eab068cac32c8a6fd97d43cf06bb626b94f /gnu/local.mk | |
parent | 1ea1fa96fe86028968695e5da3e643356d1f570a (diff) | |
download | guix-4674eb57181177f1ed51243f0197ec299dccbcdd.tar guix-4674eb57181177f1ed51243f0197ec299dccbcdd.tar.gz |
gnu: memtest86+: Build reproducibly.
* gnu/packages/hardware.scm (memtest86+)[source]: Add patch.
* gnu/packages/patches/memtest86+-build-reproducibly.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add 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 1d78603210..57f20b7314 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1520,6 +1520,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmemcached-build-with-gcc7.patch \ %D%/packages/patches/libmhash-hmac-fix-uaf.patch \ %D%/packages/patches/libsigrokdecode-python3.9-fix.patch \ + %D%/packages/patches/memtest86+-build-reproducibly.patch \ %D%/packages/patches/mercurial-hg-extension-path.patch \ %D%/packages/patches/mercurial-openssl-compat.patch \ %D%/packages/patches/mesa-opencl-all-targets.patch \ |