packages: 'hidden-package' inherits the original package location.
* guix/packages.scm (hidden-package): Inherit 'location' from P.master
parent
f23803af20
commit
7b7b8c909b
|
@ -491,6 +491,7 @@ it has in Guix."
|
|||
user interfaces, ignores."
|
||||
(package
|
||||
(inherit p)
|
||||
(location (package-location p))
|
||||
(properties `((hidden? . #t)
|
||||
,@(package-properties p)))))
|
||||
|
||||
|
|
Reference in New Issue