From 18631c4d5c3af75ba1025fd11aae20a520af14bf Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 5 Oct 2023 21:27:04 -0400 Subject: [PATCH] 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. --- gnu/packages/gcc.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index d514e0138d..95c09e0924 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1325,9 +1325,7 @@ provides the GNU compiler for the Go programming language.")) (list (search-path-specification (variable "OBJC_INCLUDE_PATH") (files '("include"))) - (search-path-specification - (variable "LIBRARY_PATH") - (files '("lib" "lib64"))))) + $LIBRARY_PATH)) (define-public gcc-objc-4.8 (custom-gcc gcc-4.8 "gcc-objc" '("objc")