summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Collapse)Author
2020-11-07gnu: nix: Update to 2.3.8.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix): Update to 2.3.8.
2020-11-07gnu: nix: Download source over HTTPS.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.
2020-11-07gnu: guix-build-coordinator: Update to 0-5.98f5083.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-5.98f5083. [native-inputs,propagated-inputs]: Add guile-lib.
2020-11-04gnu: guix: Update to 5e7cf66.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 5e7cf66.
2020-10-31gnu: Add xstow.Hendur Saga via Guix-patches via
* gnu/packages/package-management.scm (xstow): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-30gnu: guix: Update to 1c6d985.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 1c6d985.
2020-10-23gnu: guix-build-coordinator: Update to 0-4.d38698d.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-4.d38698d.
2020-10-23gnu: guix-build-coordinator: Switch to guile-json-4.Christopher Baines
To avoid a propagated input conflict. * gnu/packages/package-management.scm (guix-build-coordinator)[propagated-inputs]: Change guile-json-3 to guile-json-4.
2020-10-23gnu: guix-build-coordinator: Fix indentation.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Fix indentation.
2020-10-23gnu: guix-build-coordinator: Propagate the guile inputs.Christopher Baines
This means the package is usable as a library, which is useful when using the procedures to send requests to the Guix Build Coordinator. * gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Move guile inputs to propagated inputs. [propagated-inputs]: Receive some inputs. * gnu/services/guix.scm (make-guix-build-coordinator-start-script): Adjust the start script to include propagated inputs.
2020-10-23gnu: guix-build-coordinator: Ensure gnutls is available.Christopher Baines
Some hooks expect this to be available. * gnu/packages/package-management.scm (guix-build-coordinator) [inputs,native-inputs]: Add gnutls.
2020-10-20gnu: guix-build-coordinator: Update to 0-3.5f11c60.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-3.5f11c60. [inputs]: Add guile-zlib.
2020-10-20gnu: guix-build-coordinator: Update to 0-2.86e446c.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-2.86e446c.
2020-10-16gnu: libostree: Update to 2020.7.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.7.
2020-10-14gnu: guix: Change Git URL.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[source]: Change URL to non-dump HTTP server.
2020-10-12gnu: guix: Update to 1.1.0-30.875c01f.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f.
2020-10-09Revert "gnu: guix: Update to commit 5918cb5."Maxim Cournoyer
This reverts commit f08587682a631d3fe30159af838c6766dd65205b. Its hash mismatched.
2020-10-09gnu: guix: Update to commit 5918cb5.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to commit 5918cb5341ecd76304eef2cb529e20896b56f4e5.
2020-10-08gnu: guix-build-coordinator: Update to 0-1.e701d4d.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-1.e701d4d.
2020-10-05gnu: guix: Update to 1.1.0-29.4e3ed9bad9.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-29.4e3ed9bad9.
2020-10-05gnu: Add guix-build-coordinator.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): New variable.
2020-10-02gnu: guix: Fix checksum.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Fix checksum.
2020-10-02gnu: guix: Update to 1.1.0-28.d27dbeb.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb.
2020-10-02gnu: guix: Install OpenRC init files to $(prefix)/etc.Mathieu Othacehe
This is a followup to cabac732deffafc796537658a6c33c6c4aec821e. * gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap' phase, change "openrcservicedir" in 'nix/local.mk'.
2020-09-25gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use GNUTLS instead of GUILE3.0-GNUTLS. (guix-daemon)[inputs]: Likewise. * guix/self.scm (specification->package): Likewise.
2020-09-15gnu: guix: Update to 1c21468.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 1c21468.
2020-09-14gnu: guix: Update to 846403e.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 846403e.
2020-09-11gnu: libostree: Update to 2020.6.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.6.
2020-09-04gnu: guix-jupyter: Fix compilation with Guile-JSON >= 4.3.x.Ludovic Courtès
Reported by wehlutyk on #guix. * gnu/packages/package-management.scm (guix-jupyter)[source]: Avoid 'define-json-mapping' name clash with Guile-JSON.
2020-09-03gnu: nix: Add the "--enable-gc" configure flag to fix build.Maxim Cournoyer
Fixes <http://issues.guix.gnu.org/43181>. * gnu/packages/package-management.scm (nix)[configure-flags]: Add the "--enable-gc" option.
2020-09-03gnu: guix: Update to 44c6e6f.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
2020-09-02gnu: guix: Update to 2056226.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 2056226.
2020-09-01gnu: Add opensmtpd-filter-dkimsign.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (libopensmtpd): New variable. opensmtpd-filter-dkimsign): New public variable.
2020-08-28gnu: gcab: Update to 1.4.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (gcab): Update to 1.4.
2020-08-26gnu: guix: Update to guix-1.1.0-23.2f458a.Jakub Kądziołka
* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a.
2020-08-26gnu: guix: Rollback to 1.1.0-22.4b5a6f.Jakub Kądziołka
* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f.
2020-08-26gnu: flatpak: Update to 1.8.2.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.
2020-08-25gnu: guix: Update to 1.1.0-21.29d356.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
2020-08-25gnu: guix: Update to 1.1.0-20.537080f.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
2020-08-24gnu: guix: Update to 1.1.0-19.0c50d72.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-19.0c50d72.
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe
* Makefile.am (MODULES): Remove guix/zlib.scm and guix/lzlib.scm, (SCM_TESTS): remove tests/zlib.scm, tests/lzlib.scm. * build-aux/build-self.scm (make-config.scm): Remove unused %libz variable. * configure.ac: Remove LIBZ and LIBLZ variables and check instead for Guile-zlib and Guile-lzlib. * doc/guix.texi ("Requirements"): Remove zlib requirement and add Guile-zlib and Guile-lzlib instead. * gnu/packages/package-management.scm (guix)[native-inputs]: Add "guile-zlib" and "guile-lzlib", [inputs]: remove "zlib" and "lzlib", [propagated-inputs]: ditto, [arguments]: add "guile-zlib" and "guile-lzlib" to Guile load path. * guix/config.scm.in (%libz, %liblz): Remove them. * guix/lzlib.scm: Remove it. * guix/man-db.scm: Use (zlib) instead of (guix zlib). * guix/profiles.scm (manual-database): Do not stub (guix config) in imported modules list, instead add "guile-zlib" to the extension list. * guix/scripts/publish.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), (string->compression-type, effective-compression): do not check for zlib and lzlib availability. * guix/scripts/substitute.scm (%compression-methods): Do not check for lzlib availability. * guix/self.scm (specification->package): Add "guile-zlib" and "guile-lzlib" and remove "zlib" and "lzlib", (compiled-guix): remove "zlib" and "lzlib" arguments and add guile-zlib and guile-lzlib to the dependencies, also do not pass "zlib" and "lzlib" to "make-config.scm" procedure, (make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and %liblz variables. * guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not check for lzlib availability. * guix/zlib.scm: Remove it. * m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them. * tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), and do not check for zlib and lzlib availability. * tests/publish.scm: Ditto. * tests/substitute.scm: Do not check for lzlib availability. * tests/utils.scm: Ditto. * tests/zlib.scm: Remove it.
2020-08-23gnu: Add akku.Martin Becze
* gnu/packages/package-management.scm (akku): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-20gnu: libostree: Update to 2020.5.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.5.
2020-08-13gnu: conda: Update to 4.8.3.Ricardo Wurmus
* gnu/packages/package-management.scm (python-conda): Define as deprecated alias for conda. (python2-conda): Remove variable. (conda)[arguments]: Add phases "fix-permissions", "correct-python-executable-name", "do-not-use-python-root-as-prefix", and "init"; remove phase "remove-failing-tests"; update "check" phase. [inputs]: Add python-wrapper. [native-inputs]: Move them all to... [propagated-inputs]: ...this field. Add python-conda-package-handling, python-tqdm, and zstd. [description]: Remove line about Conda as a library.
2020-08-12gnu: Add python-conda-package-handling.Ricardo Wurmus
* gnu/packages/package-management.scm (python-conda-package-handling): New variable.
2020-08-11gnu: flatpack: Update to 1.8.1.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (flatpack): Update to 1.8.1.
2020-07-26gnu: libostree: Update to 2020.4.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
2020-07-26gnu: guix: Update to 1.1.0-18.0addee1.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
2020-07-23gnu: guix-jupyter: Correct kernel search location.Jesse Gibbons
gnu/packages/package-management.scm: guix-jupyter: [phases]: Use guile 3.0 instead of 2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-12gnu: guix: Update to 1.1.0-17.36a1925.Marius Bakke
* gnu/packages/package-management.scm (guix): Update to 1.1.0-17.36a1925.