summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-10-16gnu: filters: Fix repository URL.Tobias Geerinckx-Rice
* gnu/packages/toys.scm (filters)[source]: Use git://.
2020-10-16gnu: filters: Replace git commit with equivalent tag.Tobias Geerinckx-Rice
* gnu/packages/toys.scm (filters)[source]: Use tag.
2020-10-16gnu: filters: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/toys.scm (filters)[arguments]: Use CC-FOR-TARGET.
2020-10-16gnu: vim: Update to 8.2.1852.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim): Update to 8.2.1852.
2020-10-16gnu: gpxsee: Update to 7.34.Tobias Geerinckx-Rice
* gnu/packages/gps.scm (gpxsee): Update to 7.34.
2020-10-16gnu: spread-sheet-widget: Update to 0.7.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.
2020-10-16gnu: ethtool: Update to 5.9.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ethtool): Update to 5.9.
2020-10-16gnu: ndctl: Update to 70.1.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ndctl): Update to 70.1.
2020-10-16gnu: libostree: Update to 2020.7.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.7.
2020-10-16gnu: python-sqlalchemy: Update to 1.3.20.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.20.
2020-10-16gnu: tintin++: Update to 2.02.04.Tobias Geerinckx-Rice
* gnu/packages/games.scm (tintin++): Update to 2.02.04.
2020-10-16gnu: soundtouch: Update to 2.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (soundtouch): Update to 2.2.
2020-10-16gnu: libressl: Update to 3.1.4.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (libressl): Update to 3.1.4.
2020-10-16gnu: gnuzilla: Use 'assume-valid-file-name' where appropriate.Ludovic Courtès
This avoids spurious 'local-file' warnings when running "make". * gnu/packages/gnuzilla.scm (icecat-source): Wrap 'search-patch' calls in 'assume-valid-file-name'.
2020-10-16services: provenance: Wrap config file name in 'assume-valid-file-name'.Ludovic Courtès
This gets rid of a pointless 'local-file' warning when running 'guix system reconfigure FILE' and FILE is a relative file name. * gnu/services.scm (provenance-entry): Wrap CONFIG-FILE in 'assume-valid-file-name'.
2020-10-16gnu: runc, skopeo, docker-cli, umoci: Don't 'chdir' in build phases.Ludovic Courtès
This fixes breaks the 'install-license-files' phase added in 6b793fa66218337a1f638466753cd5326a6a6c18 and is generally not good practice. Reported by divoplade on #guix. * gnu/packages/virtualization.scm (runc)[arguments]: Use 'with-directory-excursion' instead of 'chdir' in build phases. (skopeo)[arguments]: Likewise. (umoci)[arguments]: Likewise. * gnu/packages/docker.scm (docker-cli)[arguments]: In 'install' phase, remove call to 'chdir' and adjust 'install-file' argument accordingly.
2020-10-16gnu: julia: Update to 1.5.2.Tim Howes
* gnu/packages/julia.scm (libuv-julia): No change to libuv.version. (julia-patch): Update to 1.5.2. (llvm-julia)[inherit]: Update to use llvm-9. [source]: Apply patches for llvm-9 from deps/llvm.mk. (julia): Update to 1.5.2. [source]: Remove substitutions for precompile.jl and cmdlineargs.jl. Add a substitution for Dates/io tests. Set --depwarn=error for tests. [arguments]: Set LLVM_VER=9.0.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-16gnu: docker-cli: Fix build.Efraim Flashner
This is a follow-up to 6b793fa66218337a1f638466753cd5326a6a6c18. * gnu/packages/docker.scm (docker-cli)[arguments]: In custom 'install phase don't change directory to install 'docker' binary.
2020-10-16gnu: perl-db-file: Update to 1.855.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (perl-db-file): Update to 1.855.
2020-10-16gnu: cpuid: Fix typo.Tobias Geerinckx-Rice
This is a left-behind fixup commit to 2bfe99b11ac89ea723fd5d8aed9d6cdac78d71d4. * gnu/packages/linux.scm (cpuid)[arguments]: Quasiquote.
2020-10-16gnu: perl-role-tiny: Update to 2.001004.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004.
2020-10-16gnu: dmidecode: Update to 3.3.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (dmidecode): Update to 3.3. [arguments]: Restructure. Add CC to #:make-flags.
2020-10-16gnu: chirp: Update to 20201014.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (chirp): Update to 20201014.
2020-10-16gnu: xterm: Update to 361.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xterm): Update to 361.
2020-10-16gnu: praat: Update to 6.1.27.Tobias Geerinckx-Rice
* gnu/packages/language.scm (praat): Update to 6.1.27.
2020-10-16gnu: perl-email-sender: Update to 1.300035.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300035.
2020-10-16gnu: swaks: Update to 20201014.0.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (swaks): Update to 20201014.0.
2020-10-16gnu: swaks: Use git source.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (swaks)[source]: Use GIT-FETCH and GIT-FILE-NAME. [argument]: Add a ‘set-build_version’ phase. Adjust the POD file name.
2020-10-16gnu: fakeroot: Update to 1.25.3.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3.
2020-10-16gnu: asunder: Update to 2.9.7.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (asunder): Update to 2.9.7.
2020-10-16gnu: knot-resolver: Build with only knot:lib.Tobias Geerinckx-Rice
This saves 13.9 MiB (~7.5%) of total ‘guix size’. * gnu/packages/dns.scm (knot-resolver)[inputs]: Replace knot with knot:lib.
2020-10-16gnu: knot: Build separate outputs.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[outputs]: New field adding :doc, :lib, and :tools outputs. [arguments]: Add #:configure-flags to install into :doc and :lib. Add a new ‘split-:tools’ phase to install into :tools. Add a new ‘break-circular-:lib->:out-reference’ phase to do just that.
2020-10-15gnu: emacs-with-editor: Update to 2.9.4-1.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4-1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-15gnu: synapse: Update to 1.20.1.Michael Rohleder
* gnu/packages/matrix.scm (synapse): Update to 1.20.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-15gnu: go-ipfs: Update to 0.7.0.Michael Rohleder
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-15gnu: zathura: Update to 0.4.7.Michael Rohleder
* gnu/packages/pdf.scm (zathura): Update to 0.4.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-16gnu: mdk: Sort inputs alphabetically.Efraim Flashner
* gnu/packages/education.scm (mdk)[native-inputs]: Sort inputs alphabetically. [inputs]: Same.
2020-10-16gnu: mdk: Fix indentation.Efraim Flashner
* gnu/packages/education.scm (mdk): Fix package indentation.
2020-10-16gnu: mdk: Update to 1.2.11.Efraim Flashner
* gnu/packages/education.scm (mdk): Update to 1.2.11. [native-inputs]: Move ncurses ... [inputs]: ... to here.
2020-10-15gnu: r-sf: Use proj instead of proj.4.Wiktor Żelazny
This addresses segfaults while loading vector GIS data from a file. * gnu/packages/cran.scm (r-sf)[inputs]: Replace proj.4 with proj, and add sqlite. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-15gnu: Add tsukundere.Leo Prikler
* gnu/packages/game-development.scm (tsukundere): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-15gnu: xfce4-cpufreq-plugin: Update to 1.2.2.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-15gnu: linux-libre: Enable XDP sockets and their monitoring.Tobias Geerinckx-Rice via Guix-patches via
* gnu/packages/aux-files/linux-libre/4.19-arm.conf: Enable AF_XDP sockets and the associated monitor interface. * gnu/packages/aux-files/linux-libre/4.19-arm64.conf: Likewise * gnu/packages/aux-files/linux-libre/4.19-i686.conf: Likewise * gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Likewise * gnu/packages/aux-files/linux-libre/5.4-arm.conf: Likewise * gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Likewise * gnu/packages/aux-files/linux-libre/5.4-i686.conf: Likewise * gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Likewise * gnu/packages/aux-files/linux-libre/5.8-arm.conf: Likewise * gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Likewise * gnu/packages/aux-files/linux-libre/5.8-i686.conf: Likewise * gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Likewise
2020-10-15gnu: linux-libre: Update to 4.4.239.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.239. (linux-libre-4.4-pristine-source): Update hash.
2020-10-15gnu: linux-libre 4.9: Update to 4.9.239.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.239. (linux-libre-4.9-pristine-source): Update hash.
2020-10-15gnu: linux-libre 4.14: Update to 4.14.201.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.201. (linux-libre-4.14-pristine-source): Update hash.
2020-10-15gnu: linux-libre 4.19: Update to 4.19.151.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.151. (linux-libre-4.19-pristine-source): Update hash.
2020-10-15gnu: linux-libre 5.4: Update to 5.4.71.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.71. (linux-libre-5.4-pristine-source): Update hash.
2020-10-15gnu: linux-libre: Update to 5.8.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.15. (linux-libre-5.8-pristine-source): Update hash.
2020-10-15gnu: dune: Update to 2.7.1.Julien Lepiller
* gnu/packages/ocaml.scm (dune): Update to 2.7.1. (ocaml4.07-dune): Keep version 1.11.3. (ocaml-result, ocaml-csexp): Use the bootstrap dune on dune dependencies. (ocaml-craml, ocaml-bitstring): Run "dune upgrade" before building.