summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* maint: Remove unused '--with-nix-prefix' configure option.Ludovic Courtès2020-12-27
| | | | | * configure.ac: Remove '--with-nix-prefix' and 'NIX_PREFIX' variable. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove '--with-nix-prefix'.
* gnu: baobab: updating to version 3.38.0.Vincent Legoll2020-12-27
| | | | * gnu/packages/gnome.scm (baobab): updating to version 3.38.0.
* import/utils: alist->package: Handle SPDX license names only as fallback.Ricardo Wurmus2020-12-27
| | | | | | | | | Fixes <https://bugs.gnu.org/45453>. * guix/import/utils.scm (alist->package): Find plain license names in (guix licenses) first, and only fall back to SPDX names on error. * tests/import-utils.scm ("alist->package with SPDX license name 1/2", "alist->package with SPDX license name 2/2"): New tests.
* import/print: package->code: Fix branching.Ricardo Wurmus2020-12-27
| | | | | * guix/import/print.scm (package->code)<license->code>: Branch on VAR, not on the SYMBOL-APPEND return value.
* gnu: ir: Fix build.Ricardo Wurmus2020-12-27
| | | | * gnu/packages/audio.scm (ir)[arguments]: Add phase "fix-type".
* gnu: powertabeditor: Update to 2.0.0-alpha14.Ricardo Wurmus2020-12-27
| | | | | * gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha14. [arguments]: Add phase "fix-pugixml-detection".
* gnu: gtksheet: Update to 4.3.5.Ricardo Wurmus2020-12-27
| | | | | | * gnu/packages/gtk.scm (gtksheet): Update to 4.3.5. [arguments]: Remove obsolete build phase "fix-typelib-version"; add phase "rename-type".
* gnu: Add fennel.Paul A. Patience2020-12-26
| | | | | | * gnu/packages/lua.scm (fennel): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: miredo: Fix to use iproute2 from the store.John Doe2020-12-26
| | | | | | | | | * gnu/packages/networking.scm (miredo): [inputs]: Add iproute. [arguments]: New phase 'patch-iproute2 that patches sources to use iproute2 from the store. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: qjackctl: Update to 0.9.0.Michael Rohleder2020-12-26
| | | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gauche: Add slib support.Efraim Flashner2020-12-26
| | | | | * gnu/packages/scheme.scm (gauche)[inputs]: Add slib. [arguments]: Add configure-flag to find slib.
* gnu: gauche: Update to 0.9.10.Martin Becze2020-12-26
| | | | | | | | * gnu/packages/scheme.scm (gauche): Update to 0.9.10. [arguments]: Adjust file list in custom 'patch-/bin/sh phase. Remove 'patch-normalize-test phase. Adjust 'patch-network-tests phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: memcached: Update to 1.6.9.Vincent Legoll2020-12-26
| | | | | | * gnu/packages/databases.scm (memcached): Update to 1.6.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: kiwix-desktop: Add missing input.Efraim Flashner2020-12-26
| | | | * gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
* gnu: kiwix-lib: Update to 9.4.1.Efraim Flashner2020-12-26
| | | | * gnu/packages/web.scm (kiwix-lib): Update to 9.4.1.
* gnu: kiwix-desktop: Fix typo.Efraim Flashner2020-12-26
| | | | | * gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which prevented the 'enable-print-support phase from occurring.
* gnu: libzim: Update to 6.3.0.Efraim Flashner2020-12-26
| | | | | * gnu/packages/web.scm (libzim): Update to 6.3.0. [inputs]: Remove zlib.
* gnu: Add Linux-Libre-LTS.Raghav Gururajan2020-12-26
| | | | | | | | | | | Enables the choice of using current LTS version of linux-libre in Guix System. * gnu/packages/linux.scm (linux-libre-lts-version): New variable. * gnu/packages/linux.scm (linux-libre-lts-pristine-source): New variable. * gnu/packages/linux.scm (linux-libre-lts-source): New variable. * gnu/packages/linux.scm (linux-libre-lts): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: cmake: Update to 3.19.2.Greg Hogan2020-12-26
| | | | | | * gnu/packages/cmake.scm (cmake): Update to 3.19.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: seahorse-adventures: Update to 1.3.Nicolas Goaziou2020-12-26
| | | | * gnu/packages/games.scm (seahorse-adventures): Update to 1.3.
* gnu: emacs-auctex: Update to 13.0.0.Nicolas Goaziou2020-12-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.0.
* gnu: darktable: Enable tests.Vinicius Monego2020-12-24
| | | | | | | | * gnu/packages/photo.scm (darktable)[arguments]: Pass "-DBUILD_TESTING=On" to #:configure-flags. [native-inputs]: Add cmocka. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: darktable: Update to 3.4.0.Vinicius Monego2020-12-24
| | | | | | | * gnu/packages/photo.scm (darktable): Update to 3.4.0. [native-inputs]: Use Clang and LLVM 11. Add python-wrapper and ruby. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libavif: Add support for rav1e.Vinicius Monego2020-12-24
| | | | | | | | * gnu/packages/image.scm (libavif)[arguments]: Pass "-DAVIF_CODEC_RAV1E=ON" to #:configure-flags. [inputs]: Add rav1e. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libavif: Update to 0.8.4.Vinicius Monego2020-12-24
| | | | | | * gnu/packages/image.scm (libavif): Update to 0.8.4. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: awscli: updating to version 1.18.203.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/python-web.scm (awscli): updating to version 1.18.203. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-ssh-agency: Update to 0.4.1.Ryan Desfosses2020-12-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ssh-agency): Update to 0.4.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-ebib: Update to 2.29.Ryan Desfosses2020-12-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.29. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: protonvpn-cli: Stop propagating inputs.Ryan Prior2020-12-24
| | | | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add dialog, iproute2, iptables, ncurses, openvpn, procps, python-requests, and which. [arguments]: Add a 'wrap-wrapper' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: plantuml: Update to 1.2020.24.Michael Rohleder2020-12-24
| | | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2020.24. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: picom: Update to 8.2.Lars-Dominik Braun2020-12-24
| | | | | | * gnu/packages/compton.scm (picom): Update to 8.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: f2fs-tools: Update to 1.14.0.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ansible: Update to 2.9.16.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/admin.scm (ansible): Update to 2.9.16. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: lxc: Update to 4.0.5.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/virtualization.scm (lxc): Update to 4.0.5. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: memtester: Update to 4.5.0.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/hardware.scm (memtester): Update to 4.5.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xfsprogs: Update to 5.10.0.Vincent Legoll2020-12-24
| | | | | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.10.0. [inputs]: Add libinih. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libinih.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/linux.scm (libinih): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: opensmtpd: Update to 6.8.0p2.Tobias Geerinckx-Rice2020-12-24
| | | | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p2. [arguments]: Remove 'fix-man-page-detection phase again thanks to excellent upstream fanservice.
* gnu: opensmtpd: Update to 6.8.0p1.Tobias Geerinckx-Rice2020-12-24
| | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p1.
* gnu: emacs-chronometrist: Update to 0.5.6.Nicolas Goaziou2020-12-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.6.
* gnu: openttd-engine: Update to 1.10.3.Vincent Legoll2020-12-23
| | | | | | * gnu/packages/games.scm (openttd-engine): Update to 1.10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: freeciv: Update to 2.6.2.1.Vincent Legoll2020-12-23
| | | | | | * gnu/packages/games.scm (freeciv): Update to 2.6.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: guix-build-coordinator: Update to 0-12.c33d3f5.Christopher Baines2020-12-23
| | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-12.c33d3f5. [arguments]: Include coreutils in the PATH.
* Revert "gnu: gita: Update to 0.11.9."Oleg Pykhalov2020-12-23
| | | | | This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
* gnu: gita: Update to 0.11.9.Oleg Pykhalov2020-12-23
| | | | * gnu/packages/version-control.scm (gita): Update to 0.11.9.
* gnu: Add uriparser.lsp2020-12-23
| | | | | | * gnu/packages/web.scm (uriparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: snippets: Add new build systems to package snippet.Morgan Smith2020-12-23
| | | | | | | | | | | | | | | | | | * etc/snippets/scheme-mode/guix-package: Add the following as possibilities for the build-system field: clojure-build-system copy-build-system dune-build-system guile-build-system julia-build-system linux-module-build-system maven-build-system node-build-system qt-build-system rakudo-build-system Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gron.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-tomnomnom-gron): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-github-com-mattn-go-colorable: Update to 0.1.8.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-nwidger-jsoncolor.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-nwidger-jsoncolor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>