| Commit message (Expand) | Author | Age |
* | Merge branch 'staging' | Marius Bakke | 2019-06-15 |
|\ |
|
| * | build-system/haskell: Generate Setup.hs if needed.•••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>
| Robert Vollmert | 2019-06-13 |
| * | build-system/haskell: Fix Haddock phase docstring.•••* guix/build/haskell-build-system.scm (haddock): Fix docstring.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
| Robert Vollmert | 2019-06-13 |
* | | gnu: Remove leftover patch.•••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.
| Marius Bakke | 2019-06-15 |
* | | gnu: Add benchmark.•••* gnu/packages/benchmark.scm(benchmark): New variable.
* gnu/packages/patches/benchmark-unbundle-googletest.patch: New file.
* gnu/local.mk(dist_patch_DATA): Add it.
| Gábor Boskovits | 2019-06-14 |
* | | gnu: Remove r-loomr.•••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.
| Ricardo Wurmus | 2019-06-14 |
* | | doc: Fix typo.•••* doc/guix.texi: Switch URI and description in @uref for hpcguix-web.
| Björn Höfling | 2019-06-14 |
* | | gnu: sway: Hardcode path to swaybg.•••* gnu/packages/wm.scm (sway)[arguments]: Hardcode path to swaybg.
[inputs]: Add swaybg.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Meiyo Peng | 2019-06-14 |
* | | gnu: whois: Update to 5.4.3.•••* gnu/packages/networking.scm (whois): Update to 5.4.3.
| Marius Bakke | 2019-06-14 |
* | | gnu: ungoogled-chromium: Update to 75.0.3770.90-0.5d8abc3 [fixes CVE-2019-5842].•••* 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.
| Marius Bakke | 2019-06-14 |
* | | import: hackage: Handle Hackage revisions.•••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>
| Robert Vollmert | 2019-06-13 |
* | | gnu: emacs-org-noter: Tweak.•••* gnu/packages/emacs-xyz.scm (emacs-org-noter): Adjust indentation and
description.
| Ludovic Courtès | 2019-06-13 |
* | | gnu: Add emacs-org-noter•••* gnu/packages/emacs-xyz.scm (emacs-org-noter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Dimakakos Dimos | 2019-06-13 |
* | | gnu: ikiwiki: Update to 3.20190228.•••* gnu/packages/web.scm (ikiwiki): Update to 3.20190228.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin | 2019-06-13 |
* | | gnu: perl-yaml-libyaml: Update to 0.78.•••* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin | 2019-06-13 |
* | | gnu: perl-canary-stability: Update to 2013.•••* gnu/packages/perl.scm (perl-canary-stability): Update to 2013.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin | 2019-06-13 |
* | | gnu: perl-db-file: Update to 1.852.•••* gnu/packages/databases.scm (perl-db-file): Update to 1.852.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin | 2019-06-13 |
* | | gnu: Add emacs-solaire-mode.•••* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Alex Griffin | 2019-06-13 |
* | | gnu: Add emacs-mixed-pitch.•••* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Alex Griffin | 2019-06-13 |
* | | gnu: Add emacs-restart-emacs.•••* gnu/packages/emacs-xyz.scm (emacs-restart-emacs): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Alex Griffin | 2019-06-13 |
* | | gnu: Add emacs-elfeed-org.•••* gnu/packages/emacs-xyz.scm (emacs-elfeed-org): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Alex Griffin | 2019-06-13 |
* | | gnu: Add emacs-xtest.•••* gnu/packages/emacs-xyz.scm (emacs-xtest): New variable.
| Oleg Pykhalov | 2019-06-13 |
* | | gnu: parcimonie: Update source and home-page.•••* gnu/packages/gnupg.scm (parcimonie)[source]: Update to new url.
[home-page]: Same.
| Efraim Flashner | 2019-06-13 |
* | | Merge branch 'staging' | Marius Bakke | 2019-06-13 |
|\| |
|
| * | gnu: gstreamer: Skip failing test on 32-bit systems.•••* gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a
32-bit system, add #:phases.
| Marius Bakke | 2019-06-13 |
| * | gnu: perl-io-socket-ssl: Update to 2.066.•••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.
| Christopher Baines | 2019-06-12 |
| * | Merge branch 'master' into staging | Marius Bakke | 2019-06-11 |
| |\ |
|
| * \ | Merge branch 'master' into staging | Marius Bakke | 2019-06-09 |
| |\ \ |
|
| * | | | gnu: mesa: Disable failing test on i686.•••* gnu/packages/gl.scm (mesa)[arguments]: Add phase when building for i686.
| Marius Bakke | 2019-06-05 |
| * | | | Merge branch 'master' into staging | Marius Bakke | 2019-06-05 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2019-06-03 |
| |\ \ \ \ |
|
| * | | | | | gnu: nss, nss-certs: Update to 3.44.•••* gnu/packages/nss.scm (nss): Update to 3.44.
* gnu/packages/certs.scm (nss-certs): Likewise.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: imagemagick: Update to 6.9.10-46.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-46.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: eudev: Update to 3.2.8.•••* gnu/packages/linux.scm (eudev): Update to 3.2.8.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: python-urllib3: Update to 1.25.3.•••* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.3.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: python-pysocks: Update to 1.7.0.•••* gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.0.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: at-spi2-core: Update to 2.32.1.•••* gnu/packages/patches/at-spi2-core-meson-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.32.1.
[source](patches): Remove.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: libva: Update to 2.4.1.•••* gnu/packages/video.scm (libva): Update to 2.4.1.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: python-mako: Update to 1.0.10.•••* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.10.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: python-requests: Update to 2.22.0.•••* gnu/packages/python-web.scm (python-requests): Update to 2.22.0.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: cups-filters: Update to 1.23.0.•••* gnu/packages/cups.scm (cups-filters): Update to 1.23.0.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: libical: Update to 3.0.5.•••* gnu/packages/calendar.scm (libical): Update to 3.0.5.
[native-inputs]: Add GTK-DOC.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: sbc: Update to 1.4.•••* gnu/packages/linux.scm (sbc): Update to 1.4.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: python-sphinx: Update to 2.0.1.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 2.0.1.
[arguments]: Remove Python2 workaround.
[propagated-inputs]: Remove PYTHON-SIX and PYTHON-SPHINXCONTRIB-WEBSUPPORT.
Add PYTHON-SPHINXCONTRIB-APPLEHELP, PYTHON-SPHINXCONTRIB-DEVHELP,
PYTHON-SPHINXCONTRIB-HTMLHELP, PYTHON-SPHINXCONTRIB-JSMATH,
PYTHON-SPHINXCONTRIB-QTHELP, and PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
(python2-sphinx)[source]: Stay on version 1.7.7.
[arguments]: New field.
[propagated-inputs]: Do not inherit from the Python 3 Sphinx variant.
| Marius Bakke | 2019-05-24 |
| * | | | | | gnu: postgresql: Remove graft for 10.8.•••* gnu/packages/databases.scm (postgresql): Update to 10.8.
[replacement]: Remove.
(postgresql-10.8): Remove variable.
| Marius Bakke | 2019-05-24 |
| * | | | | | Merge branch 'master' into staging | Marius Bakke | 2019-05-24 |
| |\ \ \ \ \ |
|
| * | | | | | | gnu: ImageMagick: Update to 6.9.10-45.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-45.
| Marius Bakke | 2019-05-13 |
| * | | | | | | gnu: python-packaging: Update to 19.0.•••* gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
| Marius Bakke | 2019-05-13 |
| * | | | | | | gnu: python-pygments: Update to 2.4.0.•••* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.0.
| Marius Bakke | 2019-05-13 |
| * | | | | | | gnu: python-jinja2: Update to 2.10.1.•••* gnu/packages/python-xyz.scm (python-jinja2): Update to 2.10.1.
| Marius Bakke | 2019-05-13 |