diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 18:10:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 23:52:19 +0200 |
commit | 5e7daec9b4bfd2a3a430fc800ab6b1b527a5fa27 (patch) | |
tree | 86ed90a722ca41785d4f3fc5a877f4c050007a54 /gnu/local.mk | |
parent | 3a629d36e92edd3452b69d556b6e8ac91618b157 (diff) | |
download | guix-5e7daec9b4bfd2a3a430fc800ab6b1b527a5fa27.tar guix-5e7daec9b4bfd2a3a430fc800ab6b1b527a5fa27.tar.gz |
gnu: dhall: Disable network tests differently.
* gnu/packages/dhall.scm (dhall)[source]: Remove patch.
[arguments]: Rename ‘remove-more-tests’ phase to ‘remove-network-tests’.
Identify the tests by name instead of by content.
* gnu/packages/patches/dhall-remove-network-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8f39c1c036..76d6b5deba 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -867,7 +867,6 @@ dist_patch_DATA = \ %D%/packages/patches/desmume-gcc6-fixes.patch \ %D%/packages/patches/desmume-gcc7-fixes.patch \ %D%/packages/patches/dfu-programmer-fix-libusb.patch \ - %D%/packages/patches/dhall-remove-network-tests.patch \ %D%/packages/patches/diffutils-gets-undeclared.patch \ %D%/packages/patches/dkimproxy-add-ipv6-support.patch \ %D%/packages/patches/docbook-xsl-nonrecursive-string-subst.patch \ |