diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-21 16:44:18 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-21 16:50:00 +0100 |
commit | 6839095af7f6c8a8d5ad481db22cd4ece0a1b5e3 (patch) | |
tree | fb792abf80252d2adfd3403ef3b8ac36ad94db59 /gnu/local.mk | |
parent | c450ee975529f25607e67cb405a2a6b515cf655e (diff) | |
download | patches-6839095af7f6c8a8d5ad481db22cd4ece0a1b5e3.tar patches-6839095af7f6c8a8d5ad481db22cd4ece0a1b5e3.tar.gz |
gnu: mrustc: Update to 0.8.1.
* gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/rust.scm (mrustc): Update to 0.8.1.
[source](patches): Remove it.
[native-inputs]: Add zlib.
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 9dd67ddd5c..bbafa062ed 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1180,7 +1180,6 @@ dist_patch_DATA = \ %D%/packages/patches/mozjs38-tracelogger.patch \ %D%/packages/patches/mozjs38-version-detection.patch \ %D%/packages/patches/mrrescue-support-love-11.patch \ - %D%/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch \ %D%/packages/patches/mtools-mformat-uninitialized.patch \ %D%/packages/patches/mumps-build-parallelism.patch \ %D%/packages/patches/mumps-shared-libseq.patch \ |