summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: librem-ec-acpi-linux-module: Fix licence.Tobias Geerinckx-Rice2021-06-29
| | | | * gnu/packages/linux.scm (librem-ec-acpi-linux-module)[license]: Remove plus.
* gnu: Add i7z.Tobias Geerinckx-Rice2021-06-29
| | | | * gnu/packages/hardware.scm (i7z): New public variable.
* gnu: scotch: Add 'release-monitoring-url' property.Ludovic Courtès2021-06-29
| | | | * gnu/packages/maths.scm (scotch)[properties]: New field.
* Revert "gnu: Add ytfzf."Raghav Gururajan2021-06-28
| | | | | This reverts commit 3fdb2d679259f5d1541240dd4e9cedda17040bf2, as it was accidentally pushed.
* Revert "gnu: Add python-ueberzug."Raghav Gururajan2021-06-28
| | | | | This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d, as it was accidentally pushed.
* gnu: python-fire: Respect #:tests?Raghav Gururajan2021-06-28
| | | | | * gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests? in the custom 'check' phase.
* gnu: Add ytfzf.LibreMiami2021-06-28
| | | | | | | * gnu/packages/image-viewers.scm (ytfzf): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de>
* gnu: Add python-ueberzug.LibreMiami2021-06-28
| | | | | | | * gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de>
* gnu: Add go-1.16.Sarah Morgensen2021-06-28
| | | | | | | | | | | | | | | Add go@1.16 as a non-default go. Changes from 1.14: Use now-supported GO_LDSO configuration option for setting the interpreter. Bootstrap with gccgo on platforms which do not support go-1.4. Fix and re-enable cmd/go script tests. Fix typo in cgoldflags patch. Break out tests into "check" phase. Remove references to perl to reduce closure size by ~10%. Set GOCACHE so go doesn't attempt to access $HOME. * gnu/packages/patches/go-fix-script-tests.patch: New file. * local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-1.16): New variable. Use the patch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add gccgo-10.Sarah Morgensen2021-06-28
| | | | | | | | | | | | | Generate gccgo with MAKE-GCCGO to factorize phases, and to fix the cyclic dependency between out and lib (caused by libgo embedding the gotools path) that was worked around in <https://issues.guix.gnu.org/18101>. * gnu/packages/gcc.scm (custom-gcc-gccgo): New procedure. (make-gccgo): New procedure. (gccgo-10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add oneko.Timotej Lazar2021-06-28
| | | | | | * gnu/packages/toys.scm (oneko): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: r-cistopic: Update to 2.1.0.Ricardo Wurmus2021-06-28
| | | | * gnu/packages/bioconductor.scm (r-cistopic): Update to 2.1.0.
* gnu: Add librem-ec-acpi-linux-module.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/linux.scm (librem-ec-acpi-linux-module): New public variable.
* gnu: srain: Update to 1.2.3.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/irc.scm (srain): Update to 1.2.3.
* gnu: totem-pl-parser: Update to 3.26.6.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.6.
* gnu: upower: Update to 0.99.12.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/gnome.scm (upower): Update to 0.99.12.
* gnu: libgudev: Update to 236.Tobias Geerinckx-Rice2021-06-28
| | | | | | | * gnu/packages/gnome.scm (libgudev): Update to 236. [build-system]: Use Meson. [arguments]: Drop obsolete #:configure-flags. [propagated-inputs]: Add eudev.
* gnu: upower: Build from Git sources.Tobias Geerinckx-Rice2021-06-28
| | | | | | | * gnu/packages/gnome.scm (upower)[source]: Use GIT-FETCH and GIT-FILE-NAME. Adjust snippet. [native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which. * gnu/packages/patches/upower-builddir.patch: Adjust to Makefile.am.
* gnu: gnome-autoar: Update to 0.3.3.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.3.
* gnu: drawing: Update to 0.8.1.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/gnome.scm (drawing): Update to 0.8.1.
* gnu: Add xkbprint.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/xorg.scm (xkbprint): New public variable.
* gnu: stellarium: Update to 0.21.1.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.21.1.
* gnu: indi: Update to 1.9.1.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/astronomy.scm (indi): Update to 1.9.1.
* gnu: acpica: Update to 20210604.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/admin.scm (acpica): Update to 20210604.
* gnu: Add mda-lv2.Thorsten Wilms2021-06-28
| | | | | | * gnu/packages/audio.scm (mda-lv2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: vim-guix-vim: Update to 0.2.0.Efraim Flashner2021-06-28
| | | | | * gnu/packages/vim.scm (vim-guix-vim): Update to 0.2.0. [arguments]: Also install autoload, plugin directories.
* gnu: opensurge: Update to 0.5.2.1.Tobias Geerinckx-Rice2021-06-28
| | | | | * gnu/packages/games.scm (opensurge): Update to 0.5.2.1. [arguments]: Keep installing into /bin.
* gnu: freeciv: Update to 2.6.5.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/games.scm (freeciv): Update to 2.6.5.
* gnu: extremetuxracer: Update to 0.8.1.Tobias Geerinckx-Rice2021-06-28
| | | | * gnu/packages/games.scm (extremetuxracer): Update to 0.8.1.
* gnu: nyacc: Add final upstream description line, too.Tobias Geerinckx-Rice2021-06-28
| | | | | * gnu/packages/mes.scm (nyacc)[description]: Mention compilers, languages.
* gnu: Add ocaml-cohttp.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-cohttp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uri-sexp.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-uri: Update to 4.2.0.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: rust-stackvector-1: Don't skip build.Efraim Flashner2021-06-27
| | | | | * gnu/packages/crates-io.scm (rust-stackvector-1)[arguments]: Remove skip-build.
* gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939].zimoun2021-06-27
| | | | | | * gnu/packages/mail.scm (rust-stackvector-1): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: jami-qt: Add support for desktop notifications.Diego Nicola Barbato2021-06-27
| | | | | | * gnu/packages/jami.scm (jami-qt)[inputs]: Add libnotify. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add blastem.Leo Prikler2021-06-27
| | | | * gnu/packages/emulators.scm (blastem): New variable.
* gnu: Add cl-markup-reader.Charles2021-06-27
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-markup-reader, ecl-markup-reader, cl-markup-reader): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add ruby-taskjuggler.Giovanni Biscuolo2021-06-26
| | | | | | | | | | | | | [[PGP Signed Part:Good signature from D37D0EA7CECC3912 Giovanni Biscuolo (Xelera) <g@xelera.eu> (trust undefined) created at 2021-06-16T13:00:30+0200 using RSA]] [1. text/x-diff; 0001-gnu-Add-ruby-taskjuggler.patch] From 46aacfc1ab93166a289f8edb1fcd119e9145840c Mon Sep 17 00:00:00 2001 From: Giovanni Biscuolo <g@xelera.eu> Date: Wed, 9 Jun 2021 11:57:12 +0200 Subject: [PATCH] gnu: Add ruby-taskjuggler. * gnu/packages/ruby.scm (ruby-taskjuggler): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-term-ansicolor: Update to 1.7.1.Giovanni Biscuolo2021-06-26
| | | | | | * gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-latex-ebproof.Xinglu Chen2021-06-26
| | | | | | * gnu/packages/tex.scm (texlive-latex-ebproof): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-rpy2: Update to 3.4.5.BonfaceKilz2021-06-26
| | | | | | | * gnu/packages/statistics.scm (python-rpy2): Update to 3.4.5 [source]: Remove the patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: php: Build sodium.Aljosha Papsch2021-06-26
| | | | | | * gnu/packages/php.scm (php): Build sodium extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-fire.Danial Behzadi2021-06-26
| | | | | | * gnu/packages/python-xyz.scm (python-fire): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: youtube-dl-gui: Update to 4.0.Raghav Gururajan2021-06-26
| | | | | | | | This new version requires gettext and twodict. * gnu/packages/video.scm (youtube-dl-gui)[version]: Update to 4.0. [native-inputs]: Add gettext-minimal. [inputs]: Add python2-twodict.
* gnu: Add python2-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz.scm (python2-twodict): New variable.
* gnu: Add python-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz (python-twodict): New variable.
* gnu: brightnessctl: Fix installing udev rules.Brice Waegeneire2021-06-26
| | | | | * gnu/packages/linux.scm (brightnessctl)[arguments]: Preprend "adjust-udev-rules" to force installation of udev rules.
* gnu: nyacc: Update description for versions >= 1.00.Tobias Geerinckx-Rice2021-06-26
| | | | | | Fixes <http://issues.guix.gnu.org/49230>. * gnu/packages/mes.scm (nyacc)[description]: Adopt current upstream text.
* gnu: dosbox-staging: Build with upstream's release options.Tobias Geerinckx-Rice2021-06-26
| | | | | * gnu/packages/emulators.scm (dosbox-staging)[arguments]: Produce a more optimised binary without run-time debugging overhead.