Age | Commit message (Expand) | Author |
2020-08-26 | gnu: guile: Update to 3.0.4....* gnu/packages/guile.scm (guile-3.0): Update to 3.0.4.
(guile-3.0-latest): Turn into an alias for GUILE-3.0.
| Ludovic Courtès |
2020-08-25 | gnu: jemalloc: Fix typo....* gnu/packages/jemalloc.scm (jemalloc)[arguments]: Check for the
'x86_64' architecture.
| Efraim Flashner |
2020-08-16 | system: Modify GDB skeleton to find debug files for any profile....Instead of hard coding the debug directory to that of the user profile, use
Guile scripting in combination with a new search path specification on GDB to
specify the debug file directories.
* gnu/packages/gdb.scm (gdb-9.1): Add a search path specification for the
GDB_DEBUG_FILE_DIRECTORY environment variable.
* gnu/system/shadow.scm (default-skeletons)[gdbinit]: Derive the value of
DEBUG-FILE-DIRECTORY via the GDB_DEBUG_FILE_DIRECTORY environment variable.
* doc/guix.texi (Installing Debugging Files): Document it.
| Maxim Cournoyer |
2020-08-13 | gnu: python-lxml: Update to 4.5.2....* gnu/packages/xml.scm (python-lxml): Update to 4.5.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Morgan Smith |
2020-08-04 | gnu: bootstrap-gcc: Don't use CPATH search paths....This updates the bootstrap-gcc to use the same search path strategy as
the main compilers, making the bootstrap environment more similar across
architectures, and fixing the bootstrap path on non-x86 architectures
again.
This is a follow up to commit 7cde865f12dd67e55946a52a21103e71f447eced.
* gnu/packages/bootstrap.scm (%bootstrap-gcc)[native-search-paths]: Use
C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead of CPATH.
| Jakub Kądziołka |
2020-08-02 | gnu: libidn: Update to 1.36....* gnu/packages/libidn.scm (libidn): Update to 1.36.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2020-07-28 | gnu: mpfr: Update to 4.1.0....* gnu/packages/multiprecision.scm (mpfr): Update to 4.1.0.
| Andreas Enge |
2020-07-27 | gnu: gettext-minimal: Update to 0.21....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.21.
| Tobias Geerinckx-Rice |
2020-07-27 | gnu: file: Update to 5.39....* gnu/packages/file.scm (file): Update to 5.39.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2020-07-27 | gnu: openldap: Remove graft....* gnu/packages/openldap.scm (openldap): Update to 2.4.50. Remove
replacement.
(openldap-2.4.50): Remove variable.
| Jakub Kądziołka |
2020-07-27 | gnu: curl: Update to 7.71.1. Remove graft....* gnu/packages/curl.scm (curl): Update to 7.71.1. Remove replacement.
[arguments]: Don't remove disabled test.
(curl-7.71.0): Remove variable.
| Jakub Kądziołka |
2020-07-26 | gnu: nghttp2: Remove graft....* gnu/packages/web.scm (nghttp2): Update to 1.41.0. Remove replacement.
(nghttp2-1.41): Remove variable.
| Jakub Kądziołka |
2020-07-23 | Merge branch 'master' into core-updates...Conflicts:
gnu/packages/ruby.scm
| Jakub Kądziołka |
2020-07-23 | gnu: glibc-intermediate: Don't include native-gcc in inputs....As the comment explains, this is only necessary when building with
--enable-obsolete-rpc, which we aren't using anymore.
* gnu/packages/commencement.scm
(glibc-final-with-bootstrap-bash)[inputs]: Remove native-gcc.
| Jakub Kądziołka |
2020-07-23 | gnu: glibc-intermediate: Fixup the pre-configure phase....* gnu/packages/commencement.scm
(glibc-final-with-bootstrap-bash)[arguments]: Don't patch sunrpc,
as it's no longer required. Tweak C_INCLUDE_PATH and
CPLUS_INCLUDE_PATH instead of CPATH.
| Jakub Kądziołka |
2020-07-23 | gnu: ungoogled-chromium: Avoid top-level reference to LLD....* gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ...
(make-lld-wrapper): ... here. New procedure.
| Marius Bakke |
2020-07-23 | gnu: Add mercury....* gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm.
* gnu/packages/mercury.scm: New file.
| Brett Gilio |
2020-07-23 | gnu: ccache: Update to 3.7.11....* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: ansible: Update to 2.9.11....* gnu/packages/admin.scm (ansible): Update to 2.9.11.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: rgbds: Update to 0.4.1....* gnu/packages/assembly.scm (rgbds): Update to 0.4.1.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: fio: Update to 3.21....* gnu/packages/benchmark.scm (fio): Update to 3.21.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: warzone2100: Update to 3.4.1....* gnu/packages/games.scm (warzone2100): Update to 3.4.1.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: python-django: Add optional inputs....* gnu/packages/django.scm (python-django)[propagated-inputs]: Add
python-argon2-cffi, python-bcrypt.
| Efraim Flashner |
2020-07-23 | gnu: python-django: Update to 1.11.29....* gnu/packages/django.scm (python-django): Update to 1.11.29.
| Efraim Flashner |
2020-07-23 | gnu: khal: Fix a failing test....* gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Tanguy Le Carrour |
2020-07-22 | gnu: polyml: Update to 5.8.1....* gnu/packages/sml.scm (polyml): Update to 5.8.1.
| Brett Gilio |
2020-07-23 | gnu: linux-libre: Update to 5.4.53....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.53.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.53.
| Mark H Weaver |
2020-07-23 | gnu: linux-libre@5.7: Update to 5.7.10....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.10.
| Mark H Weaver |
2020-07-23 | gnu: linux-libre@4.19: Update to 4.19.134....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.134.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.134.
| Mark H Weaver |
2020-07-23 | gnu: linux-libre@4.14: Update to 4.14.189....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189.
(linux-libre-4.14-pristine-source): Update hash.
(linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.14): Update to 4.14.189.
(%linux-libre-fix-atheros-9271-patch): Delete variable.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Mark H Weaver |
2020-07-23 | gnu: linux-libre@4.9: Update to 4.9.231....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231.
(linux-libre-4.9-pristine-source): Update hash.
(linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.9): Update to 4.9.231.
| Mark H Weaver |
2020-07-23 | gnu: linux-libre@4.4: Update to 4.4.231....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
(linux-libre-4.4-pristine-source): Update hash.
(linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.4): Update to 4.4.231.
| Mark H Weaver |
2020-07-23 | gnu: nsd: Update to 4.3.2....* gnu/packages/dns.scm (nsd): Update to 4.3.2.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: wla-dx: Update to 9.11....* gnu/packages/assembly.scm (wla-dx): Update to 9.11.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: sslh: Update to 1.21b....* gnu/packages/networking.scm (sslh): Update to 1.21b.
| Tobias Geerinckx-Rice |
2020-07-23 | gnu: ledger: Update to 3.2.1....* gnu/packages/finance.scm (ledger): Update to 3.2.1.
| Tobias Geerinckx-Rice |
2020-07-22 | gnu: rdiff-backup: Update to 2.0.3....* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.
| Eric Bavier |
2020-07-23 | gnu: ungoogled-chromium: Enable all release optimizations....* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.
| Marius Bakke |
2020-07-23 | gnu: Clang: Install the CFI blacklist....* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.
| Marius Bakke |
2020-07-23 | gnu: ungoogled-chromium: Add VA-API fix for some Intel systems....* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.
| Marius Bakke |
2020-07-23 | gnu: Add font-catamaran....* gnu/packages/fonts.scm (font-catamaran): New variable.
| Arun Isaac |
2020-07-23 | gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3....* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90. Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jesse Gibbons |
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-22 | gnu: quadrapassel: Update to 3.36.02....* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.
| Eric Bavier |
2020-07-22 | gnu: sudo: Update to 1.9.2....* gnu/packages/admin.scm (sudo): Update to 1.9.2.
| Tobias Geerinckx-Rice |
2020-07-22 | arb: Update to 2.18.1....* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.
| Andreas Enge |
2020-07-22 | gnu: gp2c: Update to 0.0.11pl4....* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
| Andreas Enge |
2020-07-22 | Revert "gnu: patchelf: Update to 0.11."...Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487e949ed2d314219cc828c3663d4f12b.
| Marius Bakke |
2020-07-21 | gnu: patchelf: Update to 0.11....* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Michael Rohleder |
2020-07-21 | gnu: git-annex: Update to 8.20200720.1....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Kyle Meyer |