Age | Commit message (Expand) | Author |
2020-01-08 | build: asdf-build-system: Make sbcl-* Lisp packages reproducible....The '*.fasl' files produced by SBCL contain the mtime of the source file (see
commit 72843d7ce32bd615f64a0326cf891658b5724ead of SBCL's code repository).
As asdf-build-system makes a copy of the source files before compiling them,
we must set the mtime of these copies to the same date as the originals for
the build to be reproducible.
* guix/build/asdf-build-system.scm (copy-files-to-output): Keep the
modification time of the original source files.
| Guillaume Le Vaillant |
2020-01-08 | gnu: emacs-git-auto-commit-mode: Update to 4.5.0....* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.5.0.
| David Wilson |
2020-01-08 | gnu: emacs-undo-tree: Update to 0.7....* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
| David Wilson |
2020-01-08 | gnu: keepalived: Update to 2.0.19....* gnu/packages/cluster.scm (keepalived): Update to 2.0.19.
| Oleg Pykhalov |
2020-01-08 | gnu: irssi: Update to 1.2.2....* gnu/packages/irc.scm (irssi)[version]: Update to 1.2.2.
[arguments]: Set HOME environment variable to current working directory before
'check' phase.
| Oleg Pykhalov |
2020-01-08 | gnu: iperf: Update to 3.7....* gnu/packages/networking.scm (iperf): Update to 3.7.
| Oleg Pykhalov |
2020-01-08 | gnu: neofetch: Update to 6.1.0-1.501d6b7....Fix Guix ascii not shown.
* gnu/packages/admin.scm (neofetch): Update to 6.1.0-1.501d6b7.
| Oleg Pykhalov |
2020-01-08 | gnu: inxi-minimal: Update to 3.0.37-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.37-1.
| Oleg Pykhalov |
2020-01-08 | gnu: tome4: Update to 1.6.6....* gnu/packages/games.scm (tome4): Update to 1.6.6.
| Oleg Pykhalov |
2020-01-08 | services: Add pulseaudio service....* gnu/services/sound.scm (pulseaudio-environment): New procedure.
(pulseaudio-service-type): New variable.
* doc/guix.texi (Sound Services): Document it.
| Oleg Pykhalov |
2020-01-08 | gnu: harmonist: Update to 0.3.0....* gnu/packages/games.scm (harmonist): Update to 0.3.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Alex ter Weele |
2020-01-08 | gnu: exim: Build (more) reproducibly....* gnu/packages/mail.scm (exim)[arguments]: Add a ‘build-reproducibly’
phase.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: exim: Use XZ-compressed sources....* gnu/packages/mail.scm (exim)[source]: Fetch the .tar.xz archive.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: exim: Update to 4.93.0.4....* gnu/packages/mail.scm (exim): Update to 4.93.0.4.
[source]: Add /fixes/ URI to the list.
[inputs]: Use gnutls/dane variant.
[native-inputs]: Add pkg-config.
[arguments]: Set USE_GNUTLS* variables to use the new inputs..
Add CC=gcc to #:make-flags.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: system-config-printer: Use new upstream URI....* gnu/packages/gnome.scm (system-config-printer)[source]: Switch to
the OpenPrinting repository.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: gambit-c: Update to 4.9.3....* gnu/packages/scheme.scm (gambit-c): Update to 4.9.3.
| Tobias Geerinckx-Rice |
2020-01-08 | gnu: cloc: Update to 1.84....* gnu/packages/code.scm (cloc): Update to 1.84.
| Tobias Geerinckx-Rice |
2020-01-07 | Revert "bootloader: grub: Add gfxmode (resolution) override."...This reverts commit a23091880d4dc6115acbfa3b7ef09d731fc5abb0.
It causes ‘guix pull’ to fail: <https://paste.debian.net/plain/1125061>.
| Tobias Geerinckx-Rice |
2020-01-07 | bootloader: grub: Add gfxmode (resolution) override....* gnu/bootloader/grub.scm (<grub-theme>): Add `gfxmode' entry.
(eye-candy): Use it.
* doc/guix.texi (Bootloader Configuration): Document it.
| Jan Nieuwenhuizen |
2020-01-07 | gnu: Add ghc-pointedlist....* gnu/packages/haskell-xyz.scm (ghc-pointedlist): New variable.
Signed-off-by: Brett Gilio <brettg@gnu.org>
| Alexandru-Sergiu Marton |
2020-01-07 | gnu: Add ghc-pipes....* gnu/packages/haskell-xyz.scm (ghc-pipes): New variable.
Signed-off-by: Brett Gilio <brettg@gnu.org>
| Alexandru-Sergiu Marton |
2020-01-07 | gnu: coq-stdpp: Reword comment....* gnu/packages/coq.scm (coq-stdpp)[arguments]: Reword comment about tests
being executed during build phase, to read more fluently.
| Brett Gilio |
2020-01-07 | gnu: coq-stdpp: Update to 1.2.1....* gnu/packages/coq.scm (coq-stdpp): Update to 1.2.1.
[arguments]: Remove redundant COQLIB variable.
| Brett Gilio |
2020-01-07 | gnu: coq-bignums: Fix comment spacing....* gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after
disabling test phase.
| Brett Gilio |
2020-01-07 | gnu: coq-bignums: Update to 8.10.0....* gnu/packages/coq.scm (coq-bignums): Update to 8.10.0.
| Brett Gilio |
2020-01-07 | gnu: appstream-glib: Fix test failure....* gnu/packages/patches/appstream-glib-2020.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (appstream-glib)[source](patches): New field.
| Marius Bakke |
2020-01-07 | gnu: libgeotiff: Do not build static library....* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in
#:configure-flags.
| Marius Bakke |
2020-01-07 | gnu: libgeotiff: Propagate proj....* gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ...
[propagated-inputs]: ... here. New field.
| Marius Bakke |
2020-01-07 | gnu: colord: Adjust inputs....* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and
INTLTOOL. Add previously propagated GETTEXT-MINIMAL.
| Marius Bakke |
2020-01-07 | gnu: ungoogled-chromium: Lower resource limits....* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Decrease maximum
number of open files from 4096 to 2048.
| Marius Bakke |
2020-01-07 | gnu: ungoogled-chromium: Do not set LD_LIBRARY_PATH in wrapper....* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase
'add-absolute-references'. Don't wrap with LD_LIBRARY_PATH.
| Marius Bakke |
2020-01-07 | gnu: Ceph: Update to 14.2.5....This also removes test-specific code to ease the Python 3 transition, and
because it is mostly obsolete.
* gnu/packages/patches/ceph-detect-rocksdb.patch,
gnu/packages/patches/ceph-skip-unittest_blockdev.patch,
gnu/packages/patches/ceph-skip-collect-sys-info-test.patch: Delete files.
* gnu/packages/patches/ceph-boost-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/storage.scm (ceph): Update to 14.2.5.
[source](patches): Adjust as above.
[source](snippet): Remove bundled "fmt", "c-ares" and "googletest".
[arguments]: Add "-DCMAKE_INSTALL_DATADIR" and "-DWITH_RADOSGW_AMQP_ENDPOINT"
and "-DWITH_TESTS" in #:configure-flags; remove "-DWITH_XIO". Remove obsolete
substitutions. Don't install 'ceph-disk' and 'ceph-detect-init', which no
longer exists. Remove test-specific substitutions and phases. Adjust for
Python 2->3 in inputs.
[native-inputs]: Remove INETUTILS, JQ, PERL, XMLSTARLET, PYTHON2-CRAM,
PYTHON2-VIRTUALENV, PYTHON2-CONFIGOBJ, PYTHON2-COVERAGE, PYTHON2-DISCOVER,
PYTHON2-FLAKE8, PYTHON2-MOCK, PYTHON2-NOSE, PYTHON2-PIP, PYTHON2-PYTEST,
PYTHON2-SUBUNIT PYTHON2-TESTREPOSITORY, PYTHON2-TESTTOOLS, and PYTHON2-TOX.
[inputs]: Change from BOOST to BOOST-WITH-PYTHON3. Remove GPTFDISK, PARTED,
PYTHON-2, PYTHON2-SIX, PYTHON2-PRETTYTABLE, and PYTHON-3. Add PYTHON-SIX,
PYTHON-PRETTYTABLE, PYTHON-WRAPPER, LIBCAP-NG, LIBNL, NCURSES, and RDMA-CORE.
| Marius Bakke |
2020-01-07 | gnu: rocksdb: Update to 6.5.2....* gnu/packages/databases.scm (rocksdb): Update to 6.5.2.
| Marius Bakke |
2020-01-07 | gnu: python-patsy: Update to 0.5.1....* gnu/packages/statistics.scm (python-patsy): Update to 0.5.1.
[source](uri): Adjust for new archive.
[native-inputs]: Remove UNZIP.
| Marius Bakke |
2020-01-07 | gnu: googletest: Update to 1.10.0....* gnu/packages/check.scm (googletest): Update to 1.10.0.
(googletest-1.8): New public variable.
* gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8.
* gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise.
| Marius Bakke |
2020-01-07 | gnu: icecat: Update to 68.4.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2019-17015, CVE-2019-17016, CVE-2019-17017,
CVE-2019-17021, CVE-2019-17022, and CVE-2019-17024.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update hash of upstream firefox source tarball,
'upstream-icecat-base-version', and commit and hash of gnuzilla checkout.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to upstream changes.
| Mark H Weaver |
2020-01-07 | Merge branch 'staging' | Marius Bakke |
2020-01-07 | gnu: vimb: Update to 3.6.0....* gnu/packages/web-browsers.scm (vimb): Update to 3.6.0.
| David Wilson |
2020-01-07 | gnu: sdl-mixer: Fix fluidsynth in dependents....Fixes <https://bugs.gnu.org/39008>.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.
* gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:phases>[fix-fluidsynth]: New
phase.
| Danny Milosavljevic |
2020-01-07 | download, git: Refer to the right module in 'module-use!' call....This fixes a regression introduced in
6a7c4636d4dec47eefa03c95da5a1315bd0e0413.
* guix/build/download.scm (load-gnutls): Call 'resolve-module' instead
of 'current-module'.
* guix/git.scm (load-git-submodules): Likewise.
| Ludovic Courtès |
2020-01-07 | More module autoload changes....This is a followup to 6a7c4636d4dec47eefa03c95da5a1315bd0e0413.
* guix/scripts/build.scm: Adjust #:autoload clauses.
* guix/scripts/gc.scm: Likewise.
| Ludovic Courtès |
2020-01-07 | gnu: lapack: Update to 3.9.0....* gnu/packages/maths.scm (lapack): Update to 3.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |
2020-01-06 | gnu: coq-equations: Update to 1.2.1....* gnu/packages/coq.scm (coq-equations): Update to 1.2.1.
[arguments]: Replace configure phase to run configure shell script. Remove
redundant COQLIB.
| Brett Gilio |
2020-01-06 | gnu: coq-interval: Update to 3.4.1....* gnu/packages/coq.scm (coq-interval): Update to 3.4.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake for remake.
| Brett Gilio |
2020-01-06 | gnu: coq-coquelicot: Truncate home-page....* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
| Brett Gilio |
2020-01-06 | gnu: coq-coquelicot: Update to 3.0.3....* gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
| Brett Gilio |
2020-01-06 | gnu: coq-gappa: Use HTTPS home page URI....* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.
| Brett Gilio |
2020-01-06 | gnu: coq-gappa: Update to 1.4.2....* gnu/packages/coq.scm (coq-gappa): Update to 1.4.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake for remake, as well as campl5 for
parsing.
[propagated-inputs]: coq-gabba now depends on coq-flocq.
[arguments]: Temporarily disable check chase until error resolution is identified.
| Brett Gilio |
2020-01-06 | gnu: coq-flocq: Use HTTPS home page URI....* gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI.
| Brett Gilio |
2020-01-06 | gnu: coq-flocq: Update to 3.2.0....* gnu/packages/coq.scm (coq-flocq): Update to 3.2.0.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake for remake.
[arguments]: Add remove-failing-examples phase to work around union error.
| Brett Gilio |