Age | Commit message (Expand) | Author |
---|---|---|
2019-11-08 | gnu: packages: Add rofi-pass.•••* gnu/packages/password-utils.scm (rofi-pass): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Tanguy Le Carrour |
2019-11-08 | gnu: certbot, python-acme: Update to 0.40.1.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx-configtool: Don't use NAME in source URI.•••* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx: Update to 4.2.9.7.•••* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.7. [inputs]: Add json-c. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx: Don't use NAME in source URI.•••* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-hmisc: Update to 4.3-0.•••* gnu/packages/statistics.scm (r-hmisc): Update to 4.3-0. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-plotly: Update to 4.9.1.•••* gnu/packages/statistics.scm (r-plotly): Update to 4.9.1. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-nlme: Update to 3.1-142.•••* gnu/packages/statistics.scm (r-nlme): Update to 3.1-142. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-polspline: Update to 1.1.17.•••* gnu/packages/cran.scm (r-polspline): Update to 1.1.17. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-abcrf: Update to 1.8.1.•••* gnu/packages/cran.scm (r-abcrf): Update to 1.8.1. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: r-sp: Update to 1.3-2.•••* gnu/packages/cran.scm (r-sp): Update to 1.3-2. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: goffice: Update to 0.10.46.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.46. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: gnumeric: Update to 1.12.46.•••* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: polybar: Update to 3.4.1.•••* gnu/packages/wm.scm (polybar): Update to 3.4.1. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: Fix deprecation of monolithic Qt 5.x package.•••* gnu/packages/qt.scm (qt): Remove wrong quote. | Hartmut Goebel |
2019-11-08 | gnu: libssh: Update to 0.9.2.•••* gnu/packages/ssh.scm (libssh): Update to 0.9.2. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: hplip: Actually wrap binaries.•••* gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation. Replace ‘wrap-binaries’ phase with a custom implementation. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-dbus: Update to 1.2.10.•••* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10. [arguments]: Remove field. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: libdvdread: Update to 6.0.2.•••* gnu/packages/video.scm (libdvdread): Update to 6.0.2. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: libdvdnav: Update to 6.0.1.•••* gnu/packages/video.scm (libdvdnav): Update to 6.0.1. | Tobias Geerinckx-Rice |
2019-11-08 | gnu: libdvdnav: Don't use NAME in source URI.•••* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-11-07 | gnu: lollypop: Update to 1.2.7.•••* gnu/packages/gnome.scm (lollypop): Update to 1.2.7. | Christopher Baines |
2019-11-07 | gnu: Add nginx Accept Language module.•••* gnu/packages/web.scm (nginx-accept-language-module): New public variable. | Florian Pelz |
2019-11-07 | gnu: pkg-config: Memoize 'cross-pkg-config'.•••When running: guix build --target=arm-linux-gnueabihf gdb -nd this reduces the number of hits in the 'add-data-to-store' cache from 205 (25%) to 163 (21%). * gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'. | Ludovic Courtès |
2019-11-07 | gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'.•••Fixes <https://bugs.gnu.org/38093>. When running: guix build --target=arm-linux-gnueabihf -e '(@ (gnu packages base) coreutils)' the '%current-target-system' parameter is set by the time the top-level of (gnu packages commencement) is evaluated. Consequently, we need to ensure that the 'pkg-config' macro evaluates in a context where '%current-target-system' is unset. * gnu/packages/commencement.scm (gnu-make-final): Refer to '%pkg-config' instead of 'pkg-config'. * tests/guix-build.sh: Add test. | Ludovic Courtès |
2019-11-07 | gnu: git-annex: Update to 7.20191106.•••* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Kyle Meyer |
2019-11-07 | gnu: john-the-ripper-jumbo: Enable tests.•••* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'. | Eric Bavier |
2019-11-07 | gnu: john-the-ripper-jumbo: Update to 1.9.0.•••* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Update to 1.9.0. [source]: Remove patches. [native-inputs]: New field. [inputs]: Add python and ruby for script shebangs. Remove unused mit-krb5. [arguments]: In #:configure-flags use new "--with-systemwide" flag, fix typo in "--disable-native-macro", and pass "--enable-simd=..." based on system. Rename local "homedir" variable to "datadir" for clarity. Return #t from 'chdir-src phase. Create extension-less symlinks for many scripts in 'install phase. | Eric Bavier |
2019-11-07 | gnu: epiphany: Don't build icon cache.•••* gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip creating gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: eolie: Don't create icon cache.•••* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: eog: Don't create icon cache.•••* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: totem: Don't create icon cache.•••* gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: devhelp: Don't create icon cache.•••* gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: gnome-disk-utility: Don't create icon cache.•••* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: linux-libre: Update to 5.3.9.•••* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.9. (linux-libre-5.3-pristine-source): Update hash. | Mark H Weaver |
2019-11-07 | gnu: linux-libre@4.19: Update to 4.19.82.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82. (linux-libre-4.19-pristine-source): Update hash. | Mark H Weaver |
2019-11-07 | gnu: linux-libre@4.14: Update to 4.14.152.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.152. (linux-libre-4.14-pristine-source): Update hash. | Mark H Weaver |
2019-11-07 | gnu: linux-libre@4.9: Update to 4.9.199.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.199. (linux-libre-4.9-pristine-source): Update hash. | Mark H Weaver |
2019-11-07 | gnu: linux-libre@4.4: Update to 4.4.199.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.199. (linux-libre-4.4-pristine-source): Update hash. | Mark H Weaver |
2019-11-06 | gnu: webkitgtk: Update to 2.26.2.•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.26.2. | Tobias Geerinckx-Rice |
2019-11-06 | gnu: webkitgtk: Don't use NAME in source URI.•••* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-11-06 | gnu: opensmtpd-next: Update to 6.6.1p1.•••* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1. | Tobias Geerinckx-Rice |
2019-11-06 | gnu: cpio: Update to 2.13 [fixes CVE-2015-1197, CVE-2019-14866].•••* gnu/packages/cpio.scm (cpio): Update to 2.13. Remove "cpio-CVE-2016-2037.patch". * gnu/local.mk (dist_patch_DATA): Remove it. | Ludovic Courtès |
2019-11-06 | gnu: guile-ncurses: Update to 3.0.•••* gnu/packages/guile-xyz.scm (guile-ncurses): Update to 3.0. | Ludovic Courtès |
2019-11-06 | gnu: Add KCacheGrind.•••* gnu/packages/kde.scm (kcachegrind): New variable. | Ludovic Courtès |
2019-11-06 | gnu: gnome-maps: Don't create icon cache.•••* gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-05 | gnu: hplip: Update to 3.19.11.•••* gnu/packages/cups.scm (hplip): Update to 3.19.11. | Tobias Geerinckx-Rice |
2019-11-05 | gnu: rclone: Update to 1.50.1.•••* gnu/packages/sync.scm (rclone): Update to 1.50.1. | Tobias Geerinckx-Rice |
2019-11-05 | gnu: xterm: Update to 350.•••* gnu/packages/xorg.scm (xterm): Update to 350. | Tobias Geerinckx-Rice |
2019-11-05 | gnu: ruby-backport: Update to 1.1.2.•••* gnu/packages/ruby.scm (ruby-backport): Update to 1.1.2. | Tobias Geerinckx-Rice |