summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Collapse)Author
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.
2020-07-05gnu: flatpak: Update to 1.8.0.Allan Adair
* gnu/packages/package-management.scm (flatpak): Update to 1.8.0, [native-inputs]: add "python-pyparsing". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-02gnu: guix: Update to 1.1.0-16.d3eee3c.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
2020-07-02gnu: guix: Update to 1.1.0-15.03deb1e.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e.
2020-07-02Revert "gnu: guix-minimal: Remove as failing and unused."Mathieu Othacehe
This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54.
2020-07-02gnu: guix-minimal: Remove as failing and unused.Mathieu Othacehe
* gnu/packages/package-management.scm (guix-minimal): Remove it.
2020-07-02gnu: guix: Update to 1.1.0-14.5bd8033.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-14.5bd8033.
2020-06-30gnu: guix: Update to 1.1.0-13.26611f56fb.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-13.26611f56fb
2020-06-25gnu: guix: Build with Guile 3.0.4.Ludovic Courtès
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.
2020-06-23gnu: flatpak: Fix xdg-dbus-proxy configure flag.Robin Templeton
* 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>
2020-06-18gnu: guix: Update to 1.1.0-12.c00564192a.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-12.c00564192a.
2020-06-17gnu: nix: Update to 2.3.6.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix): Update to 2.3.6.
2020-06-17gnu: guix: Update to 1.1.0-11.204623b.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b.
2020-06-17Revert "gnu: guix: Update to 1.1.0-11.559491e."Mathieu Othacehe
This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some test failures.
2020-06-17gnu: guix: Update to 1.1.0-11.559491e.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
2020-06-16gnu: nix: Look for configuration in /etc.Tobias Geerinckx-Rice
Fixes <http://issues.guix.gnu.org/41704>. * gnu/packages/package-management.scm (nix)[arguments]: Add ‘--sysconfdir=/etc’ configure flag and override it during installation. Requested-and-tested-by: Peng Mei Yu <pengmeiyu@riseup.net>
2020-06-09gnu: guix: Update to 141b5c1620.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.141b5c1620.
2020-06-08gnu: guix: Update to ab9e30039d.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.ab9e30039d.
2020-06-08gnu: guix: Update to 68d8c09465.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.68d8c09465.
2020-06-06gnu: guix: Update to d445c30ea6.Chris Marusich
* gnu/packages/package-management.scm (guix): Update to 1.1.0-7.d445c30.
2020-06-06gnu: GnuTLS: Update replacement to 3.6.14 [fixes CVE-2020-13777].Marius Bakke
* gnu/packages/tls.scm (gnutls-3.6.13): Rename to ... (gnutls-3.6.14): ... this. Update to 3.6.14. (gnutls)[replacement]: Adjust accordingly. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Likewise. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Likewise.
2020-06-05gnu: guix: Update to ea924134f8.Mathieu Othacehe
Update Guix to include ea924134f819eef072ba7df9080d39de97fd73e6, that fixes a test failure that can occur when running from a file-system without user_xattr support. * gnu/packages/package-management.scm (guix): Update to 1.1.0-6.ea92413.
2020-06-05gnu: guix: Update to 7730f41afd.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-5.7730f41.
2020-06-03gnu: nix: Update to 2.3.5.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix): Update to 2.3.5.
2020-06-02gnu: guix, guix-jupyter, cuirass, hpcguix-web: Use Guile-JSON 4.0.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[native-inputs] [propagated-inputs]: Use GUILE-JSON-4 instead of GUILE-JSON-3. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix-jupyter)[propagated-inputs]: Likewise. * gnu/packages/web.scm (hpcguix-web)[propagated-inputs]: Likewise.
2020-05-11gnu: guix: Update to bdc801e1cf.Marius Bakke
* gnu/packages/package-management.scm (guix): Update to 1.1.0-4.bdc801e.
2020-05-11gnu: flatpak: Update to 1.6.3.Ricardo Wurmus
* gnu/packages/package-management.scm (flatpak): Update to 1.6.3. [arguments]: Enable tests; add --with-system-dbus-proxy to configure flags; add "fix-tests" phase and replace "check" phase. [native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales. [inputs]: Add xdg-dbus-proxy.
2020-05-06Merge branch 'master' into core-updatesMarius Bakke
2020-05-06gnu: nix: Update to 2.3.4.Giacomo Leidi
* gnu/packages/package-management.scm (nix): Update to 2.3.4, [inputs]: Add boost, brotli, editline. Signed-off-by: Marius Bakke <mbakke@fastmail.com>