Commit Graph

43084 Commits (ffc8ab75f10ecaaf52cdc38f5846e9af8e2dadd5)

Author SHA1 Message Date
Tobias Geerinckx-Rice 58065ddd42
gnu: connman: Update to 1.37.
* gnu/packages/connman.scm (connman): Update to 1.37.
[arguments]: Remove unconventional comment (it's implicit in the name).
2019-04-15 06:26:17 +02:00
Tobias Geerinckx-Rice dd93e8a2b7
gnu: connman: Don't use NAME in source URI.
* gnu/packages/connman.scm (connman)[source]: Hard-code NAME.
2019-04-15 06:20:45 +02:00
Tobias Geerinckx-Rice 8f61299140
gnu: conky: Update to 1.11.3.
* gnu/packages/conky.scm (conky): Update to 1.11.3.
2019-04-15 06:16:16 +02:00
Tobias Geerinckx-Rice 736dfe3568
gnu: conky: Use GIT-FILE-NAME.
* gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of
bogus ’[…].tar.gz’ for a directory.
2019-04-15 06:13:39 +02:00
Tobias Geerinckx-Rice e41ddf7605
gnu: knot: Update to 2.8.1.
* gnu/packages/dns.scm (knot): Update to 2.8.1.
[source]: Remove patch.
* gnu/packages/patches/knot-include-system-lmdb-header.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-04-15 06:08:33 +02:00
Tobias Geerinckx-Rice a8f52ad7c1
gnu: laby: Fix build.
* gnu/packages/games.scm (laby)[inputs]: Add ocamlbuild.
[arguments]: Add new ’allow-unsafe-strings’ phase.
Rename ’setenv’ phase to the more meaningful ’set-library-path’.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 0458ec2b03
gnu: sbcl-hunchentoot: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-hunchentoot)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 0924b5bc1b
gnu: sbcl-cffi-bootstrap: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-cffi-bootstrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice be0997278b
gnu: hypre: Update to 2.15.1.
* gnu/packages/maths.scm (hypre): Update to 2.15.1.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice fabcbf3261
gnu: hypre: Don't use unstable tarball.
* gnu/packages/maths.scm (hypre)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 90cea67111
gnu: openspecfun: Don't use unstable tarball.
* gnu/packages/maths.scm (openspecfun)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 67f1db3864
gnu: muparser: Don't use unstable tarball.
* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice f541d86de6
gnu: emacs-tuareg: Don't use unstable tarball.
* gnu/packages/ocaml.scm (emacs-tuareg)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 6aade73967
gnu: camlp5: Don't use unstable tarball.
* gnu/packages/ocaml.scm (camlp5)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice de957d9595
gnu: camlp4@4.07+1: Don't use unstable tarball.
* gnu/packages/ocaml.scm (camlp4-4.07)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice b42a72bed1
gnu: ocaml4.02-ezjsonm: Fix tag.
* gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary
"v"" from git tag.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 8da3f78e57
gnu: ocamlbuild: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocamlbuild)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Ludovic Courtès f6e3f0f9b1
vm: Remove Xorriso "-padding" option.
This is a followup to 66ec389580.
This reverts 178be030c0, which is no
longer needed.

* gnu/build/vm.scm (make-iso9660-image): Remove "-padding" option.
2019-04-14 23:40:53 +02:00
Ludovic Courtès 4ce3a32680
system: Remove "beta" from GRUB menu entries.
* gnu/system.scm (kernel->boot-label): Remove "(beta)".
2019-04-14 23:40:52 +02:00
Ludovic Courtès 7cd38788e6
installer: Force user to choose exactly one network management method.
Previously, for non-desktop configs, users could choose any number of
network management methods, including 0, 2, or more.

* gnu/installer/newt/services.scm (run-networking-cbt-page): Remove
'network-management?' parameter and select only 'networking services.
(run-network-management-page): New procedure.
(run-services-page): Call it when DESKTOP is the empty list.
2019-04-14 23:40:52 +02:00
Ludovic Courtès 6a0287a155
installer: Fix snippet for the DHCP client.
* gnu/installer/services.scm (%system-services): Fix typo in DHCP client
snippet.
2019-04-14 23:40:52 +02:00
Ludovic Courtès 3dae43a929
ui: Highlight heading of generation lists.
* guix/ui.scm (display-generation): Highlight the "Generation" heading.
2019-04-14 23:40:52 +02:00
Ludovic Courtès c1c5d68a94
colors: Add 'highlight'.
* guix/colors.scm (%highlight-color): New variable.
(highlight): New procedure.
* guix/ui.scm (%highlight-argument)[highlight]: Remove.
(%highlight-color): Remove.
2019-04-14 23:40:52 +02:00
Ivan Petkov a5c72da46c
gnu: rust: Update to 1.34.0.
* gnu/packages/rust.scm (rust): Update to 1.34.0.
2019-04-14 21:57:47 +02:00
Tobias Geerinckx-Rice 22c88f5d85
gnu: libgit2: Don't use unstable tarball.
* gnu/packages/version-control.scm (libgit2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice c3ecab0dc5
gnu: python-pygit2: Update to 0.28.0.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.0.
[arguments]: Remove ‘fix-dependency-versioning’ phase.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 05f6b03217
gnu: synfig, synfigstudio: Update to 1.2.2.
* gnu/packages/animation.scm (synfig-version): New variable.
(etl)[version]: Use it.
(synfig)[version]: Likewise.
[source]: Update to 1.2.2.
[native-inputs]: Add intltool.
(synfigstudio)[version]: Use SYNFIG-VERSION.
[source]: Update to 1.2.2.  Remove obsolete patch.
* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 36c8f1f1e6
gnu: etl: Update to 1.2.2.
* gnu/packages/animation.scm (etl): Update to 1.2.2.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 8b4e76249a
gnu: linux-libre: Set DEVPTS_MULTIPLE_INSTANCES only where needed.
* gnu/packages/linux.scm (%default-extra-linux-options): Move obsolete
CONFIG_DEVPTS_MULTIPLE_INSTANCES option…
(linux-libre-4.4): …here.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 5309c3a158
gnu: khal: Use HTTPS home page.
* gnu/packages/calendar.scm (khal)[home-page]: Use HTTPS.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 2125cf62ef
gnu: khal: Update to 0.10.1.
* gnu/packages/calendar.scm (khal): Update to 0.10.1.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 8ce7520d09
gnu: burp: Update to 2.3.4.
* gnu/packages/backup.scm (burp): Update to 2.3.4.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 228414cee5
gnu: emacs-evil-org: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-org)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 3b5edf911d
gnu: emacs-evil-multiedit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 06c520586f
gnu: emacs-evil-magit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-magit)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice fdb4afd41a
gnu: emacs-desktop-environment: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice 8609bee846
gnu: emacs-esh-autosuggest: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-esh-autosuggest)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:29 +02:00
Tobias Geerinckx-Rice c9cb0fda5e
gnu: emacs-daemons: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-daemons)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice d405677747
gnu: emacs-dts-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-dts-mode)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 2eca49a01b
gnu: emacs-noflet: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-noflet)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice f615fdecee
gnu: emacs-stickyfunc-enhance: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-stickyfunc-enhance)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 9491392df8
gnu: emacs-eros: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-eros)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice c4a835268f
gnu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice c1e57bc70f
gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 60ec1cdaeb
gnu: emacs-grep-context: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-grep-context)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 4fa915b29e
gnu: emacs-racket-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice ceae4b1067
gnu: emacs-faceup: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-faceup)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice fa6b687bb3
gnu: emacs-default-text-scale: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-default-text-scale)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 42ce34471f
gnu: emacs-helm-descbinds: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-descbinds)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00
Tobias Geerinckx-Rice 3a2b69f201
gnu: emacs-helm-company: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-company)[source]: Use GIT-FILE-NAME.
2019-04-14 20:15:28 +02:00