~ruther/guix-local

7ee764bbe508ad0becb3e8e4e2435144de64c359 — Maxim Cournoyer 2 years ago 18631c4
gnu: %objc++-search-paths: Express using $LIBRARY_PATH.

* gnu/packages/gcc.scm (%objc++-search-paths): Express using $LIBRARY_PATH.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +1 -3
@@ 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++")