summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Expand)Author
2020-10-14gnu: guix: Change Git URL....* gnu/packages/package-management.scm (guix)[source]: Change URL to non-dump HTTP server. Ludovic Courtès
2020-10-12gnu: guix: Update to 1.1.0-30.875c01f....* gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f. Maxim Cournoyer
2020-10-09Revert "gnu: guix: Update to commit 5918cb5."...This reverts commit f08587682a631d3fe30159af838c6766dd65205b. Its hash mismatched. Maxim Cournoyer
2020-10-09gnu: guix: Update to commit 5918cb5....* gnu/packages/package-management.scm (guix): Update to commit 5918cb5341ecd76304eef2cb529e20896b56f4e5. Maxim Cournoyer
2020-10-08gnu: guix-build-coordinator: Update to 0-1.e701d4d....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-1.e701d4d. Christopher Baines
2020-10-05gnu: guix: Update to 1.1.0-29.4e3ed9bad9....* gnu/packages/package-management.scm (guix): Update to 1.1.0-29.4e3ed9bad9. Jan (janneke) Nieuwenhuizen
2020-10-05gnu: Add guix-build-coordinator....* gnu/packages/package-management.scm (guix-build-coordinator): New variable. Christopher Baines
2020-10-02gnu: guix: Fix checksum....* gnu/packages/package-management.scm (guix): Fix checksum. Mathieu Othacehe
2020-10-02gnu: guix: Update to 1.1.0-28.d27dbeb....* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb. Mathieu Othacehe
2020-10-02gnu: guix: Install OpenRC init files to $(prefix)/etc....This is a followup to cabac732deffafc796537658a6c33c6c4aec821e. * gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap' phase, change "openrcservicedir" in 'nix/local.mk'. Mathieu Othacehe
2020-09-25gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'....* 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. Ludovic Courtès
2020-09-15gnu: guix: Update to 1c21468....* gnu/packages/package-management.scm (guix): Update to 1c21468. Ludovic Courtès
2020-09-14gnu: guix: Update to 846403e....* gnu/packages/package-management.scm (guix): Update to 846403e. Ludovic Courtès
2020-09-11gnu: libostree: Update to 2020.6....* gnu/packages/package-management.scm (libostree): Update to 2020.6. Tobias Geerinckx-Rice
2020-09-04gnu: guix-jupyter: Fix compilation with Guile-JSON >= 4.3.x....Reported by wehlutyk on #guix. * gnu/packages/package-management.scm (guix-jupyter)[source]: Avoid 'define-json-mapping' name clash with Guile-JSON. Ludovic Courtès
2020-09-03gnu: nix: Add the "--enable-gc" configure flag to fix build....Fixes <http://issues.guix.gnu.org/43181>. * gnu/packages/package-management.scm (nix)[configure-flags]: Add the "--enable-gc" option. Maxim Cournoyer
2020-09-03gnu: guix: Update to 44c6e6f....* gnu/packages/package-management.scm (guix): Update to 44c6e6f. Ludovic Courtès
2020-09-02gnu: guix: Update to 2056226....* gnu/packages/package-management.scm (guix): Update to 2056226. Ludovic Courtès
2020-09-01gnu: Add opensmtpd-filter-dkimsign....* gnu/packages/mail.scm (libopensmtpd): New variable. opensmtpd-filter-dkimsign): New public variable. Tobias Geerinckx-Rice
2020-08-28gnu: gcab: Update to 1.4....* gnu/packages/package-management.scm (gcab): Update to 1.4. Tobias Geerinckx-Rice
2020-08-26gnu: guix: Update to guix-1.1.0-23.2f458a....* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a. Jakub Kądziołka
2020-08-26gnu: guix: Rollback to 1.1.0-22.4b5a6f....* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f. Jakub Kądziołka
2020-08-26gnu: flatpak: Update to 1.8.2....* gnu/packages/package-management.scm (flatpak): Update to 1.8.2. Tobias Geerinckx-Rice
2020-08-25gnu: guix: Update to 1.1.0-21.29d356....* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356. Maxim Cournoyer
2020-08-25gnu: guix: Update to 1.1.0-20.537080f....* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f. Maxim Cournoyer
2020-08-24gnu: guix: Update to 1.1.0-19.0c50d72....* gnu/packages/package-management.scm (guix): Update to 1.1.0-19.0c50d72. Mathieu Othacehe
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....* 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. Mathieu Othacehe
2020-08-23gnu: Add akku....* gnu/packages/package-management.scm (akku): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Martin Becze
2020-08-20gnu: libostree: Update to 2020.5....* gnu/packages/package-management.scm (libostree): Update to 2020.5. Tobias Geerinckx-Rice
2020-08-13gnu: conda: Update to 4.8.3....* 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. Ricardo Wurmus
2020-08-12gnu: Add python-conda-package-handling....* gnu/packages/package-management.scm (python-conda-package-handling): New variable. Ricardo Wurmus
2020-08-11gnu: flatpack: Update to 1.8.1....* gnu/packages/package-management.scm (flatpack): Update to 1.8.1. Tobias Geerinckx-Rice
2020-07-26gnu: libostree: Update to 2020.4....* gnu/packages/package-management.scm (libostree): Update to 2020.4. Tobias Geerinckx-Rice
2020-07-26gnu: guix: Update to 1.1.0-18.0addee1....* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1. Mathieu Othacehe
2020-07-23gnu: guix-jupyter: Correct kernel search location....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> Jesse Gibbons
2020-07-12gnu: guix: Update to 1.1.0-17.36a1925....* gnu/packages/package-management.scm (guix): Update to 1.1.0-17.36a1925. Marius Bakke
2020-07-05gnu: flatpak: Update to 1.8.0....* gnu/packages/package-management.scm (flatpak): Update to 1.8.0, [native-inputs]: add "python-pyparsing". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Allan Adair
2020-07-02gnu: guix: Update to 1.1.0-16.d3eee3c....* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c. Mathieu Othacehe
2020-07-02gnu: guix: Update to 1.1.0-15.03deb1e....* gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e. Mathieu Othacehe
2020-07-02Revert "gnu: guix-minimal: Remove as failing and unused."...This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54. Mathieu Othacehe
2020-07-02gnu: guix-minimal: Remove as failing and unused....* gnu/packages/package-management.scm (guix-minimal): Remove it. Mathieu Othacehe
2020-07-02gnu: guix: Update to 1.1.0-14.5bd8033....* gnu/packages/package-management.scm (guix): Update to 1.1.0-14.5bd8033. Mathieu Othacehe
2020-06-30gnu: guix: Update to 1.1.0-13.26611f56fb....* gnu/packages/package-management.scm (guix): Update to 1.1.0-13.26611f56fb Jan (janneke) Nieuwenhuizen
2020-06-25gnu: guix: Build with Guile 3.0.4....Since Guile 3.0.4 bytecode is not readable by 3.0.2, build the dependents of 'guix' with 3.0.4 as well. * gnu/packages/package-management.scm (guix)[inputs, native-inputs]: Use GUILE-3.0-LATEST. (gwl, guix-jupyter): Likewise. * gnu/packages/web.scm (hpcguix-web): Likewise. * gnu/packages/ci.scm (cuirass): Likewise. * gnu/packages/emacs-xyz.scm (emacs-guix): Likewise. Ludovic Courtès
2020-06-23gnu: flatpak: Fix xdg-dbus-proxy configure flag....* gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full "xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robin Templeton
2020-06-18gnu: guix: Update to 1.1.0-12.c00564192a....* gnu/packages/package-management.scm (guix): Update to 1.1.0-12.c00564192a. Jan (janneke) Nieuwenhuizen
2020-06-17gnu: nix: Update to 2.3.6....* gnu/packages/package-management.scm (nix): Update to 2.3.6. Tobias Geerinckx-Rice
2020-06-17gnu: guix: Update to 1.1.0-11.204623b....* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b. Mathieu Othacehe
2020-06-17Revert "gnu: guix: Update to 1.1.0-11.559491e."...This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some test failures. Mathieu Othacehe
2020-06-17gnu: guix: Update to 1.1.0-11.559491e....* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e. Mathieu Othacehe