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/packages/hardware.scm | |
parent | 1ea1fa96fe86028968695e5da3e643356d1f570a (diff) |
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/packages/hardware.scm')
-rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index e72163616b..f392bb8c16 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -811,7 +811,9 @@ specific SMBIOS tables.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0fv605blaf4z0jyl1wp37x5x014dkp0z0a0fh114ws62fhnhdnlv")))) + (base32 "0fv605blaf4z0jyl1wp37x5x014dkp0z0a0fh114ws62fhnhdnlv")) + (patches + (search-patches "memtest86+-build-reproducibly.patch")))) (build-system gnu-build-system) (arguments (list |