diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-16 18:13:35 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-16 20:09:53 +0200 |
commit | cfdd023bed634040ab3256680aebc8e06c134bd1 (patch) | |
tree | 10be0cd49ce69bb80d1d936f8c01f8d0b2496a60 /gnu/local.mk | |
parent | d1ed1d7560d454e271f682728a3dcaa76032077f (diff) | |
download | patches-cfdd023bed634040ab3256680aebc8e06c134bd1.tar patches-cfdd023bed634040ab3256680aebc8e06c134bd1.tar.gz |
gnu: multipath-tools: Update to 0.8.4.
* gnu/packages/patches/multipath-tools-sans-systemd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (multipath-tools): Update to 0.8.4.
[source](patches): New field.
[arguments]: Add #:parallel-build?. Add phase to fix erroneous compiler warning.
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 ab2bac9bc5..025dfe114b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1275,6 +1275,7 @@ dist_patch_DATA = \ %D%/packages/patches/mozjs38-version-detection.patch \ %D%/packages/patches/mrrescue-support-love-11.patch \ %D%/packages/patches/mtools-mformat-uninitialized.patch \ + %D%/packages/patches/multipath-tools-sans-systemd.patch \ %D%/packages/patches/mumps-build-parallelism.patch \ %D%/packages/patches/mumps-shared-libseq.patch \ %D%/packages/patches/mumps-shared-mumps.patch \ |