mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
packages: 'hidden-package' inherits the original package location.
* guix/packages.scm (hidden-package): Inherit 'location' from P.
This commit is contained in:
parent
f23803af20
commit
7b7b8c909b
1 changed files with 1 additions and 0 deletions
|
@ -491,6 +491,7 @@ (define (hidden-package p)
|
|||
user interfaces, ignores."
|
||||
(package
|
||||
(inherit p)
|
||||
(location (package-location p))
|
||||
(properties `((hidden? . #t)
|
||||
,@(package-properties p)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue