aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/substitutes.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2024-11-06 08:39:40 +0800
committerHilton Chain <hako@ultrarare.space>2024-12-08 15:28:42 +0800
commit4b9a950a209eb36cce1a74ec709810b2a9937485 (patch)
tree0c9409b36f9434962a641086f3cf628b12be2ab0 /gnu/installer/substitutes.scm
parent0e79732c3f66de6b1eaace67c08264cfe9296a50 (diff)
downloadguix-4b9a950a209eb36cce1a74ec709810b2a9937485.tar.gz
guix-4b9a950a209eb36cce1a74ec709810b2a9937485.zip
gnu: Add hyprlang.
* gnu/packages/wm.scm (hyprlang): New variable. Change-Id: Ie585412bd26bff2c5949ed3aef15c37f6958dc0b
Diffstat (limited to 'gnu/installer/substitutes.scm')
0 files changed, 0 insertions, 0 deletions
lper, origin): New macros. (origin-sha256): New deprecated procedure. (origin->derivation): Adjust accordingly. * tests/packages.scm ("package-source-derivation, origin, sha512"): New test. * guix/tests.scm: Hide (gcrypt hash) 'sha256' for proper syntax matching. * tests/challenge.scm: Add #:prefix for (gcrypt hash) and adjust users. * tests/derivations.scm: Likewise. * tests/store.scm: Likewise. * tests/graph.scm ("bag DAG, including origins"): Provide 'sha256' field with the right length. * gnu/packages/aspell.scm (aspell-dictionary) (aspell-dict-ca, aspell-dict-it): Use 'hash' and 'content-hash' for proper syntax matching. * gnu/packages/bash.scm (bash-patch): Rename 'sha256' to 'sha256-bv'. * gnu/packages/bootstrap.scm (bootstrap-executable): Rename 'sha256' to 'bv'. * gnu/packages/readline.scm (readline-patch): Likewise. * gnu/packages/virtualization.scm (qemu-patch): Rename 'sha256' to 'sha256-bv'. * guix/import/utils.scm: Hide (gcrypt hash) 'sha256'. Ludovic Courtès