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 e72163616b6..f392bb8c162 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm | |||
| @@ -811,7 +811,9 @@ specific SMBIOS tables.") | |||
| 811 | (commit (string-append "v" version)))) | 811 | (commit (string-append "v" version)))) |
| 812 | (file-name (git-file-name name version)) | 812 | (file-name (git-file-name name version)) |
| 813 | (sha256 | 813 | (sha256 |
| 814 | (base32 "0fv605blaf4z0jyl1wp37x5x014dkp0z0a0fh114ws62fhnhdnlv")))) | 814 | (base32 "0fv605blaf4z0jyl1wp37x5x014dkp0z0a0fh114ws62fhnhdnlv")) |
| 815 | (patches | ||
| 816 | (search-patches "memtest86+-build-reproducibly.patch")))) | ||
| 815 | (build-system gnu-build-system) | 817 | (build-system gnu-build-system) |
| 816 | (arguments | 818 | (arguments |
| 817 | (list | 819 | (list |
