diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-02-27 16:14:56 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-14 10:36:31 +0000 |
commit | cf111a37f36d28cd54f3b52aa8a8cd02c7206bb9 (patch) | |
tree | 08d0fdfbd191671d7e2cfb7d3370d74dbdb03a60 /gnu/local.mk | |
parent | 9baadac2b7bc9ad4b06e24a4e2f6e487dfea6080 (diff) | |
download | guix-cf111a37f36d28cd54f3b52aa8a8cd02c7206bb9.tar.gz |
gnu: rng-tools: Do not build randstat binary.
This trivial binary is rarely useful. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/patches/rng-tools-revert-build-randstat.patch: New file. * gnu/packages/linux.scm (rng-tools)[origin]: Add patch. Signed-off-by: Christopher Baines <mail@cbaines.net>
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 403c5f483e..98ac6175ae 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1807,6 +1807,7 @@ dist_patch_DATA = \ %D%/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch \ %D%/packages/patches/retroarch-LIBRETRO_DIRECTORY.patch \ %D%/packages/patches/r-mixedpower-r2power.patch \ + %D%/packages/patches/rng-tools-revert-build-randstat.patch \ %D%/packages/patches/rocm-comgr-3.1.0-dependencies.patch \ %D%/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch \ %D%/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch \ |