gnu: gccgo-4.9: Express search paths via (guix search-paths) variables.

* gnu/packages/gcc.scm (gccgo-4.9)
[native-search-paths]: Express search paths via (guix search-paths) variables.
This commit is contained in:
Maxim Cournoyer 2023-10-05 21:27:04 -04:00 committed by Ludovic Courtès
parent a9cb2e5714
commit 18631c4d5c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -1325,9 +1325,7 @@ provides the GNU compiler for the Go programming language."))
(list (search-path-specification (list (search-path-specification
(variable "OBJC_INCLUDE_PATH") (variable "OBJC_INCLUDE_PATH")
(files '("include"))) (files '("include")))
(search-path-specification $LIBRARY_PATH))
(variable "LIBRARY_PATH")
(files '("lib" "lib64")))))
(define-public gcc-objc-4.8 (define-public gcc-objc-4.8
(custom-gcc gcc-4.8 "gcc-objc" '("objc") (custom-gcc gcc-4.8 "gcc-objc" '("objc")