aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/coda-use-system-libs.patch
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-05-17 23:55:58 -0300
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2021-06-23 06:45:20 +0200
commitac8fb4b9f4db0cf774799b95fc176c8a80ade6cc (patch)
tree9a3066c5598ad746aa7f2bef136c7a32d70828cc /gnu/packages/patches/coda-use-system-libs.patch
parent828ceee7db0ab74786049600108d6b15017851c5 (diff)
downloadguix-ac8fb4b9f4db0cf774799b95fc176c8a80ade6cc.tar.gz
guix-ac8fb4b9f4db0cf774799b95fc176c8a80ade6cc.zip
gnu: Add python-pyshp.
* gnu/packages/geo.scm (python-pyshp): New variable.
Diffstat (limited to 'gnu/packages/patches/coda-use-system-libs.patch')
0 files changed, 0 insertions, 0 deletions
(environment-variable-shell-definitions): Use it instead of inline copy. * gnu/home/services/shells.scm (bash-serialize-aliases): Use it. Add clause for 'literal-string?'. * tests/guix-home.sh: Add 'aliases' to 'home-bash-extension' and test it. Ludovic Courtès 2023-01-09home: environment-variables: Fix escaping....* gnu/home/services.scm (environment-variable-shell-definitions): Fix escaping. * tests/guix-home.sh: Add STRING_WITH_ESCAPES environment variable and test its value. Reported-by: elevnkb Andrew Tropin 2023-01-09home: environment-variables: Return support for file-likes and gexps....* gnu/home/services.scm (environment-variable-shell-definitions): Add support for file-likes and gexps. * tests/guix-home.sh: Add SHELL environment variable and test its value. Add BUILDHOSTTIME environment variable. Andrew Tropin 2023-01-05home: shells: Do not escape backslashes in single-quoted strings....This is a followup to 73684dc90e013f2f0cca1097b0c944bb9aa88709. * gnu/home/services.scm (environment-variable-shell-definitions) [shell-single-quote]: Remove #\\ from the escape list. Ludovic Courtès 2023-01-05home: services: environment-variables: Add support for literal strings....* gnu/home/services.scm (<literal-string>): New record type. (environment-variable-shell-definitions): Split 'shell-quote' into 'quote-string' and 'shell-double-quote'. Add 'shell-single-quote'. Add clause for 'literal-string' records. * tests/guix-home.sh: Test it. * doc/guix.texi (Essential Home Services): Document it. Ludovic Courtès 2023-01-03guix: Fix typos....* gnu/home/services.scm (home-files-service-type): Fix typo. (home-xdg-configuration-files-service-type): Likewise. (home-xdg-data-files-service-type): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jman