aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2023-12-25 11:10:37 +0100
committerJulien Lepiller <julien@lepiller.eu>2023-12-30 22:11:29 +0100
commit952963aba8db1a052fd86920d95be16ad56de187 (patch)
treec6aa5d0f9dd5ce52e1bd383c666f5dd69e0dde20 /gnu/local.mk
parent1667e151ba28bed7f6d7e905ac6b0868bc1d9d17 (diff)
downloadguix-952963aba8db1a052fd86920d95be16ad56de187.tar.gz
guix-952963aba8db1a052fd86920d95be16ad56de187.zip
gnu: Remove ocaml4.07-sexplib.
* gnu/packages/ocaml.scm (ocaml4.07-sexplib): Remove variable. (ocaml-sexplib)[properties]: Remove variant. Change-Id: I5d682457888b57d7d68c2e3e2b28d6cd4f4f3a85
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions
nEXR.pc'. Thus, we need to add
- ;; "$ilmbase/include/OpenEXR/" to the CPATH.
- (setenv "CPATH"
+ ;; "$ilmbase/include/OpenEXR/" to the CPLUS_INCLUDE_PATH.
+ (setenv "CPLUS_INCLUDE_PATH"
(string-append
- (search-input-directory inputs "include/OpenEXR")
- ":" (or (getenv "CPATH") ""))))))))
+ (dirname
+ (search-input-file inputs "include/OpenEXR/ImathInt64.h"))
+ ":" (or (getenv "CPLUS_INCLUDE_PATH") ""))))))))
(home-page "http://qtpfsgui.sourceforge.net")
(synopsis "High dynamic range (HDR) imaging application")
(description