diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-08-05 19:36:59 +0200 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-06 02:17:38 -0400 |
commit | 2426e2c94cdf9fcf28bba28b1e84b1aa5f652332 (patch) | |
tree | dcd24a1c810c823ac8a9da4c19df4ef17c9a7594 /gnu/local.mk | |
parent | 96681d4be101c771fafd4257aca471685119fedd (diff) | |
download | guix-2426e2c94cdf9fcf28bba28b1e84b1aa5f652332.tar guix-2426e2c94cdf9fcf28bba28b1e84b1aa5f652332.tar.gz |
gnu: strace: Fix test failures on some systems.
* gnu/packages/patches/strace-ipc-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (strace)[source](patches): New field.
[arguments]: Add 'regenerate-tests' phase.
Co-Authored-By: Mark H Weaver <mhw@netris.org>
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 6f33a86ecd..5bd47c733e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1305,6 +1305,7 @@ dist_patch_DATA = \ %D%/packages/patches/soundconverter-remove-gconf-dependency.patch \ %D%/packages/patches/sssd-curl-compat.patch \ %D%/packages/patches/steghide-fixes.patch \ + %D%/packages/patches/strace-ipc-tests.patch \ %D%/packages/patches/streamlink-update-test.patch \ %D%/packages/patches/stumpwm-fix-broken-read-one-line.patch \ %D%/packages/patches/superlu-dist-awpm-grid.patch \ |