diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-06 10:54:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-06 11:14:53 +0200 |
commit | 3b141f2eb9939a0140e0e1cec8ef451a81d9e2dc (patch) | |
tree | b5f6e3be2199e74b26478dc92e3553f0c06aa4fb /gnu/local.mk | |
parent | d5ecfb491845aee1fb4079fc71d93ba00e4b10be (diff) | |
download | guix-3b141f2eb9939a0140e0e1cec8ef451a81d9e2dc.tar.gz guix-3b141f2eb9939a0140e0e1cec8ef451a81d9e2dc.zip |
gnu: gpsbabel: Enable tests.
* gnu/packages/patches/gps.scm (gpsbabel)[source]: Add patch.
[arguments]: Enable tests.
* gnu/packages/patches/gpsbabel-fix-i686-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
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 396baae4ab..1151d4642e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1114,6 +1114,7 @@ dist_patch_DATA = \ %D%/packages/patches/go-skip-gc-test.patch \ %D%/packages/patches/gpm-glibc-2.26.patch \ %D%/packages/patches/gpodder-disable-updater.patch \ + %D%/packages/patches/gpsbabel-fix-i686-test.patch \ %D%/packages/patches/grantlee-merge-theme-dirs.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/grocsvs-dont-use-admiral.patch \ |