blob c79e6cc51e6c0540945d5d1ce7753ab7ef7ce4df 501 bytes (raw)
name: gnu/packages/patches/scsh-nonstring-search-path.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
| | diff --git a/scheme/lib-dirs.scm b/scheme/lib-dirs.scm
index a1fc009..c630fb4 100644
--- a/scheme/lib-dirs.scm
+++ b/scheme/lib-dirs.scm
@@ -75,6 +75,7 @@
(let ((val (read)))
(cond ((eof-object? val) '())
((string? val) (cons val (recur)))
+ ((symbol? val) (cons (symbol->string val) (recur)))
((not val) (append default-lib-dirs (recur)))
(else
(error
|
debug log:
solving c79e6cc51e ...
found c79e6cc51e in https://yhetil.org/guix/Y3I4/j5OPs3f1GQU@3900XT/
applying [1/1] https://yhetil.org/guix/Y3I4/j5OPs3f1GQU@3900XT/
diff --git a/gnu/packages/patches/scsh-nonstring-search-path.patch b/gnu/packages/patches/scsh-nonstring-search-path.patch
new file mode 100644
index 0000000000..c79e6cc51e
1:17: trailing whitespace.
(else
1:18: trailing whitespace.
(error
Checking patch gnu/packages/patches/scsh-nonstring-search-path.patch...
Applied patch gnu/packages/patches/scsh-nonstring-search-path.patch cleanly.
warning: 2 lines add whitespace errors.
index at:
100644 c79e6cc51e6c0540945d5d1ce7753ab7ef7ce4df gnu/packages/patches/scsh-nonstring-search-path.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.