diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-11-29 14:11:35 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-29 14:11:35 +0100 |
| commit | c324ad52b6066b4626312a4120b645c43989dd0a (patch) | |
| tree | 96b98b6d0a3ac9a9fb984b3190517c93e1d2091b /gnu/packages/lirc.scm | |
| parent | f2c99fe52b73bfe81acad825214de952234f82bc (diff) | |
gnu: lirc: Build reproducibly.
* gnu/packages/patches/lirc-reproducible-build.patch: New file.
* gnu/packages/lirc.scm (lirc)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/lirc.scm')
| -rw-r--r-- | gnu/packages/lirc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm index 860822ce4..7ba2d4453 100644 --- a/gnu/packages/lirc.scm +++ b/gnu/packages/lirc.scm @@ -43,7 +43,8 @@ (sha256 (base32 "1whlyifvvc7w04ahq07nnk1h18wc8j7c6wnvlb6mszravxh3qxcb")) - (patches (search-patches "lirc-localstatedir.patch")))) + (patches (search-patches "lirc-localstatedir.patch" + "lirc-reproducible-build.patch")))) (build-system gnu-build-system) (arguments '(#:configure-flags |