summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-16gnu: linux-libre@4.19: Update to 4.19.51.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.51. (%linux-libre-4.19-hash): Update hash.
2019-06-16gnu: linux-libre@4.14: Update to 4.14.126.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.126. (%linux-libre-4.14-hash): Update hash.
2019-06-16gnu: Add waybar.Gábor Boskovits
* gnu/packages/wm.scm(waybar): New variable.
2019-06-15gnu: Add spdlog.Gábor Boskovits
* gnu/packages/logging.scm(spdlod): New variable.
2019-06-15services: Include USB_ModeSwitch in %desktop-services.Florian Pelz
Fixes <https://bugs.gnu.org/35640>. * gnu/services/desktop.scm (%desktop-services): Add usb-modeswitch-service-type. * doc/guix.texi (Networking Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-15services: Add usb-modeswitch-service-type.Florian Pelz
* gnu/services/networking.scm (usb-modeswitch-service-type): New variable. (usb-modeswitch-configuration): New variable. (usb-modeswitch-sh): New procedure. (usb-modeswitch-configuration->udev-rules): New procedure. * doc/guix.texi (Networking Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-15gnu: units: Update to 2.19.Ludovic Courtès
* gnu/packages/maths.scm (units): Update to 2.19.
2019-06-15gnu: rush: Update to 1.9.Ludovic Courtès
* gnu/packages/rush.scm (rush): Update to 1.9.
2019-06-15gnu: wget: Update to 1.20.3.Ludovic Courtès
* gnu/packages/wget.scm (wget): Update to 1.20.3.
2019-06-15gnu: gengetopt: Update to 2.23.Ludovic Courtès
* gnu/packages/popt.scm (gengetopt): Update to 2.23. [native-inputs]: New field.
2019-06-15gnu: dico: Update to 2.9.Ludovic Courtès
* gnu/packages/dico.scm (dico): Update to 2.9.
2019-06-15gnu: libmicrohttpd: Update to 0.9.64.Ludovic Courtès
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.64.
2019-06-15services: Remove unneeded imports that led to cycles.Ludovic Courtès
Fixes <https://bugs.gnu.org/36207>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/services/admin.scm: Remove unneeded import of (gnu services base). * gnu/services/mcron.scm: Likewise.
2019-06-15gnu: swayidle: Add elogind support.Meiyo Peng
* gnu/packages/wm.scm (swayidle)[arguments]: Add #:configure-flags. [inputs]: Add elogind. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-06-15gnu: emacs-desktop-environment: Update to 0.2.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.2.2.
2019-06-15Merge branch 'staging'Marius Bakke
2019-06-15gnu: Remove leftover patch.Marius Bakke
This is a follow-up to commit d680a8afd1190aac46742d3abf2a0de1a45ea10f. * gnu/packages/patches/inkscape-poppler-compat3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-06-14gnu: Add benchmark.Gábor Boskovits
* gnu/packages/benchmark.scm(benchmark): New variable. * gnu/packages/patches/benchmark-unbundle-googletest.patch: New file. * gnu/local.mk(dist_patch_DATA): Add it.
2019-06-14gnu: Remove r-loomr.Ricardo Wurmus
The loomR package is actually non-free software according to its author. See https://github.com/mojaveazure/loomR/pull/24. * gnu/packages/bioinformatics.scm (r-loomr): Remove variable.
2019-06-14doc: Fix typo.Björn Höfling
* doc/guix.texi: Switch URI and description in @uref for hpcguix-web.
2019-06-14gnu: sway: Hardcode path to swaybg.Meiyo Peng
* gnu/packages/wm.scm (sway)[arguments]: Hardcode path to swaybg. [inputs]: Add swaybg. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-06-14gnu: whois: Update to 5.4.3.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.4.3.
2019-06-14gnu: ungoogled-chromium: Update to 75.0.3770.90-0.5d8abc3 [fixes CVE-2019-5842].Marius Bakke
* gnu/packages/chromium.scm (%chromium-version): Update to 75.0.3770.90. (%debian-revision): Update to 'debian/75.0.3770.90-1'. (%chromium-origin): Update hashes.
2019-06-13import: hackage: Handle Hackage revisions.Robert Vollmert
Hackage packages can have metadata revisions (Cabal file only) that are not reflected in the source archive. The Haskell build system has support for this, but until now the Hackage importer would create a package based on the revised Cabal file which would then build using the old Cabal file. Fixes <https://bugs.gnu.org/35750>. * guix/import/cabal.scm (<cabal-package>): Add 'revision' field. (eval-cabal): Parse 'x-revision:' property. * guix/import/hackage.scm (read-cabal-and-hash): New procedure. (hackage-fetch-and-hash): New procedure. (hackage-fetch): Rewrite using 'hackage-fetch-and-hash'. (hackage-module->sexp): Add 'cabal-hash' argument and use it to populate the '#:cabal-revision' argument. (hackage->guix-package): Use the new '-and-hash' functions to get the hash of the Cabal file and pass it to 'hackage-module->sexp'. * guix/tests/hackage.scm: Test import of Cabal file revision. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-06-13gnu: emacs-org-noter: Tweak.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Adjust indentation and description.
2019-06-13gnu: Add emacs-org-noterDimakakos Dimos
* gnu/packages/emacs-xyz.scm (emacs-org-noter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: ikiwiki: Update to 3.20190228.Alex Griffin
* gnu/packages/web.scm (ikiwiki): Update to 3.20190228. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-yaml-libyaml: Update to 0.78.Alex Griffin
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-canary-stability: Update to 2013.Alex Griffin
* gnu/packages/perl.scm (perl-canary-stability): Update to 2013. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-db-file: Update to 1.852.Alex Griffin
* gnu/packages/databases.scm (perl-db-file): Update to 1.852. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: Add emacs-solaire-mode.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-mixed-pitch.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-restart-emacs.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-restart-emacs): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-elfeed-org.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-elfeed-org): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-xtest.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-xtest): New variable.
2019-06-13gnu: parcimonie: Update source and home-page.Efraim Flashner
* gnu/packages/gnupg.scm (parcimonie)[source]: Update to new url. [home-page]: Same.
2019-06-13build-system/haskell: Generate Setup.hs if needed.Robert Vollmert
The default Setup.hs is boilerplate that is frequently left out of source packages. Several packages already add a phase to generate it, so moving this phase to the build system is just factoring out an existing pattern. See <https://github.com/phadej/time-compat/issues/4>. * guix/build/haskell-build-system.scm (generate-setuphs): New procedure. (%standard-phases): Add it after 'unpack'. * gnu/packages/haskell.scm (ghc-foundation, ghc-inline-c, ghc-inline-c-cpp, ghc-rio): Remove 'arguments'. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-06-13build-system/haskell: Fix Haddock phase docstring.Robert Vollmert
* guix/build/haskell-build-system.scm (haddock): Fix docstring. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-06-13Merge branch 'staging'Marius Bakke
2019-06-13gnu: gstreamer: Skip failing test on 32-bit systems.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a 32-bit system, add #:phases.
2019-06-13gnu: Add ri-li.Nicolas Goaziou
* gnu/packages/games.scm (ri-li): New variable. * gnu/packages/patches/ri-li-modernize_cpp.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch.
2019-06-13gnu: Add Kawa.Carlo Zancanaro
* gnu/packages/kawa.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-06-13gnu; emacs-realgud: Add a 'file-name' field to the origin.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-realgud)[source]: Add 'file-name'.
2019-06-13gnu: emacs-realgud: Update to 1.5.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.0. [source]: Fetch from git. Remove upstreamed patch. * gnu/packages/patches/emacs-realgud-fix-configure-ac.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: gpxsee: Fetch from Git instead of a generated tarball.Ludovic Courtès
* gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.
2019-06-13gnu: gpxsee: Upgrade to 7.8Nikolay Korotkiy
* gnu/packages/gps.scm (gpxsee): Update to 7.8. [arguments]: Leave "config.h" unchanged in 'configure' phase. Remove 'install' phase. [home-page, synopsis, description]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: nyacc: Add 0.94.0.Ludovic Courtès
* gnu/packages/mes.scm (nyacc): Rename to... (nyacc-0.86): ... this. (nyacc): New variable. (mes)[propagated-inputs]: Use NYACC-0.86 instead of NYACC.
2019-06-13gnu: gimp: Update to 2.10.12.Nicolas Goaziou
* gnu/packages/gimp.scm (gimp): Update to 2.10.12.
2019-06-13gnu: babl: Update to 0.1.66.Nicolas Goaziou
* gnu/packages/gimp.scm (babl): Update to 0.1.66.
2019-06-13gnu: emacs-perspective: Update to 2.2.LaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2. [source]: Download using git-fetch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>