me
/
guix
Archived
1
0
Fork 0

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
Christopher Baines 2021-03-17 20:15:15 +00:00
parent f4f677f223
commit d7b4ccefa9
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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