guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libtirpc/hurd: Fix package source.


From: guix-commits
Subject: branch master updated: gnu: libtirpc/hurd: Fix package source.
Date: Wed, 17 Mar 2021 16:18:14 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d7b4cce  gnu: libtirpc/hurd: Fix package source.
d7b4cce is described below

commit d7b4ccefa9452033dc8f6875ef40b108591ad5b4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 17 20:15:15 2021 +0000

    gnu: libtirpc/hurd: Fix package source.
    
    Amend the changes in 1a265842e634656411bc7304c4648273f174f65e 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.
---
 gnu/packages/onc-rpc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index c58bdb1..3b29335 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -78,7 +78,7 @@ IPv4 and IPv6.  ONC RPC is notably used by the network file 
system (NFS).")
   (package/inherit libtirpc
     (name "libtirpc-hurd")
     (source (origin (inherit (package-source libtirpc))
-                    (patches (append (origin-patches libtirpc)
+                    (patches (append (origin-patches (package-source libtirpc))
                                      (search-patches "libtirpc-hurd.patch"
                                                      
"libtirpc-hurd-client.patch")))))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]