summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: darktable: Update to 2.6.2.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/photo.scm (darktable): Update to 2.6.2.
* gnu: yubikey-personalization: Update to 1.19.3.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.
* gnu: python-acme, certbot: Update to 0.33.1.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/tls.scm (python-acme, certbot): Update to 0.33.1.
* gnu: libwacom: Update to 0.33.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/xdisorg.scm (libwacom): Update to 0.33.
* gnu: ncdc: Update to 1.21.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/dc.scm (ncdc): Update to 1.21.
* gnu: connman: Update to 1.37.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/connman.scm (connman): Update to 1.37. [arguments]: Remove unconventional comment (it's implicit in the name).
* gnu: connman: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/connman.scm (connman)[source]: Hard-code NAME.
* gnu: conky: Update to 1.11.3.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/conky.scm (conky): Update to 1.11.3.
* gnu: conky: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of bogus ’[…].tar.gz’ for a directory.
* gnu: knot: Update to 2.8.1.Tobias Geerinckx-Rice2019-04-15
| | | | | | | * 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.
* gnu: laby: Fix build.Tobias Geerinckx-Rice2019-04-15
| | | | | | * 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’.
* gnu: sbcl-hunchentoot: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/lisp.scm (sbcl-hunchentoot)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: sbcl-cffi-bootstrap: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/lisp.scm (sbcl-cffi-bootstrap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: hypre: Update to 2.15.1.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/maths.scm (hypre): Update to 2.15.1.
* gnu: hypre: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/maths.scm (hypre)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: openspecfun: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/maths.scm (openspecfun)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: muparser: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-tuareg: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | | * gnu/packages/ocaml.scm (emacs-tuareg)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘make-git-checkout-writable’ phase.
* gnu: camlp5: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/ocaml.scm (camlp5)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: camlp4@4.07+1: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/ocaml.scm (camlp4-4.07)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: ocaml4.02-ezjsonm: Fix tag.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary "v"" from git tag.
* gnu: ocamlbuild: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-15
| | | | | * gnu/packages/ocaml.scm (ocamlbuild)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* vm: Remove Xorriso "-padding" option.Ludovic Courtès2019-04-14
| | | | | | | | This is a followup to 66ec389580d4f1e4b81e1c72afe2749a547a0e7c. This reverts 178be030c0e4fdeac5e1c968b5c99d84bb4691db, which is no longer needed. * gnu/build/vm.scm (make-iso9660-image): Remove "-padding" option.
* system: Remove "beta" from GRUB menu entries.Ludovic Courtès2019-04-14
| | | | * gnu/system.scm (kernel->boot-label): Remove "(beta)".
* installer: Force user to choose exactly one network management method.Ludovic Courtès2019-04-14
| | | | | | | | | | 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.
* installer: Fix snippet for the DHCP client.Ludovic Courtès2019-04-14
| | | | | * gnu/installer/services.scm (%system-services): Fix typo in DHCP client snippet.
* ui: Highlight heading of generation lists.Ludovic Courtès2019-04-14
| | | | * guix/ui.scm (display-generation): Highlight the "Generation" heading.
* colors: Add 'highlight'.Ludovic Courtès2019-04-14
| | | | | | | * guix/colors.scm (%highlight-color): New variable. (highlight): New procedure. * guix/ui.scm (%highlight-argument)[highlight]: Remove. (%highlight-color): Remove.
* gnu: rust: Update to 1.34.0.Ivan Petkov2019-04-14
| | | | * gnu/packages/rust.scm (rust): Update to 1.34.0.
* gnu: libgit2: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-14
| | | | | | * gnu/packages/version-control.scm (libgit2)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘make-git-checkout-writable’ phase.
* gnu: python-pygit2: Update to 0.28.0.Tobias Geerinckx-Rice2019-04-14
| | | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.0. [arguments]: Remove ‘fix-dependency-versioning’ phase.
* gnu: synfig, synfigstudio: Update to 1.2.2.Tobias Geerinckx-Rice2019-04-14
| | | | | | | | | | | | * 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.
* gnu: etl: Update to 1.2.2.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/animation.scm (etl): Update to 1.2.2.
* gnu: linux-libre: Set DEVPTS_MULTIPLE_INSTANCES only where needed.Tobias Geerinckx-Rice2019-04-14
| | | | | | * gnu/packages/linux.scm (%default-extra-linux-options): Move obsolete CONFIG_DEVPTS_MULTIPLE_INSTANCES option… (linux-libre-4.4): …here.
* gnu: khal: Use HTTPS home page.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/calendar.scm (khal)[home-page]: Use HTTPS.
* gnu: khal: Update to 0.10.1.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/calendar.scm (khal): Update to 0.10.1.
* gnu: burp: Update to 2.3.4.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/backup.scm (burp): Update to 2.3.4.
* gnu: emacs-evil-org: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-org)[source]: Use GIT-FILE-NAME.
* gnu: emacs-evil-multiedit: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-multiedit)[source]: Use GIT-FILE-NAME.
* gnu: emacs-evil-magit: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-magit)[source]: Use GIT-FILE-NAME.
* gnu: emacs-desktop-environment: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-desktop-environment)[source]: Use GIT-FILE-NAME.
* gnu: emacs-esh-autosuggest: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-esh-autosuggest)[source]: Use GIT-FILE-NAME.
* gnu: emacs-daemons: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-daemons)[source]: Use GIT-FILE-NAME.
* gnu: emacs-dts-mode: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-dts-mode)[source]: Use GIT-FILE-NAME.
* gnu: emacs-noflet: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-noflet)[source]: Use GIT-FILE-NAME.
* gnu: emacs-stickyfunc-enhance: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-stickyfunc-enhance)[source]: Use GIT-FILE-NAME.
* gnu: emacs-eros: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-eros)[source]: Use GIT-FILE-NAME.
* gnu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences)[source]: Use GIT-FILE-NAME.
* gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode)[source]: Use GIT-FILE-NAME.
* gnu: emacs-grep-context: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-grep-context)[source]: Use GIT-FILE-NAME.