summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorAndrew Stubbs <[email protected]>2025-01-24 15:34:12 +0000
committerLeo Famulari <[email protected]>2025-01-30 00:42:37 -0500
commita20df73c7d69356c0800dcc082c1a71e987acf13 (patch)
tree5dbbbd56311ba83eaa2021d45b735a9893ce703f /gnu/packages/admin.scm
parent7991121aa11728c29a307a0b83719d756d7be3d1 (diff)
gnu: thefuck: Remove broken tests.
These tests were reported broken upstream, but nothing has been done about it. See the upstream bug report for more information: https://github.com/nvbn/thefuck/issues/1438 Fixes <https://issues.guix.gnu.org/75464>. * gnu/packages/admin.scm (thefuck)[source]: Add patch. * gnu/packages/patches/thefuck-remove-broken-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Ib6bbda92b29cd2a26b9c08d79e309e2c78602b71 Signed-off-by: Leo Famulari <[email protected]>
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fd5d67ec50..18f4d55c70 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3856,7 +3856,8 @@ plug-in architecture to allow monitoring other system metrics.")
(file-name (git-file-name name version))
(sha256
(base32 "18ipa1bm6q1n5drbi8i65726hhqhl1g41390lfqrc11hkbvv443d"))
- (patches (search-patches "thefuck-test-environ.patch"))))
+ (patches (search-patches "thefuck-test-environ.patch"
+ "thefuck-remove-broken-tests.patch"))))
(build-system python-build-system)
(arguments
'(#:phases