aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/suckless.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2024-11-03 13:04:03 +0100
committerJelle Licht <jlicht@fsfe.org>2024-12-18 22:02:20 +0100
commit10796c9706d83355588a7c904ecd9bea57403f2c (patch)
treea14e64b34b819bed5b5ccc33ccfd7eb54f176fc4 /gnu/packages/suckless.scm
parentdb3ea50181e0c3294d64ddc544422a560f617895 (diff)
downloadguix-10796c9706d83355588a7c904ecd9bea57403f2c.tar.gz
guix-10796c9706d83355588a7c904ecd9bea57403f2c.zip
gnu: ruby-autoprefixer-rails: Use node-lts instead of node.
* gnu/packages/rails.scm (ruby-autoprefixer-rails)[native-inputs]: Replace node by node-lts. Change-Id: Iea7fc9001cb12eecb1257a9a0f83851bd8bc36fd
Diffstat (limited to 'gnu/packages/suckless.scm')
0 files changed, 0 insertions, 0 deletions
pan>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