summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Fix deprecation of monolithic Qt 5.x package.Hartmut Goebel2019-11-08
| | | | * gnu/packages/qt.scm (qt): Remove wrong quote.
* gnu: libssh: Update to 0.9.2.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/ssh.scm (libssh): Update to 0.9.2.
* gnu: hplip: Actually wrap binaries.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation. Replace ‘wrap-binaries’ phase with a custom implementation.
* gnu: python-dbus: Update to 1.2.10.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10. [arguments]: Remove field.
* gnu: libdvdread: Update to 6.0.2.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdread): Update to 6.0.2.
* gnu: libdvdnav: Update to 6.0.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
* gnu: libdvdnav: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
* gnu: lollypop: Update to 1.2.7.Christopher Baines2019-11-07
| | | | * gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
* doc: Add clarification on the '--source' build option.Florian Pelz2019-11-07
| | | | | | | Emphasize that what the '--source' build option downloads is insufficient for reproducing the packages. * doc/guix.texi (Additional Build Options): Explain more.
* services: Make it possible to include dynamic modules in nginx.Florian Pelz2019-11-07
| | | | | | | | * gnu/services/web.scm (<nginx-configuration>): Add modules field. (nginx-configuration-modules): New field accessor. (emit-load-module): New procedure. (default-nginx-config): Add support for the modules field. * doc/guix.texi (NGINX): Document it.
* gnu: Add nginx Accept Language module.Florian Pelz2019-11-07
| | | | * gnu/packages/web.scm (nginx-accept-language-module): New public variable.
* news: Add entry for package transformation options in "guix graph".Ludovic Courtès2019-11-07
| | | | * etc/news.scm: Add entry for "guix graph --with-input".
* graph: Support package transformation options.Ludovic Courtès2019-11-07
| | | | | | | | * guix/scripts/graph.scm (%options): Append %TRANSFORMATION-OPTIONS. (show-help): Call 'show-transformation-options-help'. (guix-graph): Call 'options->transformation' and use it. * tests/guix-graph.sh: Add test. * doc/guix.texi (Invoking guix graph): Document it.
* gnu: pkg-config: Memoize 'cross-pkg-config'.Ludovic Courtès2019-11-07
| | | | | | | | | | | 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'.
* gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'.Ludovic Courtès2019-11-07
| | | | | | | | | | | | | | | | | 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.
* derivations: Use a regular hash table for the module cache.Ludovic Courtès2019-11-07
| | | | | | | | | | The hit rate of the 'add-data-to-store' cache goes from 10% to 4% on: guix build -e '(@@ (gnu packages libreoffice) libreoffice)' -nd * guix/derivations.scm (%module-cache): Turn into a regular hash table. It didn't make sense to use a weak-value hash table given that values are pairs.
* gnu: git-annex: Update to 7.20191106.Kyle Meyer2019-11-07
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: john-the-ripper-jumbo: Enable tests.Eric Bavier2019-11-07
| | | | | * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'.
* gnu: john-the-ripper-jumbo: Update to 1.9.0.Eric Bavier2019-11-07
| | | | | | | | | | | | * 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.
* gnu: epiphany: Don't build icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip creating gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: eolie: Don't create icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: eog: Don't create icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: totem: Don't create icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: devhelp: Don't create icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: gnome-disk-utility: Don't create icon cache.Efraim Flashner2019-11-07
| | | | | | * gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: linux-libre: Update to 5.3.9.Mark H Weaver2019-11-07
| | | | | * gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.9. (linux-libre-5.3-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.82.Mark H Weaver2019-11-07
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.152.Mark H Weaver2019-11-07
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.152. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.199.Mark H Weaver2019-11-07
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.199. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.199.Mark H Weaver2019-11-07
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.199. (linux-libre-4.4-pristine-source): Update hash.
* gnu: webkitgtk: Update to 2.26.2.Tobias Geerinckx-Rice2019-11-06
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.2.
* gnu: webkitgtk: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-06
| | | | * gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
* gnu: opensmtpd-next: Update to 6.6.1p1.Tobias Geerinckx-Rice2019-11-06
| | | | * gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
* tests: install: Increase root partition size.Ludovic Courtès2019-11-06
| | | | | | | | | 1.2G had become slightly too small on x86_64. This is a followup to 8dfb0c969e513276c632b8d26fb3601fa02993ca. * gnu/tests/install.scm (%simple-installation-script) (%extlinux-gpt-installation-script) (%simple-installation-script-for-/dev/vda): Switch from 1.2G to 1.4G.
* gnu: cpio: Update to 2.13 [fixes CVE-2015-1197, CVE-2019-14866].Ludovic Courtès2019-11-06
| | | | | | * gnu/packages/cpio.scm (cpio): Update to 2.13. Remove "cpio-CVE-2016-2037.patch". * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: guile-ncurses: Update to 3.0.Ludovic Courtès2019-11-06
| | | | * gnu/packages/guile-xyz.scm (guile-ncurses): Update to 3.0.
* gnu: Add KCacheGrind.Ludovic Courtès2019-11-06
| | | | * gnu/packages/kde.scm (kcachegrind): New variable.
* gnu: gnome-maps: Don't create icon cache.Efraim Flashner2019-11-06
| | | | | | * gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin.
* gnu: hplip: Update to 3.19.11.Tobias Geerinckx-Rice2019-11-05
| | | | * gnu/packages/cups.scm (hplip): Update to 3.19.11.
* gnu: rclone: Update to 1.50.1.Tobias Geerinckx-Rice2019-11-05
| | | | * gnu/packages/sync.scm (rclone): Update to 1.50.1.
* gnu: xterm: Update to 350.Tobias Geerinckx-Rice2019-11-05
| | | | * gnu/packages/xorg.scm (xterm): Update to 350.
* gnu: ruby-backport: Update to 1.1.2.Tobias Geerinckx-Rice2019-11-05
| | | | * gnu/packages/ruby.scm (ruby-backport): Update to 1.1.2.
* gnu: perl-cpanel-json-xs: Update to 4.16.Tobias Geerinckx-Rice2019-11-05
| | | | * gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.16.
* gnu: Add perl-extutils-typemaps-default.Andreas Enge2019-11-05
| | | | * gnu/packages/perl.scm (perl-extutils-typemaps-default): New variable.
* gnu: Add perl-extutils-parsexs.Andreas Enge2019-11-05
| | | | * gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
* gnu: Add perl-module-build-withxspp.Andreas Enge2019-11-05
| | | | * gnu/packages/perl.scm (perl-module-build-withxspp): New variable.
* gnu: Add perl-extutils-xspp.Andreas Enge2019-11-05
| | | | * gnu/packages/perl.scm (perl-extutils-xspp): New variable.
* gnu: Add perl-extutils-cppguess.Andreas Enge2019-11-05
| | | | * gnu/packages/perl.scm (perl-extutils-cppguess): New variable.
* gnu: kicad-symbols: Update to 5.1.4.Arun Isaac2019-11-05
| | | | * gnu/packages/engineering.scm (kicad-symbols): Update to 5.1.4.
* gnu: kicad: Update to 5.1.4.Arun Isaac2019-11-05
| | | | | | | | | | * gnu/packages/engineering.scm (kicad): Update to 5.1.4. [arguments]: Remove unrecognized flags and flags that are redundant because they specify default values. Use python 3 and the "Phoenix" version of wxPython. Enable the GitHub plugin for pcbnew. Remove adjust-boost-include phase. [inputs]: Replace python-2 with python, wxwidgets-gtk2 with wxwidgets and python2-wxpython with python-wxpython.