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.
This commit is contained in:
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

View file

@ -306,6 +306,11 @@ (define-public libfixposix
(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