diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-17 18:03:12 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-17 18:03:12 +0100 |
commit | 26e89a33f35c886b996a910c21e56ca71ddee188 (patch) | |
tree | 34363c7efa1515e18914a8f03d1bbf78c1fe738c /gnu/local.mk | |
parent | e37c575723b38a4e64df798fc8a922e26c849a3f (diff) | |
download | guix-26e89a33f35c886b996a910c21e56ca71ddee188.tar.gz |
gnu: libtirpc: Update to 1.3.1.
* gnu/packages/onc-rpc.scm (libtirpc): Update to 1.3.1. [arguments]: Remove obsolete adjustment. Rename phase. * gnu/packages/onc-rpc.scm (libtirpc/hurd)[source](patches): Remove obsolete patch. * gnu/packages/patches/libtirpc-hurd-client.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
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 81134ea152..f5eca77cfd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1286,7 +1286,6 @@ dist_patch_DATA = \ %D%/packages/patches/libtgvoip-disable-webrtc.patch \ %D%/packages/patches/libtheora-config-guess.patch \ %D%/packages/patches/libtirpc-hurd.patch \ - %D%/packages/patches/libtirpc-hurd-client.patch \ %D%/packages/patches/libtommath-fix-linkage.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ %D%/packages/patches/libusb-0.1-disable-tests.patch \ |