aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-13 12:45:14 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-13 12:49:22 +0200
commit04f46e5dbe6607980b98098e2fc64d6afb9a44c8 (patch)
tree3c935d937905ee6ca56d2474fc010ec9dacb92ba /gnu/system
parente0c0b0786aa47d1fe7e79928943a848b7bc42b90 (diff)
downloadguix-04f46e5dbe6607980b98098e2fc64d6afb9a44c8.tar.gz
guix-04f46e5dbe6607980b98098e2fc64d6afb9a44c8.zip
gnu: texlive-latex-xkeyval: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-xkeyval)[source]: Use file-name.
Diffstat (limited to 'gnu/system')
0 files changed, 0 insertions, 0 deletions
8c6fb521cc69ac459fe4257ac'>update-guix-package: Use 'origin-hash'....* gnu/packages/package-management.scm (main): Use 'origin-hash' instead of 'origin-sha256'. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll 2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès 2017-05-09maint: update-guix-package: Protect the checkout from GC....* build-aux/update-guix-package.scm (main): Define 'root', and call 'add-indirect-root' to protect SOURCE from GC. Ludovic Courtès 2017-05-07maint: Add 'update-guix-package' target....* build-aux/update-guix-package.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (update-guix-package): New target. (.PHONY): Add it. * gnu/packages/package-management.scm (guix): Mention it. Ludovic Courtès