aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-05-28 21:19:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-05-30 17:52:48 +0800
commite026e8203bfbe945e29433674e112bb45707672a (patch)
tree7c495873dff87313ebe73a925feecda36563476b /nix
parent18d522379e4957f91c80b4af8fc073c70369adf8 (diff)
downloadguix-e026e8203bfbe945e29433674e112bb45707672a.tar.gz
guix-e026e8203bfbe945e29433674e112bb45707672a.zip
gnu: font-chiron-hei-hk: Update to 2.506.
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.506. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'nix')
0 files changed, 0 insertions, 0 deletions
scm (module-soft-dependencies): Partition the result and return it as two lists. Danny Milosavljevic 2019-01-25linux-modules: module-soft-dependencies: Remove colon from section names....Follow-up to 1a5f46621b44aa1458ad7acd4eca5fe1d4574f92. * gnu/build/linux-modules.scm (module-soft-dependencies): Remove colon from section names. Danny Milosavljevic 2019-01-25linux-modules: Add module-soft-dependencies....* gnu/build/linux-modules.scm (not-softdep-whitespace): New variable. (module-soft-dependencies): New procedure. Danny Milosavljevic 2018-08-29linux-modules: Raise an error when a kernel module cannot be found....Previously we'd get an unhelpful backtrace like this: In gnu/build/linux-modules.scm: 184:47 4 (recursive-module-dependencies _ #:lookup-module _) 98:14 3 (module-dependencies _) 85:18 2 (modinfo-section-contents _) In ice-9/ports.scm: 439:11 1 (call-with-input-file #f #<procedure get-bytevector-al?> ?) In unknown file: 0 (open-file #f "r" #:encoding #f #:guess-encoding #f) ERROR: In procedure open-file: Wrong type (expecting string): #f builder for `/gnu/store/…-linux-modules.drv' failed with exit code 1 * gnu/build/linux-modules.scm (find-module-file): When MODULE cannot be found, raise an error instead of returning #f. This is more useful to the user. Ludovic Courtès 2018-08-21linux-modules: Adjust 'section-contents' procedure....* gnu/build/linux-modules.scm (section-contents): Honor SECTION as was intended. (modinfo-section-contents): Pass 'section-contents' a section, not a section name. Ludovic Courtès