diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-12 14:18:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-12 22:08:45 +0100 |
commit | 32fd2600766d06724c6a7f6fb9b3d9029fbff911 (patch) | |
tree | 34c6f63509f539b42d3ef6e49e3b58cdc87f0e34 /gnu/local.mk | |
parent | bea3cf4b90a6ac7bbf651d1b553ff044a8a8ba77 (diff) | |
download | guix-32fd2600766d06724c6a7f6fb9b3d9029fbff911.tar guix-32fd2600766d06724c6a7f6fb9b3d9029fbff911.tar.gz |
gnu: cssc: Update to 1.4.0.
* gnu/packages/version-control.scm (cssc): Update to 1.4.0.
[source]: Remove unneeded patches (i.e. all of them).
* gnu/packages/patches/cssc-gets-undeclared.patch: Delete file.
* gnu/packages/patches/cssc-missing-include.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove deleted patches.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c6cb55b06f..fae868bfdb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -508,8 +508,6 @@ dist_patch_DATA = \ %D%/packages/patches/crda-optional-gcrypt.patch \ %D%/packages/patches/crossmap-allow-system-pysam.patch \ %D%/packages/patches/csound-header-ordering.patch \ - %D%/packages/patches/cssc-gets-undeclared.patch \ - %D%/packages/patches/cssc-missing-include.patch \ %D%/packages/patches/clucene-contribs-lib.patch \ %D%/packages/patches/cursynth-wave-rand.patch \ %D%/packages/patches/cyrus-sasl-CVE-2013-4122.patch \ |