| Commit message (Expand) | Author | Age | Files | Lines |
* | database: Remove #:deduplicate? from 'register-items'.•••It is now up to the caller to deduplicate store contents.
* guix/store/database.scm (register-items): Remove #:deduplicate?
parameter and call to 'deduplicate'.
(register-path): Call 'deduplicate' when #:deduplicate? is true.
* gnu/build/image.scm (register-closure): Adjust call accordingly.
* gnu/build/vm.scm (register-closure): Likewise.
* guix/nar.scm (finalize-store-file): Likewise.
* guix/scripts/pack.scm (store-database): Likewise.
| Ludovic Courtès | 2020-12-15 | 2 | -2/+0 |
* | image: 'register-closure' leaves it up to the caller to deduplicate.•••* gnu/build/image.scm (register-closure): Remove #:deduplicate?
parameter and pass #:deduplicate? #f to 'register-items'.
(initialize-root-partition): Adjust accordingly.
* gnu/build/vm.scm (register-closure, root-partition-initializer):
Likewise.
| Ludovic Courtès | 2020-12-15 | 2 | -12/+5 |
* | store-copy: 'populate-store' can optionally deduplicate files.•••Until now deduplication was performed as an additional pass after
copying files, which involve re-traversing all the files that had just
been copied.
* guix/store/deduplication.scm (copy-file/deduplicate): New procedure.
* tests/store-deduplication.scm ("copy-file/deduplicate"): New test.
* guix/build/store-copy.scm (populate-store): Add #:deduplicate?
parameter and honor it.
* tests/gexp.scm ("gexp->derivation, store copy"): Pass #:deduplicate? #f
to 'populate-store'.
* gnu/build/image.scm (initialize-root-partition): Pass #:deduplicate?
to 'populate-store'. Pass #:deduplicate? #f to 'register-closure'.
* gnu/build/vm.scm (root-partition-initializer): Likewise.
* gnu/build/install.scm (populate-single-profile-directory): Pass
#:deduplicate? #f to 'populate-store'.
* gnu/build/linux-initrd.scm (build-initrd): Likewise.
* guix/scripts/pack.scm (self-contained-tarball)[import-module?]: New
procedure.
[build]: Pass it as an argument to 'source-module-closure'.
* guix/scripts/pack.scm (squashfs-image)[build]: Wrap in
'with-extensions'.
* gnu/system/linux-initrd.scm (expression->initrd)[import-module?]: New
procedure.
[builder]: Pass it to 'source-module-closure'.
* gnu/system/install.scm (cow-store-service-type)[import-module?]: New
procedure. Pass it to 'source-module-closure'.
| Ludovic Courtès | 2020-12-15 | 6 | -9/+29 |
* | database: Remove #:reset-timestamps? from 'register-items'.•••The assumption now is that the caller took care of resetting timestamps
and permissions.
* guix/store/database.scm (register-items): Remove #:reset-timestamps?
parameter and the call to 'reset-timestamps'.
(register-path): Adjust accordingly and add call to 'reset-timestamps'.
* gnu/build/image.scm (register-closure): Remove #:reset-timestamps?
parameter to 'register-items'.
* gnu/build/vm.scm (register-closure): Likewise.
* guix/nar.scm (finalize-store-file): Adjust accordingly.
* guix/scripts/pack.scm (store-database)[build]: Likewise.
| Ludovic Courtès | 2020-12-15 | 2 | -2/+0 |
* | image: 'register-closure' assumes already-reset timestamps.•••* gnu/build/image.scm (register-closure): Remove #:reset-timestamps?
parameter. Pass #:reset-timestamps? #f to 'register-items'.
(initialize-root-partition): Adjust accordingly.
* gnu/build/vm.scm (register-closure, root-partition-initializer):
Likewise.
| Ludovic Courtès | 2020-12-15 | 2 | -10/+6 |
* | store-copy: 'populate-store' resets timestamps.•••Until now, 'populate-store' would reset permissions but not timestamps,
so callers would resort to going through an extra directory traversal to
reset timestamps.
* guix/build/store-copy.scm (reset-permissions): Remove.
(copy-recursively): New procedure.
(populate-store): Pass #:keep-permissions? to 'copy-recursively'.
Remove call to 'reset-permissions'.
* tests/gexp.scm ("gexp->derivation, store copy"): In BUILD-DRV, check
whether 'populate-store' canonicalizes permissions and timestamps.
* gnu/build/image.scm (initialize-root-partition): Pass #:reset-timestamps? #f
to 'register-closure'.
* gnu/build/vm.scm (root-partition-initializer): Likewise.
| Ludovic Courtès | 2020-12-15 | 2 | -4/+3 |
* | Revert "gnu: grub: Fix unicode font loading when booting over TFTP."•••This reverts commit 03fb57ff77b57de510b59485845ed7cb4e0a77a7, which
breaks most system tests. Specifically, grub.cfg.drv fails to build:
ERROR: In procedure canonicalize-path:
In procedure canonicalize-path: No such file or directory
| Ludovic Courtès | 2020-12-15 | 1 | -12/+3 |
* | gnu: Add ocaml-reactivedata.•••* gnu/packages/ocaml.scm (ocaml-reactivedata): Add ocaml-reactivedata.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| divoplade | 2020-12-15 | 1 | -0/+46 |
* | gnu: maven-wagon-http: Disable a failing test.•••* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add
HugeFileDownloadTest to excluded tests.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Michael Rohleder | 2020-12-15 | 1 | -0/+2 |
* | gnu: iproute: Fix cross compiling.•••* gnu/packages/linux.scm (iproute)[arguments]: Set CC and HOSTCC in
make-flags. Add custom phase to replace the value for PKG_CONFIG in
hand-written configure script.
| Efraim Flashner | 2020-12-15 | 1 | -1/+12 |
* | gnu: Add rust-ndarray-0.12.•••* gnu/packages/crates-io.scm (rust-ndarray-0.12): New variable.
* gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner | 2020-12-15 | 3 | -0/+70 |
* | gnu: rust-cblas-sys-0.1: Don't skip build.•••* gnu/packages/crates-io.scm (rust-cblas-sys-0.1)[arguments]: Don't skip
build.
| Efraim Flashner | 2020-12-15 | 1 | -2/+1 |
* | gnu: Add rust-handlegraph-0.3.•••* gnu/packages/crates-io.scm (rust-handlegraph-0.3): New variable.
| Efraim Flashner | 2020-12-15 | 1 | -0/+24 |
* | gnu: esbuild: Update to 0.8.23.•••* gnu/packages/web.scm (esbuild): Update to 0.8.23.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ryan Prior | 2020-12-15 | 1 | -2/+2 |
* | gnu: ffmpeg-2.8: Remove extraneous inputs.•••These inputs are not used by FFmpeg 2.
* gnu/packages/video.scm (ffmpeg-2.8)[inputs]: Remove dav1d, libaom,
rav1e, and srt.
| Leo Famulari | 2020-12-15 | 1 | -1/+4 |
* | gnu: ffmpeg-4.2: Remove extraneous input rav1e.•••* gnu/packages/video.scm (ffmpeg-4.2)[inputs]: Remove rav1e.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Leo Prikler | 2020-12-15 | 1 | -1/+4 |
* | gnu: Add python-sanic.•••* gnu/packages/python-web.scm (python-sanic): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+60 |
* | gnu: Add python-pytest-sanic.•••* gnu/packages/python-check.scm (python-pytest-sanic): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+27 |
* | gnu: Add python-pywatchman.•••* gnu/packages/python-xyz.scm (python-pywatchman): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+21 |
* | gnu: Add python-dataclasses.•••* gnu/packages/python-xyz.scm (python-dataclasses): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+21 |
* | gnu: Add python-nbsphinx.•••* gnu/packages/sphinx.scm (python-nbsphinx): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+30 |
* | gnu: Add python-pyre-extensions.•••* gnu/packages/python-xyz.scm (python-pyre-extensions): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+24 |
* | gnu: Add python-hstspreload.•••* gnu/packages/python-web.scm (python-hstspreload): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+21 |
* | gnu: Add python-aiofiles.•••* gnu/packages/python-xyz.scm (python-aiofiles): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+18 |
* | gnu: Add python-contextvars.•••* gnu/packages/python-xyz.scm (python-contextvars): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Giacomo Leidi | 2020-12-15 | 1 | -0/+21 |
* | gnu: Add kanshi.•••* gnu/packages/wm.scm (kanshi): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Robert Smith | 2020-12-15 | 1 | -0/+24 |
* | gnu: Add r-lpme.•••* gnu/packages/cran.scm (r-lpme): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Aniket Patil | 2020-12-15 | 1 | -0/+29 |
* | gnu: Add r-locpol.•••* gnu/packages/cran.scm (r-locpol): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Aniket Patil | 2020-12-15 | 1 | -0/+22 |
* | gnu: Add r-decon.•••* gnu/packages/cran.scm (r-decon): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Aniket Patil | 2020-12-15 | 1 | -0/+38 |
* | gnu: emacs-transmission: Update to 0.12.2.•••* gnu/packages/emacs-xyz.scm (emacs-transmission): Update to 0.12.2.
| Brett Gilio | 2020-12-14 | 1 | -2/+2 |
* | gnu: grub: Fix unicode font loading when booting over TFTP.•••* gnu/bootloader/grub.scm (eye-candy)(font-file): Fix unicode font loading
when booting over TFTP.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Stefan | 2020-12-14 | 1 | -3/+12 |
* | gnu: kitty: Re-order inputs and native-inputs alphabetically.•••* gnu/packages/terminals.scm (kitty)[inputs, native-inputs]: Re-order
alphabetically.
| Nicolas Goaziou | 2020-12-14 | 1 | -16/+16 |
* | gnu: kitty: Update to 0.19.2.•••* gnu/packages/terminals.scm (kitty): Update to 0.19.2.
[inputs]: Add lcms. Switch to python-wrapper.
[arguments]: Merge hard-code-libegl phase in build phase. Change build
command. Disable checking for updates. Fix error in tests.
| Nicolas Goaziou | 2020-12-14 | 1 | -16/+25 |
* | gnu: emacs-org-contrib: Update to 20201213.•••* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20201213.
| Nicolas Goaziou | 2020-12-14 | 1 | -2/+2 |
* | gnu: emacs-org: Update to 9.4.2.•••* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.2.
| Nicolas Goaziou | 2020-12-14 | 1 | -2/+2 |
* | gnu: emacs-ivy-posframe: Update to 0.5.4.•••* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.4.
| Nicolas Goaziou | 2020-12-14 | 1 | -2/+2 |
* | gnu: pies: Update to 1.5.•••* gnu/packages/admin.scm (pies): Update to 1.5.
| Efraim Flashner | 2020-12-14 | 1 | -2/+2 |
* | gnu: ecl: Remove build-stamp to improve reproducibility.•••* gnu/packages/lisp.scm (ecl)[arguments]<phases>: Add "remove-build-stamp"
phase. Move "wrap" phase after "remove-build-stamp" phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Zhu Zihao | 2020-12-14 | 1 | -1/+7 |
* | gnu: ecl: Return #t in wrap phase.•••* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Zhu Zihao | 2020-12-14 | 1 | -1/+2 |
* | gnu: emacs-helm-switch-to-repl: Update to 0.1.1.•••* gnu/packages/emacs-xyz.scm (emacs-helm-switch-to-repl): Update to 0.1.1.
| Pierre Neidhardt | 2020-12-14 | 1 | -2/+2 |
* | gnu: b4: Update to 0.6.1.•••* gnu/packages/version-control.scm (b4): Update to 0.6.1.
[source]: Download from pypi, which now includes the manpage.
[arguments]: Remove now unnecessary install-manpages phase.
[inputs]: Add python-dkimpy and python-dnspython.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer | 2020-12-14 | 1 | -20/+8 |
* | gnu: python-dnspython: Update to 2.0.0.•••* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.0.0.
[source]: Download from pypi.
[native-inputs]: Add unzip.
[home-page]: Prefer https.
(python-dnspython-1.16):
(python2-dnspython-1.16): New variables.
* gnu/packages/ebook.scm (calibre):
* gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16.
* gnu/packages/finance.scm (electrum): Use python-dnspython-1.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer | 2020-12-14 | 4 | -11/+24 |
* | gnu: python-dnspython: Fix indentation.•••* gnu/packages/python-xyz.scm (python-dnspython): Fix indentation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer | 2020-12-14 | 1 | -16/+16 |
* | gnu: Add python-3.9.•••* gnu/packages/python.scm (python-3.9): New variable.
* gnu/packages/patches/python-3.9-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tanguy Le Carrour | 2020-12-14 | 3 | -0/+396 |
* | gnu: alsa-modular-synth: Update to 2.2.0.•••* gnu/packages/audio.scm (alsa-modular-synth): Update to 2.2.0.
[arguments]: Remove them all.
[source]: Remove patch.
[native-inputs]: Remove gcc@5.
* gnu/packages/patches/alsa-modular-synth-fix-vocoder.patch: Remove it.
* gnu/local.mk (dist_patch_DATA): Remove patch.
| Ricardo Wurmus | 2020-12-14 | 3 | -553/+3 |
* | gnu: python-language-server: Update to 0.36.2.•••* gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.2.
| Brett Gilio | 2020-12-13 | 1 | -2/+2 |
* | gnu: mozjs: Add 78.•••* gnu/packages/gnuzilla.scm (mozjs-78): New public variable.
| Marius Bakke | 2020-12-14 | 1 | -0/+144 |
* | gnu: icu4c: Add 68.1.•••* gnu/packages/icu4c.scm (icu4c-68): New public variable.
| Marius Bakke | 2020-12-14 | 1 | -0/+16 |
* | gnu: purescript: Update to 0.13.8.•••* gnu/packages/purescript.scm (purescript): Update to 0.13.8.
[inputs]: Add ghc-cborg, ghc-serialise.
Signed-off-by: Leo Famulari <leo@famulari.name>
| BonfaceKilz | 2020-12-13 | 1 | -2/+5 |
* | gnu: purescript: Update patch for Purescript 0.13.8.•••* gnu/packages/patches/purescript-relax-dependencies.patch: Update patch for
new version of Purescript.
Signed-off-by: Leo Famulari <leo@famulari.name>
| BonfaceKilz | 2020-12-13 | 1 | -15/+13 |