Age | Commit message (Expand) | Author |
2020-09-03 | gnu: 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-03 | gnu: guix: Update to 44c6e6f....* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
| Ludovic Courtès |
2020-09-02 | gnu: guix: Update to 2056226....* gnu/packages/package-management.scm (guix): Update to 2056226.
| Ludovic Courtès |
2020-09-01 | gnu: Add opensmtpd-filter-dkimsign....* gnu/packages/mail.scm (libopensmtpd): New variable.
opensmtpd-filter-dkimsign): New public variable.
| Tobias Geerinckx-Rice |
2020-08-28 | gnu: gcab: Update to 1.4....* gnu/packages/package-management.scm (gcab): Update to 1.4.
| Tobias Geerinckx-Rice |
2020-08-26 | gnu: 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-26 | gnu: 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-26 | gnu: flatpak: Update to 1.8.2....* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.
| Tobias Geerinckx-Rice |
2020-08-25 | gnu: 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-25 | gnu: 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-24 | gnu: 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-24 | Use "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-23 | gnu: Add akku....* gnu/packages/package-management.scm (akku): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Martin Becze |
2020-08-20 | gnu: libostree: Update to 2020.5....* gnu/packages/package-management.scm (libostree): Update to 2020.5.
| Tobias Geerinckx-Rice |
2020-08-13 | gnu: 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-12 | gnu: Add python-conda-package-handling....* gnu/packages/package-management.scm (python-conda-package-handling): New
variable.
| Ricardo Wurmus |
2020-08-11 | gnu: flatpack: Update to 1.8.1....* gnu/packages/package-management.scm (flatpack): Update to 1.8.1.
| Tobias Geerinckx-Rice |
2020-07-26 | gnu: libostree: Update to 2020.4....* gnu/packages/package-management.scm (libostree): Update to 2020.4.
| Tobias Geerinckx-Rice |
2020-07-26 | gnu: 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-23 | gnu: 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-12 | gnu: 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-05 | gnu: 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-02 | gnu: 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-02 | gnu: 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-02 | Revert "gnu: guix-minimal: Remove as failing and unused."...This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54.
| Mathieu Othacehe |
2020-07-02 | gnu: guix-minimal: Remove as failing and unused....* gnu/packages/package-management.scm (guix-minimal): Remove it.
| Mathieu Othacehe |
2020-07-02 | gnu: 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-30 | gnu: 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-25 | gnu: 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-23 | gnu: 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-18 | gnu: 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-17 | gnu: nix: Update to 2.3.6....* gnu/packages/package-management.scm (nix): Update to 2.3.6.
| Tobias Geerinckx-Rice |
2020-06-17 | gnu: 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-17 | Revert "gnu: guix: Update to 1.1.0-11.559491e."...This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some
test failures.
| Mathieu Othacehe |
2020-06-17 | gnu: guix: Update to 1.1.0-11.559491e....* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
| Mathieu Othacehe |
2020-06-16 | gnu: nix: Look for configuration in /etc....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>
| Tobias Geerinckx-Rice |
2020-06-09 | gnu: guix: Update to 141b5c1620....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.141b5c1620.
| Jan (janneke) Nieuwenhuizen |
2020-06-08 | gnu: guix: Update to ab9e30039d....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.ab9e30039d.
| Jan (janneke) Nieuwenhuizen |
2020-06-08 | gnu: guix: Update to 68d8c09465....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.68d8c09465.
| Jan (janneke) Nieuwenhuizen |
2020-06-06 | gnu: guix: Update to d445c30ea6....* gnu/packages/package-management.scm (guix): Update to 1.1.0-7.d445c30.
| Chris Marusich |
2020-06-06 | gnu: GnuTLS: Update replacement to 3.6.14 [fixes CVE-2020-13777]....* 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.
| Marius Bakke |
2020-06-05 | gnu: guix: Update to ea924134f8....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.
| Mathieu Othacehe |
2020-06-05 | gnu: guix: Update to 7730f41afd....* gnu/packages/package-management.scm (guix): Update to 1.1.0-5.7730f41.
| Mathieu Othacehe |
2020-06-03 | gnu: nix: Update to 2.3.5....* gnu/packages/package-management.scm (nix): Update to 2.3.5.
| Tobias Geerinckx-Rice |
2020-06-02 | gnu: guix, guix-jupyter, cuirass, hpcguix-web: Use Guile-JSON 4.0....* 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.
| Ludovic Courtès |
2020-05-11 | gnu: guix: Update to bdc801e1cf....* gnu/packages/package-management.scm (guix): Update to 1.1.0-4.bdc801e.
| Marius Bakke |
2020-05-11 | gnu: flatpak: Update to 1.6.3....* 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.
| Ricardo Wurmus |
2020-05-06 | Merge branch 'master' into core-updates | Marius Bakke |
2020-05-06 | gnu: nix: Update to 2.3.4....* gnu/packages/package-management.scm (nix): Update to 2.3.4,
[inputs]: Add boost, brotli, editline.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-01 | gnu: guix: Update to 52b01cb700....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.52b01cb700.
| Jan (janneke) Nieuwenhuizen |