diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-12-01 10:17:16 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-12-01 11:52:34 +0100 |
commit | 718dd9779aa74ab397ff6a69e9bf36e83c3adf5b (patch) | |
tree | aacc0a1618302ad62d10525794e5ccaf5da821ae /gnu/local.mk | |
parent | 0809e4a4fa84733cb8f97a8a856a2e43edeafc18 (diff) | |
download | guix-718dd9779aa74ab397ff6a69e9bf36e83c3adf5b.tar guix-718dd9779aa74ab397ff6a69e9bf36e83c3adf5b.tar.gz |
gnu: clisp: Remove unused patch.
This is a follow-up for 074236d19796577b2f55b3c7030c14242efa8f3f.
* gnu/patches/clisp-remove-failing-test.patch: Remove 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 c14e2aa56d..3a3919b5d4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -887,7 +887,6 @@ dist_patch_DATA = \ %D%/packages/patches/clementine-fix-sqlite.patch \ %D%/packages/patches/clementine-remove-crypto++-dependency.patch \ %D%/packages/patches/clementine-use-openssl.patch \ - %D%/packages/patches/clisp-remove-failing-test.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/cmake-curl-certificates.patch \ %D%/packages/patches/coda-use-system-libs.patch \ |