diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 16:09:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:23:49 +0200 |
commit | 9b9c74eaa79cf69ab1b612e5ab02b93d93f2516c (patch) | |
tree | 5066b09ff164b9e1058020644596c02caaa1cb8b /gnu/local.mk | |
parent | dfa6e6cad57c20ab87c8aaf289acf35b6e60608f (diff) | |
download | guix-9b9c74eaa79cf69ab1b612e5ab02b93d93f2516c.tar.gz guix-9b9c74eaa79cf69ab1b612e5ab02b93d93f2516c.zip |
gnu: ccache: Update to 4.4.2.
* gnu/packages/ccache.scm (ccache): Update to 4.4.2.
[source]: Remove patch.
[arguments]: Substitute nonexistent compgen.
* gnu/packages/patches/ccache-fix-basedir-test.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 d415b892e9..4db3ccd895 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -915,7 +915,6 @@ dist_patch_DATA = \ %D%/packages/patches/calibre-remove-test-unrar.patch \ %D%/packages/patches/casync-renameat2-declaration.patch \ %D%/packages/patches/catdoc-CVE-2017-11110.patch \ - %D%/packages/patches/ccache-fix-basedir-test.patch \ %D%/packages/patches/circos-remove-findbin.patch \ %D%/packages/patches/cdparanoia-fpic.patch \ %D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \ |