From c1ccd38b31d722c843ab311338e2b8d1905eb8f8 Mon Sep 17 00:00:00 2001 From: David Moc Date: Wed, 3 Jun 2026 03:22:35 +0200 Subject: Default config and fixed installing. --- guix.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index bd2d244..6b312f7 100644 --- a/guix.scm +++ b/guix.scm @@ -2,6 +2,7 @@ (guix build-system gnu) (guix gexp) ((guix licenses) #:prefix license:) + (guix search-paths) (gnu packages fonts) (gnu packages gl) (gnu packages llvm) @@ -65,6 +66,13 @@ `(("font-dejavu" ,font-dejavu) ("glfw" ,glfw) ("mesa" ,mesa))) + (native-search-paths + (list (search-path-specification + (variable "C_INCLUDE_PATH") + (files '("include/ecex"))) + (search-path-specification + (variable "CPLUS_INCLUDE_PATH") + (files '("include/ecex"))))) (home-page "git.cdatgoose.org/ecex.git") (synopsis "Small C editor with CCDJIT-loaded C config and plugins") (description -- cgit v1.2.3