diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-30 17:36:35 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-07-03 09:52:59 -0400 |
commit | 85c774808fc13a0adc603784b2358a7c285c4822 (patch) | |
tree | 1187b47df665cc10cbb9a4144665df48e637fbe0 /gnu/local.mk | |
parent | 4f80be730ef648bd50c2d54ebca5e1fd6c8d8855 (diff) | |
download | guix-85c774808fc13a0adc603784b2358a7c285c4822.tar.gz |
gnu: gcr: Enable working tests.
* gnu/packages/patches/gcr-disable-failing-tests.patch, gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch: New files. * gnu/local.mk (dist_patch_DATA): Add patches. * gnu/packages/gnome.scm (gcr)[source]: Use patches. [arguments]: Enable tests.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 83b0196055..22df8dfdda 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -614,6 +614,8 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-5-source-date-epoch-2.patch \ %D%/packages/patches/gcc-6-arm-none-eabi-multilib.patch \ %D%/packages/patches/gcc-6-cross-environment-variables.patch \ + %D%/packages/patches/gcr-disable-failing-tests.patch \ + %D%/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch \ %D%/packages/patches/gdk-pixbuf-list-dir.patch \ %D%/packages/patches/gd-fix-gd2-read-test.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ |