summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-03-05 23:41:25 +0100
committerLudovic Courtès <ludo@gnu.org>2026-03-10 23:10:05 +0100
commitee8eba01f075f9139eb42f53515824f978dd3b92 (patch)
treed0d2555f777080be1ab99fc4775d3905f59e7c04 /gnu
parent4d50228576aa966e28f751e0f30511701aff8511 (diff)
gnu: Remove misplaced ‘GUILE_EXTENSIONS_PATH’ spec in Guile libraries.
The ‘GUILE_EXTENSIONS_PATH’ variable “belongs” to Guile, not to libraries that depend on Guile. * gnu/packages/guile-xyz.scm (guile-yamlpp, guile-wayland-scm-socket) (guile-wayland-scm-shm, guile-wayland-scm): Remove ‘native-search-paths’ field. Change-Id: I9a9927e945ec31572684df4ff325f3a7ed0393a9 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #6919
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile-xyz.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0acd5694cc2..301fa219fa2 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2521,10 +2521,6 @@ library}.")
(assoc-ref %standard-phases 'check)))))
(native-inputs (list autoconf automake libtool pkg-config))
(inputs (list guile-3.0 yaml-cpp))
- (native-search-paths
- (list (search-path-specification
- (variable "GUILE_EXTENSIONS_PATH")
- (files (list "lib/guile/3.0")))))
(home-page "https://gitlab.com/yorgath/guile-yamlpp")
(synopsis "Guile YAML reader/writer based on @code{yaml-cpp}")
(description
@@ -3538,10 +3534,6 @@ wrap G-Golf applications when writing a Guix package.")))
(install-file "socket.scm" share-dir))))
(delete 'check)
(delete 'install))))
- (native-search-paths
- (list (search-path-specification
- (variable "GUILE_EXTENSIONS_PATH")
- (files (list "lib/guile/3.0")))))
(inputs (list gcc guile-3.0))
(synopsis "C bindings for UNIX sockets in multi-scheme (Guile, Gauche,
Chicken) Wayland library")
@@ -3615,10 +3607,6 @@ Probably can be replaced with guile's built-ins: @code{fdes->ports},
(install-file "shm.scm" share-dir))))
(delete 'check)
(delete 'install))))
- (native-search-paths
- (list (search-path-specification
- (variable "GUILE_EXTENSIONS_PATH")
- (files (list "lib/guile/3.0")))))
(inputs (list gcc guile-3.0))
(synopsis "C bindings for wayland shared memory (SHM) in multi-scheme
(Guile, Gauche, Chicken) wayland library")
@@ -3686,10 +3674,6 @@ Probably can be replaced with guile's built-in file-descriptor procedures.")
(substitute* (list client-file)
(("WAYLAND_BASE_PROTOCOL_PATH")
core-protocol-file))))))))
- (native-search-paths
- (list (search-path-specification
- (variable "GUILE_EXTENSIONS_PATH")
- (files (list "lib/guile/3.0")))))
(native-inputs (list guile-3.0 pkg-config texinfo autoconf automake))
(inputs (list wayland wayland-protocols))
(propagated-inputs (list guile-wayland-scm-socket guile-wayland-scm-shm))