Commit graph

57762 commits

Author SHA1 Message Date
Jakub Kądziołka 7cc9e1dc5a
algebra.scm: Add a copyright line
This is a follow-up to commit d96ad7fa1d.
2020-03-29 18:01:07 +02:00
Jakub Kądziołka d96ad7fa1d
gnu: ntl: Update to 11.4.3.
* gnu/packages/algebra.scm (ntl): Update to 11.4.3.
  [source], [home-page]: Use https URL.
  [source](snippet): Remove bundled libtool.
  [inputs]: Add gf2x.
  [arguments](configure): Use invoke insteam of system*. Remove the no longer
  supported WIZARD argument. Add a LIBTOOL parameter, since it's now
  required. Enable building with gf2x. Pass the paths to dependencies
  explicitly.
  (eclib)[inputs]: Remove the transitive dependency on gmp, which is now
  handled automatically by libtool.
2020-03-29 17:53:56 +02:00
Ludovic Courtès 033df23680
packages: Change 'guile-for-grafts' back to 2.0.
This reverts 2b6fe60599, due to reports of
segfaults of Guile 3.0.2 during grafting.

* guix/packages.scm (guile-for-grafts): Change back to GUILE-2.0.
2020-03-29 15:35:47 +02:00
Ludovic Courtès cea91813ac
gnu: guile3.0-websocket: Install .go files in the right place.
* gnu/packages/guile-xyz.scm (guile3.0-websocket)[arguments]: In
'update-guile-version' phase, change "/ccache" to "/site-ccache".
2020-03-29 15:32:18 +02:00
Evan Straw 8ffc20efb8
gnu: Add guile3.0-websocket.
* gnu/packages/guile-xyz.scm (guile3.0-websocket): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-29 15:32:18 +02:00
Ludovic Courtès 0e833ac5f4
services: shepherd: Mark '.go' derivations as non-substitutable.
* gnu/services/shepherd.scm (scm->go): Pass #:options to 'computed-file'.
2020-03-29 15:32:18 +02:00
Ludovic Courtès 131f50cdc9
'--dry-run' no longer implies '--no-grafts'.
* guix/scripts/archive.scm (%options): "dry-run" option no longer adds
'graft? #f to RESULT.
* guix/scripts/environment.scm (%options): Likewise.
* guix/scripts/pack.scm (%options): Likewise.
* guix/scripts/package.scm (%options): Likewise.
* guix/scripts/pull.scm (%options): Likewise.
* guix/scripts/system.scm (%options): Likewise.
2020-03-29 15:32:18 +02:00
Ludovic Courtès 710854304b
grafts: Don't rely on substitute info for missing store items.
Fixes <https://bugs.gnu.org/22990>.

* guix/grafts.scm (references-oracle)[references*]: Remove call to
'substitution-oracle' and to 'references/substitutes'.  Use
'references/cached' and 'build-derivations' right away instead.
2020-03-29 15:32:17 +02:00
Ludovic Courtès c70cf1a724
store: Add 'references/cached'.
* guix/store.scm (references/cached): New procedure.
2020-03-29 15:32:17 +02:00
Ludovic Courtès 25af35fa32
profiles: Use 'mapm/accumulate-builds'.
* guix/profiles.scm (check-for-collisions): Use 'mapm/accumulate-builds'
to lower manifest entries.  Call 'foldm' over the already-lowered entries.
(profile-derivation): Use 'mapm/accumulate-builds' instead of 'mapm'
when calling HOOKS.
2020-03-29 15:32:17 +02:00
Ludovic Courtès 584dfdac37
gexp: 'lower-inputs' uses 'mapm/accumulate-builds'.
This doesn't have an noticeable impact on the run time of
'guix system build desktop.tmp --no-grafts -d'.

* guix/gexp.scm (lower-inputs): Use 'mapm/accumulate-builds' instead of 'mapm'.
2020-03-29 15:32:17 +02:00
Ludovic Courtès 1213ea9bd9
guix build: Use 'map/accumulate-builds'.
* guix/scripts/build.scm (options->derivations): Use
'map/accumulate-builds' instead of 'append-map'.
2020-03-29 15:32:17 +02:00
Ludovic Courtès c40bf5816c
store: Add 'map/accumulate-builds'.
* guix/store.scm (<unresolved>): New record type.
(build-accumulator, map/accumulate-builds, mapm/accumulate-builds): New
procedures.
* tests/store.scm ("map/accumulate-builds", "mapm/accumulate-builds"):
New tests.
2020-03-29 15:32:17 +02:00
Nicolas Goaziou 3b1886c9dd
gnu: emacs-flycheck-grammalecte: Fix location for external executables.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[inputs]: Add curl.
[arguments]: Fix path to all "python", "python3" and "curl" occurrences.
2020-03-29 15:14:13 +02:00
Marius Bakke 05fa5a84fa
gnu: libreoffice: Update to 6.4.2.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2.
2020-03-29 13:49:18 +02:00
Marius Bakke e8a225268e
gnu: qtwebkit: Update to 5.212.0-alpha4.
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4.
[native-inputs]: Change from PYTHON-2.7 to PYTHON.
2020-03-29 13:49:18 +02:00
Efraim Flashner b93b7b2585
gnu: msmtp: Don't rely on netcat to send queued messages.
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install phase
to also patch msmtpq to not need netcat.
2020-03-29 13:25:52 +03:00
Florian Pelz acb41a4024
services: gdm: Add gdm user to 'video' supplementary group.
This makes it possible to use gdm with the 'uvesafb' kernel module.
See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00389.html>.

* gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups.
2020-03-29 10:12:08 +00:00
Tobias Geerinckx-Rice 77ca6fb316
gnu: libostree: Update to 2020.3.
* gnu/packages/package-management.scm (libostree): Update to 2020.3.
2020-03-29 01:45:33 +01:00
Tobias Geerinckx-Rice cb427e7e84
gnu: libwacom: Update to 1.3.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.3.
2020-03-29 01:45:32 +01:00
Tobias Geerinckx-Rice ff38c70e5a
gnu: mtools: Update to 4.0.24.
* gnu/packages/mtools.scm (mtools): Update to 4.0.24.
2020-03-29 01:45:32 +01:00
Tobias Geerinckx-Rice 49d41690dd
gnu: igt-gpu-tools: Update home page.
* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update.
2020-03-29 01:31:51 +01:00
Tobias Geerinckx-Rice 07ce7ae531
gnu: xfce4-screensaver: Update to 0.1.9.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice 515b085180
gnu: xscreensaver: Update to 5.44.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.44.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice 33abf95fe6
gnu: vapoursynth: Update to 49.
* gnu/packages/video.scm (vapoursynth): Update to 49.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice b08c4f5fce
gnu: zimg: Update source hash.
The old and new checkouts differ only in file metadata…

* gnu/packages/image.scm (zimg)[source]: Update hash.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice aee7f3a307
gnu: youtube-dl: Update to 2020.03.24.
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice d8006740b9
gnu: Remove packages deprecated for over a year.
* gnu/packages/admin.scm (intel-gpu-tools): Remove variable.
* gnu/packages/algebra.scm (giac-xcas): Likewise.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice 8c9dcdea0a
gnu: igraph: Update to 0.8.1.
* gnu/packages/graph.scm (igraph): Update to 0.8.1.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice 1b36f75867
gnu: Order module imports in (gnu packages admin).
* gnu/packages/admin.scm: Order module imports alphabetically.
2020-03-29 01:24:09 +01:00
Tobias Geerinckx-Rice a48cf78a8e
gnu: thefuck: Update to 3.30.
* gnu/packages/admin.scm (thefuck): Update to 3.30.
[native-inputs]: Add go.
2020-03-29 01:24:09 +01:00
Tobias Geerinckx-Rice e3fdc0197f
gnu: light: Update to 1.2.2.
* gnu/packages/linux.scm (light): Update to 1.2.2.
2020-03-29 01:24:09 +01:00
Tobias Geerinckx-Rice 75083257ac
gnu: acpica: Update to 20200326.
* gnu/packages/admin.scm (acpica): Update to 20200326.
2020-03-29 01:24:09 +01:00
Vincent Legoll 62b9ad19e3
gnu: Add wol.
* gnu/packages/networking.scm (wol): New public variable.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-03-29 00:02:46 +01:00
Nicolas Goaziou 735a8d997a
gnu: emacs-csv: Use proper Texinfo markup in description.
* gnu/packages/emacs-xyz.scm (emacs-csv)[description]: Use proper Texinfo
markup.
2020-03-28 21:33:16 +01:00
Amin Bandali c2cf286c62
Update email address and Savannah handle for Amin Bandali.
* .mailmap, gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/fonts.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm,
gnu/packages/maths.scm, gnu/packages/pulseaudio.scm: Update my email address.
* build-aux/git-authenticate.scm: Update my Savannah handle.
2020-03-28 16:30:07 -04:00
Nicolas Goaziou 255fb17b25
gnu: armadillo: Fix typo in description.
* gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
2020-03-28 21:27:33 +01:00
Marius Bakke 043c3d6499
gnu: KOrganizer: Fix typo in description.
* gnu/packages/kde-pim.scm (korganizer)[description]: clanedaring -> calendaring.
2020-03-28 20:03:50 +01:00
Efraim Flashner 619edce5cd
gnu: youtube-viewer: Add missing comment.
This is a follow-up to 315b98b9eb.

* gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment
explaining why we don't install the gtk3 variant.
2020-03-28 21:07:08 +03:00
Leo Famulari e4257138fe
Revert "gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default."
This commit didn't work:

https://issues.guix.gnu.org/issue/24076#13

This reverts commit c7af9d0b5e.
2020-03-28 11:50:41 -04:00
Marius Bakke 388b432cea
deploy: Remove use of '~*' in format string.
...since 'msgfmt' fails to interpret it.  Reported by Vagrant Cascadian
in <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00340.html>.
See also <https://bugs.gnu.org/37505>.

* guix/scripts/deploy.scm (show-what-to-deploy): Use ~d instead of ~* when
displaying machines that will be deployed.
2020-03-28 15:55:13 +01:00
Alex Griffin 54cf5e2a35
gnu: pagekite: Update to 1.5.0.200327.
* gnu/packages/networking.scm (pagekite): Update to 1.5.0.200327.
2020-03-28 09:08:16 -05:00
Alex Griffin 27d8b9d976
gnu: python-socksipychain: Update to 2.1.1-1.eb5ee87.
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.1-1.eb5ee87.
2020-03-28 09:07:06 -05:00
Pierre Neidhardt aa7f3ec0e0
gnu: sbcl-cl-containers: Update to 20200212.
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 20200212.
2020-03-28 10:39:20 +01:00
Christopher Baines 24b5d8f745
gnu: lollypop: Update to 1.2.32.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.32.
2020-03-28 09:17:59 +00:00
Ricardo Wurmus 27c3afa940
gnu: r-curl: Fix patch to respect CURL_CA_BUNDLE.
Fixes <https://debbugs.gnu.org/40262>.

* gnu/packages/cran.scm (r-curl)[arguments]: Ensure CURLOPT_CAINFO actually
gets set.
2020-03-27 23:38:31 +01:00
Nicolas Goaziou 9fad055023
gnu: grammalecte: Update to 1.8.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.8.0.
2020-03-27 23:37:20 +01:00
Nicolas Goaziou 734eb7d79e
gnu: fet: Update to 5.44.0.
* gnu/packages/education.scm (fet): Update to 5.44.0.
2020-03-27 23:34:37 +01:00
Nicolas Goaziou 57be2cadf8
gnu: emacs-flycheck-grammalecte: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.0.
2020-03-27 23:32:11 +01:00
Michael Rohleder f71bce9bb2
gnu: tmate: Update to 2.4.0.
* gnu/packages/terminals.scm (tmate): Update to 2.4.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-27 16:49:37 -04:00