From 13cc3da6b6d7d5d5a02dfe79c6d180d2ce197751 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 3 Jul 2022 20:00:48 +0200 Subject: 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. --- gnu/packages/c.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 327f41589d..5265a15adc 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -306,6 +306,11 @@ (define-public libfixposix (build-system gnu-build-system) (native-inputs (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") (description "The purpose of libfixposix is to offer replacements for parts of POSIX -- cgit v1.2.3