aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/efi.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:07 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:56 +0000
commitfc2b16fa9d6a0adfc3d0ded4cbaa1bfb49114128 (patch)
tree26c00f9f7b0a1298d28f4be8879a29315409323a /gnu/packages/efi.scm
parentd401e309483f1150b8e9275b499af0b687e5c7c5 (diff)
downloadguix-fc2b16fa9d6a0adfc3d0ded4cbaa1bfb49114128.tar.gz
guix-fc2b16fa9d6a0adfc3d0ded4cbaa1bfb49114128.zip
gnu: python-uqbar: Improve package style.
* gnu/packages/graphviz.scm (python-uqbar): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]: Convert 'check phase replacement to <#:test-flags>. Change-Id: I536e60438e3f2d5592ab9cd34fe66104cfd117e2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/efi.scm')
0 files changed, 0 insertions, 0 deletions
. * guix/scripts/shell.scm (options-with-caching)[single-file-for-caching]: Remove. Call 'profile-cached-gc-root' instead; adjust to accept two values. (profile-cache-primary-key): New procedure. (profile-cache-key): Remove. (profile-file-cache-key, profile-spec-cache-key): New procedures. (profile-cached-gc-root): Rewrite to include functionality formally in 'single-file-for-caching', but extend to handle package specs. * gnu/packages.scm (cache-is-authoritative?): Export. * guix/transformations.scm (transformation-option-key?): New procedure. * doc/guix.texi (Invoking guix shell): Move '--rebuild-cache' documentation to the bottom, just above '--root'. Explain caching and how these two options relate to that. Ludovic Courtès