summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-03-08gnu: rust-1.19: Don't include i686-linux in supported-systems.Christopher Baines
Currently rust fails to build for i686-linux, so this will avoid computing lots of derivations that depend on rust, but won't be possible to build. * gnu/packages/rust.scm (rust-1.19)[supported-systems]: Switch hardcoding only supporting x86_64-linux for supporting all supported systems, other than i686-linux.
2021-03-08gnu: guile-lib: Fix cross compilation.Christopher Baines
These changes were sent upstream as https://lists.gnu.org/archive/html/guile-devel/2021-02/msg00004.html Without this change, the .go files are built for the host architecture, rather than the target. I noticed this when cross building the guix-build-coordinator (for which guile-lib is an input) to the Hurd. * gnu/packages/guile-xyz.scm (guile-lib)[arguments]: Add 'patch-for-cross-compilation phase. [native-inputs]: Add autoconf, automake and gettext. (guile2.0-lib): Adjust to use alist-replace. (guile2.2-lib): Adjust to use alist-replace.
2021-03-08gnu: linux-libre 4.4: Update to 4.4.260.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.260. (linux-libre-4.4-pristine-source): Update hash.
2021-03-08gnu: linux-libre 4.9: Update to 4.9.260.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.260. (linux-libre-4.9-pristine-source): Update hash.
2021-03-08gnu: linux-libre 4.14: Update to 4.14.224.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.224. (linux-libre-4.14-pristine-source): Update hash.
2021-03-08gnu: linux-libre 4.19: Update to 4.19.179.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.179. (linux-libre-4.19-pristine-source): Update hash.
2021-03-08gnu: linux-libre 5.4: Update to 5.4.103.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.103. (linux-libre-5.4-pristine-source): Update hash.
2021-03-08gnu: linux-libre 5.10: Update to 5.10.21.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.21. (linux-libre-5.10-pristine-source): Update hash.
2021-03-08gnu: linux-libre: Update to 5.11.4.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.4. (linux-libre-5.11-pristine-source): Update hash.
2021-03-08gnu: Add python-mistletoe.Ron Nazarov via Guix-patches via
* gnu/packages/markup.scm (python-mistletoe): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-03-08gnu: Add cl-re.Sharlatan Hellseher
* gnu/package/lisp-xyz.scm: (sbcl-re, cl-re, ecl-re): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: Add cl-parse.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-parse, cl-parse, ecl-parse): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: Add cl-debug.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-cl-debug, cl-debug, ecl-cl-debug): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: Add cl-chronicity.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-chronicity, cl-chronicity, ecl-chronicity): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: Add cl-diskspace.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-cl-diskspace, cl-diskspace, ecl-cl-diskspace): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: Add cl-mount-info.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-mount-info, cl-mount-info, ecl-cl-mount-info): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: sbcl-nodgui: Update to 0.1.1-1.4a9c2e7.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-nodgui): Update to 0.1.1-1.4a9c2e7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: sbcl-cl-interpol: Update to 0.2.7-1.70a1137.Sharlatan Hellseher
* gnu/packages/lisp-xyz: (sbcl-cl-interpol): Update to 0.2.7-1.70a1137. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-08gnu: libcaca: Patch for CVE-2021-3410.Efraim Flashner
* gnu/packages/video.scm (libcaca)[source]: Add patches. * gnu/packages/patches/libcaca-CVE-2021-3410-pt1.patch, gnu/packages/patches/libcaca-CVE-2021-3410-pt2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
2021-03-08gnu: ruby-rake-compiler: Update to 1.1.1.Efraim Flashner
* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.1.1.
2021-03-08gnu: lisp-repl-core-dumper: Update to 0.6.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
2021-03-08gnu: orchis-theme: Build all versions.Leo Prikler
* gnu/packages/gnome-xyz.scm (orchis-theme)[arguments]: Add #:configure-flags. Use them in 'install phase.
2021-03-08gnu: orchis-theme: Update to 2021-02-28.Leo Prikler
* gnu/packages/gnome-xyz.scm (orchis-theme): Update to 2021-02-28.
2021-03-08gnu: Add emacs-tup-mode.Stefan Reichör
* gnu/packages/emacs-xyz.scm (emacs-tup-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-08gnu: fetchmail: Update to 6.4.17.Xinglu Chen
* gnu/packages/mail.scm (fetchmail): Update to 6.4.17. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-08gnu: Add xzgv.Stefan Reichör
* gnu/packages/image-viewers.scm (xzgv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-08gnu: Add t.LibreMiami
* gnu/packages/task-management.scm (t): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: donotshake <donotshake:matrix.org> Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-07gnu: nimf: Disable qt4 support.Raghav Gururajan
* gnu/packages/language.scm (nimf) [arguments]: Add new phase 'disable-qt4 and modify phase 'patch-paths. [inputs]: Remove qt4. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-07gnu: nimf: Use separate outputs for gtk and qt modules.Raghav Gururajan
* gnu/packages/language.scm (nimf) [outputs]: Add gtk and qt. [arguments]<#:phases>['patch-paths]: Modify. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-07gnu: ruby-rubocop: Build without ruby-memory-profiler.Efraim Flashner
Ruby-memory-profiler isn't required for the test suite and it fails to build on some architectures. * gnu/packages/ruby.scm (ruby-rubocop)[native-inputs]: Remove ruby-memory-profiler.
2021-03-07gnu: ruby-memory-profiler: Remove unneeded input.Efraim Flashner
* gnu/packages/ruby.scm (ruby-memory-profiler)[propagated-inputs]: Remove ruby-rake.
2021-03-07gnu: snap: Update to 6.6.0.Nicolas Goaziou
* gnu/packages/education.scm (snap): Update to 6.6.0.
2021-03-07gnu: emacs-ctrlf: Update to 1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.3.
2021-03-07gnu: python-pikepdf: Update to 2.8.0.post1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.post1.
2021-03-07gnu: libupnp: Update to 1.14.2.Tobias Geerinckx-Rice
* gnu/packages/upnp.scm (libupnp): Update to 1.14.2.
2021-03-07gnu: straw-viewer: Update to 0.1.3.Tobias Geerinckx-Rice
* gnu/packages/video.scm (straw-viewer): Update to 0.1.3.
2021-03-07gnu: s6-linux-init: Update to 1.0.6.1.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.1.
2021-03-07gnu: s6-networking: Update to 2.4.1.0.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6-networking): Update to 2.4.1.0.
2021-03-07gnu: s6: Update to 2.10.0.2.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6): Update to 2.10.0.2.
2021-03-07gnu: execline: Update to 2.8.0.0.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (execline): Update to 2.8.0.0.
2021-03-07gnu: skalibs: Update to 2.10.0.2.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.2.
2021-03-07gnu: xonsh: Update to 0.9.27.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (xonsh): Update to 0.9.27.
2021-03-07gnu: get-iplayer: Update to 3.27.Tobias Geerinckx-Rice
* gnu/packages/video.scm (get-iplayer): Update to 3.27.
2021-03-07gnu: nginx-documentation: Update to 1.19.7.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.7. 2655 eb417a9a089b
2021-03-07gnu: nginx: Update to 1.19.7.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.19.7.
2021-03-07gnu: xf86-video-nouveau: Update to 1.0.17.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.17.
2021-03-07gnu: dunst: Update to 1.6.1.Alexandru-Sergiu Marton
* gnu/packages/dunst.scm (dunst): Update to 1.6.1. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-03-06gnu: orchis-theme: Fix misleading comment.Leo Prikler
* gnu/packages/gnome-xyz.scm (orchis-theme)[license]: Adjust comment.
2021-03-06gnu: telegram-desktop: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/telegram.sc (telegram-desktop)[description]: Fix typo.
2021-03-06gnu: gron: Update to 0.6.1.Tobias Geerinckx-Rice
* gnu/packages/golang.scm (go-github-com-tomnomnom-gron): Update to 0.6.1.