guix-commits
[Top][All Lists]
Advanced

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

12/17: packages: 'hidden-package' inherits the original package location


From: guix-commits
Subject: 12/17: packages: 'hidden-package' inherits the original package location.
Date: Sat, 10 Jul 2021 19:07:12 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 7b7b8c909bdfc3f281d6fd5f40784c46c795c014
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jun 27 16:14:21 2021 +0200

    packages: 'hidden-package' inherits the original package location.
    
    * guix/packages.scm (hidden-package): Inherit 'location' from P.
---
 guix/packages.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/packages.scm b/guix/packages.scm
index 6106835..dfb4c68 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -491,6 +491,7 @@ it has in Guix."
 user interfaces, ignores."
   (package
     (inherit p)
+    (location (package-location p))
     (properties `((hidden? . #t)
                   ,@(package-properties p)))))
 



reply via email to

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