gnu: libtirpc/hurd: Fix package source.
Amend the changes in 1a265842e6
to properly
access the origin patches from libtirpc.
I noticed this as guix weather didn't work for this package.
* gnu/packages/onc-rpc.scm (libtirpc/hurd)[source]: Call origin-patches
on (package-source libtirpc) rather than the libtirpc package.
master
parent
f4f677f223
commit
d7b4ccefa9
|
@ -78,7 +78,7 @@ IPv4 and IPv6. ONC RPC is notably used by the network file system (NFS).")
|
||||||
(package/inherit libtirpc
|
(package/inherit libtirpc
|
||||||
(name "libtirpc-hurd")
|
(name "libtirpc-hurd")
|
||||||
(source (origin (inherit (package-source libtirpc))
|
(source (origin (inherit (package-source libtirpc))
|
||||||
(patches (append (origin-patches libtirpc)
|
(patches (append (origin-patches (package-source libtirpc))
|
||||||
(search-patches "libtirpc-hurd.patch"
|
(search-patches "libtirpc-hurd.patch"
|
||||||
"libtirpc-hurd-client.patch")))))
|
"libtirpc-hurd-client.patch")))))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue