me
/
guix
Archived
1
0
Fork 0

gnu: libfixposix: Add C_INCLUDE_PATH to the native-search-paths.

* gnu/packages/c.scm (libfixposix)[native-search-paths]: Add C_INCLUDE_PATH.

This fixes the loading of cl-iolib among others.
master
Pierre Neidhardt 2022-07-03 20:00:48 +02:00
parent 9cdfecc8a3
commit 13cc3da6b6
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 5 additions and 0 deletions

View File

@ -306,6 +306,11 @@ Its three main components are:
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config check)) (list autoconf automake libtool pkg-config check))
(native-search-paths
(list
(search-path-specification
(variable "C_INCLUDE_PATH")
(files '("include")))))
(synopsis "Thin wrapper over POSIX syscalls") (synopsis "Thin wrapper over POSIX syscalls")
(description (description
"The purpose of libfixposix is to offer replacements for parts of POSIX "The purpose of libfixposix is to offer replacements for parts of POSIX