diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 19:43:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-28 02:15:35 +0200 |
commit | 85d757b53d5ed0e796759373e67a2608766e70f7 (patch) | |
tree | 1d29237b462bf7193dfba41a4bebf3fa96a54294 /gnu/local.mk | |
parent | 134e1b12f26b00237b1ed99caf6a8c6584c10c76 (diff) | |
download | guix-85d757b53d5ed0e796759373e67a2608766e70f7.tar guix-85d757b53d5ed0e796759373e67a2608766e70f7.tar.gz |
gnu: ccache: Update to 4.4.1.
* gnu/packages/ccache.scm (ccache): Update to 4.4.1.
[source]: Add patch.
[arguments]: Remove explicit #t return values from phases.
* gnu/packages/patches/ccache-fix-basedir-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5bd7dced5e..ff81983273 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -915,6 +915,7 @@ 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 \ |