summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: youtube-viewer: Refer to youtube-dl.Tobias Geerinckx-Rice2019-06-17
| | | | | * gnu/packages/video.scm (youtube-viewer)[inputs]: Add youtube-dl. [arguments]: Add ‘refer-to-inputs’ phase.
* gnu: radare2: Download over HTTPS.Tobias Geerinckx-Rice2019-06-17
| | | | * gnu/packages/engineering.scm (radare2)[source]: Use HTTPS.
* gnu: radare2: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-06-17
| | | | * gnu/packages/engineering.scm (radare2)[source]: Hard-code NAME.
* gnu: nsd: Update to 4.2.0.Tobias Geerinckx-Rice2019-06-17
| | | | * gnu/packages/dns.scm (nsd): Update to 4.2.0.
* gnu: knot: Update to 2.8.2.Tobias Geerinckx-Rice2019-06-17
| | | | * gnu/packages/dns.scm (knot): Update to 2.8.2.
* gnu: suil: Update to 0.10.4.Tobias Geerinckx-Rice2019-06-17
| | | | * gnu/packages/audio.scm (suil): Update to 0.10.4.
* gnu: Add freeorionJesse Gibbons2019-06-16
| | | | * gnu/packages/games.scm (freeorion): New variable.
* gnu: docker-compose: Add required Python dependencies.Tobias Geerinckx-Rice2019-06-16
| | | | | | | * gnu/packages/python-xyz.scm (python-jsonschema-2.6): New old public variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Add python-docker-pycreds and use python-jsonschema-2.6.
* gnu: dstat: Add two patches, fix two bugs.Tobias Geerinckx-Rice2019-06-16
| | | | | | | * gnu/packages/admin.scm (dstat)[source]: Add patches. * gnu/packages/patches/dstat-fix-crash-when-specifying-delay.patch, gnu/packages/patches/dstat-skip-devices-without-io.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: dstat: Fix Python 3 deprecation warning.Tobias Geerinckx-Rice2019-06-16
| | | | | * gnu/packages/admin.scm (dstat)[arguments]: Add ‘fix-python3-DeprecationWarning’ phase.
* gnu: Add font-anonymous-pro-minus.Tobias Geerinckx-Rice2019-06-16
| | | | * gnu/packages/fonts.scm (font-anonymous-pro-minus): New public variable.
* gnu: keepassxc: Update to 2.4.3.Efraim Flashner2019-06-16
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.4.3.
* gnu: linux-libre: Update to 5.1.10.Mark H Weaver2019-06-16
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.51.Mark H Weaver2019-06-16
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.51. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.126.Mark H Weaver2019-06-16
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.126. (%linux-libre-4.14-hash): Update hash.
* gnu: Add waybar.Gábor Boskovits2019-06-16
| | | | * gnu/packages/wm.scm(waybar): New variable.
* gnu: Add spdlog.Gábor Boskovits2019-06-15
| | | | * gnu/packages/logging.scm(spdlod): New variable.
* gnu: units: Update to 2.19.Ludovic Courtès2019-06-15
| | | | * gnu/packages/maths.scm (units): Update to 2.19.
* gnu: rush: Update to 1.9.Ludovic Courtès2019-06-15
| | | | * gnu/packages/rush.scm (rush): Update to 1.9.
* gnu: wget: Update to 1.20.3.Ludovic Courtès2019-06-15
| | | | * gnu/packages/wget.scm (wget): Update to 1.20.3.
* gnu: gengetopt: Update to 2.23.Ludovic Courtès2019-06-15
| | | | | * gnu/packages/popt.scm (gengetopt): Update to 2.23. [native-inputs]: New field.
* gnu: dico: Update to 2.9.Ludovic Courtès2019-06-15
| | | | * gnu/packages/dico.scm (dico): Update to 2.9.
* gnu: libmicrohttpd: Update to 0.9.64.Ludovic Courtès2019-06-15
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.64.
* gnu: swayidle: Add elogind support.Meiyo Peng2019-06-15
| | | | | | | * gnu/packages/wm.scm (swayidle)[arguments]: Add #:configure-flags. [inputs]: Add elogind. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-desktop-environment: Update to 0.2.2.Pierre Neidhardt2019-06-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.2.2.
* Merge branch 'staging'Marius Bakke2019-06-15
|\
| * build-system/haskell: Generate Setup.hs if needed.Robert Vollmert2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | gnu: Remove leftover patch.Marius Bakke2019-06-15
| | | | | | | | | | | | | | 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.
* | gnu: Add benchmark.Gábor Boskovits2019-06-14
| | | | | | | | | | | | * gnu/packages/benchmark.scm(benchmark): New variable. * gnu/packages/patches/benchmark-unbundle-googletest.patch: New file. * gnu/local.mk(dist_patch_DATA): Add it.
* | gnu: Remove r-loomr.Ricardo Wurmus2019-06-14
| | | | | | | | | | | | | | 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.
* | gnu: sway: Hardcode path to swaybg.Meiyo Peng2019-06-14
| | | | | | | | | | | | | | * gnu/packages/wm.scm (sway)[arguments]: Hardcode path to swaybg. [inputs]: Add swaybg. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | gnu: whois: Update to 5.4.3.Marius Bakke2019-06-14
| | | | | | | | * gnu/packages/networking.scm (whois): Update to 5.4.3.
* | gnu: ungoogled-chromium: Update to 75.0.3770.90-0.5d8abc3 [fixes CVE-2019-5842].Marius Bakke2019-06-14
| | | | | | | | | | | | * 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.
* | gnu: emacs-org-noter: Tweak.Ludovic Courtès2019-06-13
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-noter): Adjust indentation and description.
* | gnu: Add emacs-org-noterDimakakos Dimos2019-06-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-noter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: ikiwiki: Update to 3.20190228.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/web.scm (ikiwiki): Update to 3.20190228. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: perl-yaml-libyaml: Update to 0.78.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: perl-canary-stability: Update to 2013.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/perl.scm (perl-canary-stability): Update to 2013. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: perl-db-file: Update to 1.852.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.852. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add emacs-solaire-mode.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* | gnu: Add emacs-mixed-pitch.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* | gnu: Add emacs-restart-emacs.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-restart-emacs): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* | gnu: Add emacs-elfeed-org.Alex Griffin2019-06-13
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed-org): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* | gnu: Add emacs-xtest.Oleg Pykhalov2019-06-13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xtest): New variable.
* | gnu: parcimonie: Update source and home-page.Efraim Flashner2019-06-13
| | | | | | | | | | * gnu/packages/gnupg.scm (parcimonie)[source]: Update to new url. [home-page]: Same.
* | Merge branch 'staging'Marius Bakke2019-06-13
|\|
| * gnu: gstreamer: Skip failing test on 32-bit systems.Marius Bakke2019-06-13
| | | | | | | | | | * gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a 32-bit system, add #:phases.
| * gnu: perl-io-socket-ssl: Update to 2.066.Christopher Baines2019-06-12
| | | | | | | | | | | | | | The previous version failed to build, but this updated version does build successfully. * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.066.
| * Merge branch 'master' into stagingMarius Bakke2019-06-11
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-06-09
| |\ \