summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: font-jetbrains-mono: Simplify licence installation.Tobias Geerinckx-Rice2020-10-04
| | | | | * gnu/packages/fonts.scm (font-jetbrains-mono)[arguments]: Don't replace the ‘install-license-files’ phase. Help it.
* gnu: font-jetbrains-mono: Update to 2.002.Tobias Geerinckx-Rice2020-10-04
| | | | * gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.002.
* gnu: font-comic-neue: Update to 2.51.Tobias Geerinckx-Rice2020-10-04
| | | | * gnu/packages/fonts.scm (font-comic-neue): Update to 2.51.
* cuirass: Add hurd-manifest.Jan (janneke) Nieuwenhuizen2020-10-04
| | | | * build-aux/cuirass/hurd-manifest.scm: New file.
* gnu: emacs-olivetti: Update to 1.11.1.Nicolas Goaziou2020-10-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.1.
* gnu: Add emacs-frames-only-mode.AuPath2020-10-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-frames-only-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-ivy-posframe: Update to 0.2.0.Nicolas Goaziou2020-10-04
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.2.0. [source]: Use GNU ELPA repository.
* gnu: Add go-github-com-junegunn-fzf.HiPhish2020-10-04
| | | | | | * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.22.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-saracen-walker.HiPhish2020-10-04
| | | | | | * gnu/packages/golang.scm (go-github-com-saracen-walker): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-golang-org-x-sync.HiPhish2020-10-04
| | | | | | * gnu/packages/golang.scm (go-golang-org-x-sync): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: icecat: Update to 78.3.1-guix0-preview1.Mark H Weaver2020-10-03
| | | | | | * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: webkitgtk: Update to 2.30.1.Mark H Weaver2020-10-03
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.1.
* gnu: linux-libre 4.4: Update to 4.4.238.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.238. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.238.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.238. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.200.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.200. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.149.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.149. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.69.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.69. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.8.13.Leo Famulari2020-10-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.13. (linux-libre-5.8-pristine-source): Update hash.
* gnu: clamav: Update to 0.103.0.Tobias Geerinckx-Rice2020-10-03
| | | | | * gnu/packages/antivirus.scm (clamav): Update to 0.103.0. * gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
* gnu: facter: Update to 4.0.41.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.41.
* gnu: netcat-openbsd: Update to 1.217-2.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
* gnu: nmap: Update to 7.90.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/admin.scm (nmap): Update to 7.90.
* gnu: catch2: Update to 2.13.1.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/check.scm (catch2): Update to 2.13.1.
* Revert "gnu: elixir: Remove unused input."Julien Lepiller2020-10-03
| | | | | | This reverts commit a749caa74e2a44a37d3a4af06cf4c18f9e463fbb. One of the phases actually uses git in `(which "git")`.
* gnu: mame: Update to 0.225.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/emulators.scm (mame): Update to 0.225.
* gnu: protonvpn-cli: Add python-jinja2 input.Tobias Geerinckx-Rice2020-10-03
| | | | | | Fixes <http://issues.guix.gnu.org/43778>. * gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add python-jinja2.
* gnu: protonvpn-cli: Prefix Python input names with ‘python-’.Tobias Geerinckx-Rice2020-10-03
| | | | | * gnu/packages/vpn.scm (protonvpn-cli)[native-inputs, inputs]: Add ‘’python-’ to input labels.
* gnu: libstaroffice: Update to 0.0.7.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
* gnu: libmwaw: Update to 0.3.16.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
* gnu: geonkick: Update to 2.3.8.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/music.scm (geonkick): Update to 2.3.8.
* gnu: protobuf: Update to 1.3.3.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/protobuf.scm (protobuf): Update to 1.3.3.
* gnu: josm: Update to 17013.Julien Lepiller2020-10-03
| | | | * gnu/packages/geo.scm (josm): Update to 17013.
* gnu: cuirass: Update to 0.0.1-50.71aac24.Mathieu Othacehe2020-10-03
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-50.71aac24.
* gnu: Add python-pyux.Maxim Cournoyer2020-10-02
| | | | * gnu/packages/python-check.scm (python-pyux): New variable.
* gnu: ocaml-mcl: Fix build.Maxim Cournoyer2020-10-02
| | | | | | | | | | It was failing on a /bin/sh occurrence patched twice in the configure script: sh: ./configure:/gnu/store/...-bash-minimal-5.0.16/gnu/store/...-bash-minimal-5.0.1:bad interpreter: No such file or directory * gnu/packages/machine-learning.scm (ocaml-mcl)[phases]{patch-paths}: Do not patch the configure script.
* gnu: python-gssapi: Update to 1.6.9.Maxim Cournoyer2020-10-02
| | | | * gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9.
* gnu: python-gssapi: Skip failing tests.Maxim Cournoyer2020-10-02
| | | | | | | Fixes <https://issues.guix.gnu.org/43402>. * gnu/packages/python-xyz.scm (python-gssapi)[phases]{disable-failing-tests}: Add phase.
* gnu: python-openpyxl: Update to 3.0.5.Maxim Cournoyer2020-10-02
| | | | * gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5.
* gnu: mariadb-connector-c: Update to 3.1.10.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.10.
* gnu: ccache: Update to 3.7.12.Tobias Geerinckx-Rice2020-10-03
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.7.12.
* news: Add ‘de’ translation.Florian Pelz2020-10-02
| | | | * etc/news.scm: Add ‘de’ translation.
* gnu: nyacc: Use versioned Guile site directory.Ricardo Wurmus2020-10-03
| | | | | | This is a follow-up to commit 4e896da45d7be42ff1ad0b2be741b168573e6f0e. * gnu/packages/mes.scm (nyacc)[source]: Add snippet.
* gnu: axoloti-patcher-next: Fix directory names.Ricardo Wurmus2020-10-03
| | | | | | * gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add sub-directory of old firmware; fix the sub-directory name of the armv7e-m toolchain headers.
* news: Add entry for transformation option record/replay.Ludovic Courtès2020-10-02
| | | | * etc/news.scm: Add entry.
* environment: Provide /etc/hosts in containers without '--network'.Ludovic Courtès2020-10-02
| | | | | | | | Fixes <https://bugs.gnu.org/43762>. * guix/scripts/environment.scm (launch-environment/container): Create /etc/hosts when NETWORK? is false. * tests/guix-environment-container.sh: Add "localhost" resolution test.
* guix package: Re-apply package transformation when upgrading.Ludovic Courtès2020-10-02
| | | | | | | | | | | | | * guix/scripts/package.scm (transaction-upgrade-entry)[upgrade]: Add 'transform' parameter. Pass PKG through it. Use 'manifest-entry-with-transformations'. Call 'options->transformation' to get the transformation procedure. * tests/guix-package.sh: Add 'guix package -u' test. * tests/packages.scm ("transaction-upgrade-entry, transformation options preserved"): New test. * doc/guix.texi (Invoking guix package): Mention that transformations are preserved across upgrades. (Package Transformation Options): Likewise.
* guix build: Record package transformations in manifest entries.Ludovic Courtès2020-10-02
| | | | | | | | | | | | | | | | | | With this change, package transformation options used while building a manifest are saved in the metadata of the manifest entries. * guix/scripts/build.scm (transformation-procedure): New procedure. (options->transformation)[applicable]: Use it. Change to a list of key/value/proc tuples instead of key/proc pairs. [package-with-transformation-properties, tagged-object]: New procedures. Use them. (package-transformations, manifest-entry-with-transformations): New procedures. * guix/scripts/pack.scm (guix-pack)[with-transformations]: New procedure. Use it. * guix/scripts/package.scm (process-actions)[transform-entry]: Use it. * tests/guix-package-aliases.sh: Add test.
* gnu: orc: Update to 0.4.32.Tobias Geerinckx-Rice2020-10-02
| | | | * gnu/packages/gstreamer.scm (orc): Update to 0.4.32.
* gnu: zeromq: Update to 4.3.3.Tobias Geerinckx-Rice2020-10-02
| | | | * gnu/packages/networking.scm (zeromq): Update to 4.3.3.
* gnu: liblouisutdml: Update to 2.9.0.Tobias Geerinckx-Rice2020-10-02
| | | | | | | * gnu/packages/language.scm (liblouisutdml): Update to 2.9.0. [source]: Remove patch. * gnu/packages/patches/liblouisutdml-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.