From 7ee764bbe508ad0becb3e8e4e2435144de64c359 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 5 Oct 2023 21:27:39 -0400 Subject: [PATCH] gnu: %objc++-search-paths: Express using $LIBRARY_PATH. * gnu/packages/gcc.scm (%objc++-search-paths): Express using $LIBRARY_PATH. --- 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 95c09e0924..b7173d63ba 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1373,9 +1373,7 @@ provides the GNU compiler for the Go programming language.")) (list (search-path-specification (variable "OBJCPLUS_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++" '("obj-c++")