diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-03 03:22:35 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-03 03:22:35 +0200 |
| commit | c1ccd38b31d722c843ab311338e2b8d1905eb8f8 (patch) | |
| tree | dcdac7a4d3d3700cf27129012f488a701043f671 /guix.scm | |
| parent | c6d44836fd8ed1442e01825cb0f9f97e7bf11515 (diff) | |
Default config and fixed installing.
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
