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
parent
9cdfecc8a3
commit
13cc3da6b6
|
@ -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
|
||||||
|
|
Reference in New Issue