mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Set proper source location for 'gcc-final'.
* gnu/packages/base.scm (gcc-final)[location]: New field. Reported by Andreas Enge <andreas@enge.fr>.
This commit is contained in:
parent
ea31dbbc18
commit
9d9b576bcd
1 changed files with 1 additions and 0 deletions
|
@ -971,6 +971,7 @@ (define-public gcc-final
|
|||
;; The final GCC.
|
||||
(package (inherit gcc-boot0)
|
||||
(name "gcc")
|
||||
(location (source-properties->location (current-source-location)))
|
||||
(arguments
|
||||
`(#:guile ,%bootstrap-guile
|
||||
#:implicit-inputs? #f
|
||||
|
|
Loading…
Reference in a new issue