aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2020-05-11gnu: git-annex: Add support for v4 of S3 support....* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch. * gnu/packages/patches/git-annex-S3v4.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2020-05-11gnu: Add rtl-443....* gnu/packages/radio.scm (rtl-433): New variable. Guillaume Le Vaillant
2020-05-11gnu: proot: Fix test failures....The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that this commit addresses. * gnu/packages/base.scm (coreutils-8.30): New variable. * gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and GNU-MAKE-4.2. Ludovic Courtès
2020-05-11gnu: 'define-deprecated-guile3.0-package' actually exports <package> objects....Until now, that macro would expand to something like: (export guile3.0-git) where 'guile3.0-git' is actually a macro (produced by 'define-deprecated'), which would thus be skipped by 'fold-packages'. Consequently, "guix install guile3.0-git" would say that no such package exists. * gnu/packages/guile.scm (define-deprecated-guile3.0-package): Add 'old-name' and export it. Ludovic Courtès
2020-05-11gnu: sequoia: Fix pkgconfig files....The pkgconfig files defines the wrong prefix: It is the build directory, while it should be the installation prefix. This is caused by Makefiles replacing `PREFIX` by `$(shell pwd)`. See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details. * gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New phase. Hartmut Goebel
2020-05-11gnu: tigervnc-server: Update to 1.10.1-1.920d9c4....* gnu/packages/vnc.scm (tigervnc-client): Update to 1.10.1-1.920d9c4. (tigervnc-server)[version]: Update to 1.10.1-1.920d9c4. [arguments]<#:phases>[patch-xserver]: Fix format procedure call. [native-inputs]: Use tigervnc-client package source. Oleg Pykhalov
2020-05-11gnu: xfe: Fix few more FHS directories....* gnu/packages/disk.scm (xfe): Fix /bin and /share paths in st/config.h and src/xfedefs.h, respectively. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Raghav Gururajan
2020-05-11gnu: lcov: Update to commit 40580cd659....* gnu/packages/code.scm (lcov): Update to commit 40580cd659. (arguments): Enable tests and specify the test target. [phases]{patch-pwd, wrap}: Add phases. [inputs]: Add perl-json and perl-perlio-gzip. Maxim Cournoyer
2020-05-11gnu: Add perl-perlio-gzip....* gnu/packages/perl-compression.scm (perl-perlio-gzip): New variable. Maxim Cournoyer
2020-05-10gnu: linux-libre: Update to 5.4.40....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.40. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: linux-libre@5.6: Update to 5.6.12....* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.12. (linux-libre-5.6-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: linux-libre@4.19: Update to 4.19.122....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: linux-libre@4.14: Update to 4.14.180....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: linux-libre@4.9: Update to 4.9.223....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.223. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: linux-libre@4.4: Update to 4.4.223....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.223. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver
2020-05-10gnu: python-trezor: Update to 0.12.0....* gnu/packages/finance (python-trezor): Update to 0.12.0. [arguments] Remove custom 'check phase. [propagated-inputs] Remove python-pyblake2. Vagrant Cascadian
2020-05-10gnu: freecad: Fix build with python-3.8...* gnu/packages/engineering.scm (freecad)[source](modules, snippet): New fields. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Boris A. Dekshteyn
2020-05-10gnu: scribus: Fix build against poppler-0.86....* gnu/packages/scribus.scm (scribus)[source](patches): New field. * gnu/packages/patches/scribus-1.5.5-poppler-0.86-build-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Boris A. Dekshteyn
2020-05-10gnu: gnubg: Build with Pango 1.42....* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42. Marius Bakke
2020-05-10gnu: fbreader: Fix build failure....* gnu/packages/ebook.scm (fbreader)[native-inputs]: Distinguish GCC-5. [arguments]: Add phase 'augment-CPLUS_INCLUDE_PATH'. Marius Bakke
2020-05-10gnu: gnubik: Fix build failure....* gnu/packages/games.scm (gnubik)[arguments]: New field. Marius Bakke
2020-05-10gnu: Register 'glibc-bootstrap-system-2.2.5.patch'....This is a follow-up to commit f6b911fb5f99b0677c0f94b195b140e464195e9b. * gnu/local.mk (dist_patch_DATA): Add it. Marius Bakke
2020-05-10gnu: Add python-vf-1....* gnu/packages/python-web.scm (python-vf-1): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Ron Nazarov
2020-05-10gnu: flann: Update to 1.9.1....* gnu/packages/maths.scm (flann): Update to 1.9.1. [source]: Use 'git-fetch'. [home-page]: Change to github.com. Ludovic Courtès
2020-05-10gnu: flann: Remove "octave" output....Octave support currently fails to build and is not used by any other package in Guix. * gnu/packages/maths.scm (flann)[outputs]: Remove "octave" output. [inputs]: Remove OCTAVE-CLI. [arguments]: Remove 'set-octave-directory' phase. Ludovic Courtès
2020-05-10gnu: emacs-mmm-mode: Fix build failure of the manual....* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[native-inputs]: Replace TEXINFO with TEXINFO-5. Ludovic Courtès
2020-05-10gnu: guile-ac-d-bus: Update to 1.0.0-beta.0....* gnu/packages/guile-xyz.scm (guile-ac-d-bus): Update to 1.0.0-beta.0. Ludovic Courtès
2020-05-10gnu: guile-next: Mark as deprecated alias for "guile"....* gnu/packages/guile.scm (guile-next): Mark as 'deprecated-package' for GUILE-3.0. Ludovic Courtès
2020-05-10gnu: guile-xapian: Switch to Guile 3.0....* gnu/packages/guile-xyz.scm (guile-xapian)[inputs]: Switch to GUILE-3.0. (guile2.2-xapian): New variable. (guile3.0-xapian): Define as 'deprecated-package'. Ludovic Courtès
2020-05-10gnu: guile-websocket: Rename from "guile3.0-websocket"....* gnu/packages/guile-xyz.scm (guile3.0-websocket): Rename to... (guile-websocket): ... this. [inputs]: Use GUILE-3.0. (guile3.0-websocket): Define as 'deprecated-package'. Ludovic Courtès
2020-05-10gnu: guile2.2-newt, guile2.2-parted, guile2.2-hashing: Depend on Guile 2.2....* gnu/packages/guile-xyz.scm (guile2.2-newt): Switch to GUILE-2.2. (guile2.2-parted): Likewise. (guile2.2-hashing): Likewise. Ludovic Courtès
2020-05-10gnu: guile-email: Switch to Guile 3.0....* gnu/packages/guile-xyz.scm (guile-email)[inputs]: Switch to GUILE-3.0. (guile2.2-email): New variable. (guile3.0-email): Define in terms of 'deprecated-package'. Ludovic Courtès
2020-05-10gnu: guile-squee: Switch to Guile 3.0....* gnu/packages/guile-xyz.scm (guile-squee)[native-inputs]: Switch to GUILE-3.0. (guile2.2-squee): New variable. (guile3.0-squee): Define as 'deprecated-package'. Ludovic Courtès
2020-05-10gnu: emacs: Remove unneeded import....This is a followup to ef0cb0dd1d05efcfd3dba082a126eb75e8443485. Suggested by Jack Hill <jackhill@jackhill.us>. * gnu/packages/emacs.scm: Remove unneeded (ice-9 match) import. Ludovic Courtès
2020-05-10gnu: Add dump1090....* gnu/packages/radio.scm (dump1090): New variable. Guillaume Le Vaillant
2020-05-10gnu: guile-git: Prevent guild build warnings....* gnu/packages/guile.scm (guile-git)[arguments]: Add GUILE_AUTO_COMPILE=0 to make-flags. Efraim Flashner
2020-05-10Revert "gnu: efl: Update to 1.24.0."...There is a bug where with efl-1.24 no user input is accepted with any efl-based pop-up dialogs. Revert until we can find a fix. This reverts commit b34793c14372fbda2246d68ef6270f1207e53e98. Efraim Flashner
2020-05-10Revert "gnu: python-efl: Update to 1.24.0."...This reverts commit 67c8f879c5117732e58213d55a6b51ecc7f4bd54. Efraim Flashner
2020-05-10gnu: postgis: Add missing input....* gnu/packages/geo.scm (postgis)[inputs]: Add giflib. Guillaume Le Vaillant
2020-05-10gnu: python-cheetah: Update to 3.2.4....* gnu/packages/python-xyz.scm (python-cheetah): Update to 3.2.4. [arguments]: Add a 'fix-tests' phase. Guillaume Le Vaillant
2020-05-10gnu: Add cachefilesd....* gnu/packages/linux.scm (cachefilesd): New public variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jean-Baptiste Note
2020-05-10gnu: xsettingsd: Fix build....* gnu/packages/xdisorg.scm (xsettingsd)[arguments]: Use C_INCLUDE_PATH instead of CPATH environment variable to fix build. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Boris A. Dekshteyn
2020-05-10gnu: samba: Update to 4.11.8 [fixes CVE-2020-10700, CVE-2020-10704]....* gnu/packages/samba.scm (samba): Update to 4.11.8. Tobias Geerinckx-Rice
2020-05-10gnu: herbstluftwm: Update to 0.8.2....* gnu/packages/wm.scm (herbstluftwm): Update to 0.8.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Boris A. Dekshteyn
2020-05-09gnu: gnome-shell-extension-gsconnect: Update to 33....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to 33. [inputs]: Remove folks. Alex Griffin
2020-05-09gnu: sway: Update to 1.4...From c5c134a535aaa83fe329974f61427c5050fd9e20 Mon Sep 17 00:00:00 2001 From: buffet <niclas@countingsort.com> Date: Sat, 9 May 2020 17:59:35 +0000 Subject: [PATCH 2/2] gnu: sway: Update to 1.4 Niclas Meyer
2020-05-09gnu: wlroots: Update to 0.10.1...From 44f90676568f650a38bd7e0fba079e64fe545ae6 Mon Sep 17 00:00:00 2001 From: buffet <niclas@countingsort.com> Date: Sat, 9 May 2020 17:58:25 +0000 Subject: [PATCH 1/2] gnu: wlroots: Update to 0.10.1 Niclas Meyer
2020-05-09gnu: Add emacs-eglot....* gnu/packages/emacs-xyz.scm (emacs-eglot): New variable. Nicolas Goaziou
2020-05-09gnu: Add powerstat....* gnu/packages/linux.scm (powerstat): New public variable. Tobias Geerinckx-Rice
2020-05-09gnu: zfs: Add missing input....Reported by ecbrown on IRC. * gnu/packages/file-systems.scm (zfs)[native-inputs]: Add kmod. Efraim Flashner