guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/03: gnu: libfixposix: Add C_INCLUDE_PATH to the native-search-paths.
Date: Sun, 3 Jul 2022 14:37:26 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 13cc3da6b6d7d5d5a02dfe79c6d180d2ce197751
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sun Jul 3 20:00:48 2022 +0200

    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 @@ Its three main components are:
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]