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:
parent
a9cb2e5714
commit
18631c4d5c
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user