jackhill/guix/guix.git
5 years agognu: make-linux-libre: Install "Module.symvers".
Danny Milosavljevic [Wed, 3 Apr 2019 00:13:49 +0000 (02:13 +0200)]
gnu: make-linux-libre: Install "Module.symvers".

* gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".

5 years agognu: Add vhba-module.
Pierre Neidhardt [Thu, 11 Apr 2019 15:52:24 +0000 (17:52 +0200)]
gnu: Add vhba-module.

* gnu/packages/linux.scm (vhba-module): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agoAdd (guix build-system linux-module).
Danny Milosavljevic [Fri, 5 Apr 2019 09:41:17 +0000 (11:41 +0200)]
Add (guix build-system linux-module).

* guix/build/linux-module-build-system.scm: New file.
* guix/build-system/linux-module.scm: New file.
* doc/guix.texi (Build Systems): Document it.
* Makefile.am (MODULES): Add them.

5 years agognu: guitarix: Update to 0.38.1.
Ricardo Wurmus [Tue, 9 Apr 2019 15:46:41 +0000 (17:46 +0200)]
gnu: guitarix: Update to 0.38.1.

* gnu/packages/audio.scm (guitarix): Update to 0.38.1.

5 years agognu: Add pplacer.
Ricardo Wurmus [Tue, 9 Apr 2019 12:57:12 +0000 (14:57 +0200)]
gnu: Add pplacer.

* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.

5 years agognu: ocaml-mcl: Do not use unstable tarball.
Ricardo Wurmus [Thu, 11 Apr 2019 15:17:26 +0000 (17:17 +0200)]
gnu: ocaml-mcl: Do not use unstable tarball.

* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.

5 years agognu: ocaml-mcl: Build with latest OCaml.
Ricardo Wurmus [Thu, 11 Apr 2019 15:03:23 +0000 (17:03 +0200)]
gnu: ocaml-mcl: Build with latest OCaml.

* gnu/packages/machine-learning.scm (ocaml-mcl)[arguments]: Remove #:ocaml
and #:findlib arguments; patch code in build phase.
[native-inputs]: Add ocamlbuild.

5 years agognu: Add ocaml-gsl-1.
Ricardo Wurmus [Tue, 9 Apr 2019 12:56:59 +0000 (14:56 +0200)]
gnu: Add ocaml-gsl-1.

* gnu/packages/ocaml.scm (ocaml-gsl-1): New variable.

5 years agognu: httrack: Correct licence prefix.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 12:24:18 +0000 (14:24 +0200)]
gnu: httrack: Correct licence prefix.

This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762.

* gnu/packages/web.scm (httrack)[license]: Use the right prefix.

5 years agognu: Add httrack.
Nicolas Goaziou [Fri, 5 Apr 2019 12:12:48 +0000 (14:12 +0200)]
gnu: Add httrack.

* gnu/packages/web.scm (httrack): New variable.

5 years agognu: neovim: Depend on Lua 5.1, not 5.2.
HiPhish [Wed, 10 Apr 2019 11:21:26 +0000 (13:21 +0200)]
gnu: neovim: Depend on Lua 5.1, not 5.2.

* gnu/packages/vim.scm (neovim): Use correct Lua version as dependencies

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: arm-trusted-firmware: Update to 2.1.
Vagrant Cascadian [Wed, 10 Apr 2019 07:36:33 +0000 (00:36 -0700)]
gnu: arm-trusted-firmware: Update to 2.1.

* gnu/packages/firmware (arm-trusted-firmware): Update to 2.1.
  (arm-trusted-firmware-sun50i-a64)[source]: Inherit from
  arm-trusted-firmware.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-visualstar.
Brian Leung [Thu, 4 Apr 2019 04:18:58 +0000 (06:18 +0200)]
gnu: Add emacs-evil-visualstar.

* gnu/packages/emacs-xyz.scm (emacs-evil-visualstar): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-visual-replace.
Brian Leung [Thu, 4 Apr 2019 04:18:21 +0000 (06:18 +0200)]
gnu: Add emacs-evil-visual-replace.

* gnu/packages/emacs-xyz.scm (emacs-evil-visual-replace): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-nerd-commenter.
Brian Leung [Thu, 4 Apr 2019 04:17:42 +0000 (06:17 +0200)]
gnu: Add emacs-evil-nerd-commenter.

* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-expat.
Brian Leung [Thu, 4 Apr 2019 04:17:25 +0000 (06:17 +0200)]
gnu: Add emacs-evil-expat.

* gnu/packages/emacs-xyz.scm (emacs-evil-expat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-lion.
Brian Leung [Thu, 4 Apr 2019 04:17:08 +0000 (06:17 +0200)]
gnu: Add emacs-evil-lion.

* gnu/packages/emacs-xyz.scm (emacs-evil-lion): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-text-object-python.
Brian Leung [Thu, 4 Apr 2019 04:16:49 +0000 (06:16 +0200)]
gnu: Add emacs-evil-text-object-python.

* gnu/packages/emacs-xyz.scm (emacs-evil-text-object-python): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-indent-plus.
Brian Leung [Thu, 4 Apr 2019 04:16:30 +0000 (06:16 +0200)]
gnu: Add emacs-evil-indent-plus.

* gnu/packages/emacs-xyz.scm (emacs-evil-indent-plus): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-replace-with-register.
Brian Leung [Thu, 4 Apr 2019 04:15:33 +0000 (06:15 +0200)]
gnu: Add emacs-evil-replace-with-register.

* gnu/packages/emacs-xyz.scm (emacs-evil-replace-with-register): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-evil-exchange.
Brian Leung [Thu, 4 Apr 2019 04:14:39 +0000 (06:14 +0200)]
gnu: Add emacs-evil-exchange.

* gnu/packages/emacs-xyz.scm (emacs-evil-exchange): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add emacs-janpath-evil-numbers.
Brian Leung [Thu, 4 Apr 2019 04:10:24 +0000 (06:10 +0200)]
gnu: Add emacs-janpath-evil-numbers.

* gnu/packages/emacs-xyz.scm (emacs-janpath-evil-numbers): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: rust: Update to 1.33.0
Ivan Petkov [Wed, 3 Apr 2019 02:33:21 +0000 (19:33 -0700)]
gnu: rust: Update to 1.33.0

* gnu/packages/rust.scm (rust): Rename to...
(rust-1.32): ...this.
(rust): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoservices: sddm: Switch back to using ‘startx’.
frozenpigs [Wed, 10 Apr 2019 15:05:39 +0000 (16:05 +0100)]
services: sddm: Switch back to using ‘startx’.

* gnu/services/sddm.scm (sddm-configuration-file):
Use XORG-START-COMMAND.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
5 years agognu: sbcl-trivial-garbage: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:21:12 +0000 (00:21 +0200)]
gnu: sbcl-trivial-garbage: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-trivial-garbage)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sbcl-babel: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:20:56 +0000 (00:20 +0200)]
gnu: sbcl-babel: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-babel)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sbcl-trivial-features: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:20:50 +0000 (00:20 +0200)]
gnu: sbcl-trivial-features: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-trivial-features)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: stumpwm: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:20:31 +0000 (00:20 +0200)]
gnu: stumpwm: Don't use unstable tarball.

* gnu/packages/lisp.scm (stumpwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sbcl-cl-ppcre: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:19:51 +0000 (00:19 +0200)]
gnu: sbcl-cl-ppcre: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-cl-ppcre)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: sbcl-flexi-streams: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:19:14 +0000 (00:19 +0200)]
gnu: sbcl-flexi-streams: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-flexi-streams)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.

5 years agognu: sbcl-fiveam: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:18:54 +0000 (00:18 +0200)]
gnu: sbcl-fiveam: Don't use unstable tarball.

* gnu/packages/lisp.scm (sbcl-fiveam)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-glob2: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:52 +0000 (00:01 +0200)]
gnu: python-glob2: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-glob2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-dukpy: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:46 +0000 (00:01 +0200)]
gnu: python-dukpy: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-dukpy)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-flasgger: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:37 +0000 (00:01 +0200)]
gnu: python-flasgger: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-flasgger)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-schematics: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:26 +0000 (00:01 +0200)]
gnu: python-schematics: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-schematics)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-tlsh: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:16 +0000 (00:01 +0200)]
gnu: python-tlsh: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-tlsh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-honcho: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:01:10 +0000 (00:01 +0200)]
gnu: python-honcho: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-honcho)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: python-gridmap: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:00:58 +0000 (00:00 +0200)]
gnu: python-gridmap: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python-gridmap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: java-cglib: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 21:53:52 +0000 (23:53 +0200)]
gnu: java-cglib: Don't use unstable tarball.

* gnu/packages/java.scm (java-cglib)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: tippecanoe: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 21:53:18 +0000 (23:53 +0200)]
gnu: tippecanoe: Don't use unstable tarball.

* gnu/packages/geo.scm (tippecanoe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: osm2pgsql: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 21:53:04 +0000 (23:53 +0200)]
gnu: osm2pgsql: Don't use unstable tarball.

* gnu/packages/geo.scm (osm2pgsql)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: libosmium: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 21:52:43 +0000 (23:52 +0200)]
gnu: libosmium: Don't use unstable tarball.

* gnu/packages/geo.scm (libosmium)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: openlibm: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:17:44 +0000 (00:17 +0200)]
gnu: openlibm: Don't use unstable tarball.

* gnu/packages/maths.scm (openlibm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: opencascade-oce: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:17:06 +0000 (00:17 +0200)]
gnu: opencascade-oce: Don't use unstable tarball.

* gnu/packages/maths.scm (opencascade-oce)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: emacs-auto-yasnippet: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:22 +0000 (20:44 +0200)]
gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-academic-phrases: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:22 +0000 (20:44 +0200)]
gnu: emacs-academic-phrases: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-academic-phrases)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-download-region: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:21 +0000 (20:44 +0200)]
gnu: emacs-download-region: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-download-region)[source]: Use GIT-FILE-NAME.

5 years agognu: gctp: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:16:53 +0000 (00:16 +0200)]
gnu: gctp: Don't use unstable tarball.

* gnu/packages/maths.scm (gctp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-utop: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:14:31 +0000 (00:14 +0200)]
gnu: ocaml-utop: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-utop)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-lambda-term: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:14:27 +0000 (00:14 +0200)]
gnu: ocaml-lambda-term: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-lambda-term)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-zed: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:14:03 +0000 (00:14 +0200)]
gnu: ocaml-zed: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-zed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-jbuilder: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:56 +0000 (00:13 +0200)]
gnu: ocaml-jbuilder: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-jbuilder)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-piqilib: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:47 +0000 (00:13 +0200)]
gnu: ocaml-piqilib: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-piqilib)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: optcomp: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:41 +0000 (00:13 +0200)]
gnu: optcomp: Don't use unstable tarball.

* gnu/packages/ocaml.scm (optcomp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml4.02-uri: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:29 +0000 (00:13 +0200)]
gnu: ocaml4.02-uri: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml4.02-uri)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml4.02-ezjsonm: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:19 +0000 (00:13 +0200)]
gnu: ocaml4.02-ezjsonm: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-re: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:09 +0000 (00:13 +0200)]
gnu: ocaml-re: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-re)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-seq: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:13:06 +0000 (00:13 +0200)]
gnu: ocaml-seq: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-seq)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
Fix indentation.

5 years agognu: ocaml4.02-ppx-deriving: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:11:20 +0000 (00:11 +0200)]
gnu: ocaml4.02-ppx-deriving: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml4.02-ppx-deriving)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.
Fix indentation.

5 years agognu: ocaml-ulex: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:11:13 +0000 (00:11 +0200)]
gnu: ocaml-ulex: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-ulex)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml4.02-ppx-tools: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:10:45 +0000 (00:10 +0200)]
gnu: ocaml4.02-ppx-tools: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml4.02-ppx-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-ppx-tools: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:10:20 +0000 (00:10 +0200)]
gnu: ocaml-ppx-tools: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
Fix indentation.

5 years agognu: ocaml-bisect: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:10:14 +0000 (00:10 +0200)]
gnu: ocaml-bisect: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-bisect)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-qcheck: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:10:10 +0000 (00:10 +0200)]
gnu: ocaml-qcheck: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-qcheck)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: ocaml-num: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:09:59 +0000 (00:09 +0200)]
gnu: ocaml-num: Don't use unstable tarball.

* gnu/packages/ocaml.scm (ocaml-num)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: camlp4@4.02+6: Don't use unstable tarball.
Tobias Geerinckx-Rice [Mon, 8 Apr 2019 22:08:53 +0000 (00:08 +0200)]
gnu: camlp4@4.02+6: Don't use unstable tarball.

* gnu/packages/ocaml.scm (camlp4-4.02)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: emacs-mkmcc-gnuplot-mode: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:30 +0000 (20:44 +0200)]
gnu: emacs-mkmcc-gnuplot-mode: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-git-annex: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:29 +0000 (20:44 +0200)]
gnu: emacs-git-annex: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-git-annex)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-mu4e-conversation: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:29 +0000 (20:44 +0200)]
gnu: emacs-mu4e-conversation: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-package-lint: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:29 +0000 (20:44 +0200)]
gnu: emacs-package-lint: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-package-lint)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-image+: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:28 +0000 (20:44 +0200)]
gnu: emacs-image+: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-image+)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-helm-ls-git: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:28 +0000 (20:44 +0200)]
gnu: emacs-helm-ls-git: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-helm-flycheck: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:28 +0000 (20:44 +0200)]
gnu: emacs-helm-flycheck: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-helm-flycheck)[source]: Use GIT-FILE-NAME.

5 years agognu: emacs-helm-emms: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 10 Apr 2019 18:44:28 +0000 (20:44 +0200)]
gnu: emacs-helm-emms: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-helm-emms)[source]: Use GIT-FILE-NAME.

5 years agognu: texlive-generic-listofitems: Fix typo in synopsis.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:32:49 +0000 (04:32 +0200)]
gnu: texlive-generic-listofitems: Fix typo in synopsis.

* gnu/packages/tex.scm (texlive-generic-listofitems)[synopsis]: Fix typo.

5 years agognu: gimp: Fix typo in description.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:30:52 +0000 (04:30 +0200)]
gnu: gimp: Fix typo in description.

* gnu/packages/gimp.scm (gimp-resynthesizer)[description]: Fix typo.

5 years agodoc: Fix typo.
Tobias Geerinckx-Rice [Tue, 9 Apr 2019 13:39:33 +0000 (15:39 +0200)]
doc: Fix typo.

* doc/guix.texi (Bootloader Configuration): Fix ‘fow now’.

5 years agognu: clamav: Update to 0.101.2.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:33:16 +0000 (04:33 +0200)]
gnu: clamav: Update to 0.101.2.

* gnu/packages/antivirus.scm (clamav): Update to 0.101.2.

5 years agognu: fasm: Update to 1.73.10.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:20:32 +0000 (04:20 +0200)]
gnu: fasm: Update to 1.73.10.

* gnu/packages/assembly.scm (fasm): Update to 1.73.10.

5 years agognu: hangups: Update to 0.4.9.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:16:49 +0000 (04:16 +0200)]
gnu: hangups: Update to 0.4.9.

* gnu/packages/messaging.scm (hangups): Update to 0.4.9.
[native-inputs]: Add python-httpretty and python-pytest.

5 years agognu: Add python-httpretty.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:16:18 +0000 (04:16 +0200)]
gnu: Add python-httpretty.

* gnu/packages/web.scm (python-httpretty): New public variable.

5 years agognu: links: Update to 2.19.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:06:25 +0000 (04:06 +0200)]
gnu: links: Update to 2.19.

* gnu/packages/web-browsers.scm (links): Update to 2.19.

5 years agognu: links: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:06:17 +0000 (04:06 +0200)]
gnu: links: Don't use NAME in source URI.

* gnu/packages/web-browsers.scm (links)[source]: Hard-code NAME.

5 years agognu: ansible: Update to 2.7.10.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 02:00:09 +0000 (04:00 +0200)]
gnu: ansible: Update to 2.7.10.

* gnu/packages/admin.scm (ansible): Update to 2.7.10.

5 years agognu: surfraw: Update to 2.3.0.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:59:58 +0000 (03:59 +0200)]
gnu: surfraw: Update to 2.3.0.

* gnu/packages/web.scm (surfraw): Update to 2.3.0.

5 years agognu: stunnel: Update to 5.53.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:51:04 +0000 (03:51 +0200)]
gnu: stunnel: Update to 5.53.

* gnu/packages/web.scm (stunnel): Update to 5.53.

5 years agognu: xmobar: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:44:44 +0000 (03:44 +0200)]
gnu: xmobar: Don't use NAME in source URI.

* gnu/packages/wm.scm (xmobar)[source]: Hard-code NAME.

5 years agognu: polybar: Update to 3.3.1.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:41:03 +0000 (03:41 +0200)]
gnu: polybar: Update to 3.3.1.

* gnu/packages/wm.scm (polybar): Update to 3.3.1.

5 years agognu: duplicity: Update to 0.7.18.2.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 03:32:19 +0000 (05:32 +0200)]
gnu: duplicity: Update to 0.7.18.2.

* gnu/packages/backup.scm (duplicity): Update to 0.7.18.2.

5 years agognu: xcompmgr: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:29:45 +0000 (03:29 +0200)]
gnu: xcompmgr: Use GIT-FILE-NAME.

* gnu/packages/xorg.scm (xcompmgr)[source]: Use GIT-FILE-NAME.

5 years agognu: xcompmgr: Update to 1.1.8.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:26:47 +0000 (03:26 +0200)]
gnu: xcompmgr: Update to 1.1.8.

* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.8.

5 years agognu: xcompmgr: Don't use NAME in source tag.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:22:26 +0000 (03:22 +0200)]
gnu: xcompmgr: Don't use NAME in source tag.

* gnu/packages/xorg.scm (xcompmgr)[source]: Hard-code NAME.

5 years agognu: cifs-utils: Update to 6.9.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:20:14 +0000 (03:20 +0200)]
gnu: cifs-utils: Update to 6.9.

* gnu/packages/samba.scm (cifs-utils): Update to 6.9.

5 years agognu: cifs-utils: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:17:18 +0000 (03:17 +0200)]
gnu: cifs-utils: Don't use NAME in source URI.

* gnu/packages/samba.scm (cifs-utils)[source]: Hard-code NAME.

5 years agognu: youtube-dl: Update to 2019.04.07.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:15:15 +0000 (03:15 +0200)]
gnu: youtube-dl: Update to 2019.04.07.

* gnu/packages/video.scm (youtube-dl): Update to 2019.04.07.

5 years agognu: beep: Update to 1.4.4.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:10:48 +0000 (03:10 +0200)]
gnu: beep: Update to 1.4.4.

* gnu/packages/terminals.scm (beep): Update to 1.4.4.

5 years agognu: noice: Update to 0.8.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:07:18 +0000 (03:07 +0200)]
gnu: noice: Update to 0.8.

* gnu/packages/suckless.scm (noice): Update to 0.8.

5 years agognu: noice: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:03:53 +0000 (03:03 +0200)]
gnu: noice: Don't use NAME in source URI.

* gnu/packages/suckless.scm (noice)[source]: Hard-code NAME.

5 years agognu: autojump: Update to 22.5.3.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 01:01:52 +0000 (03:01 +0200)]
gnu: autojump: Update to 22.5.3.

* gnu/packages/admin.scm (autojump): Update to 22.5.3.

5 years agognu: autojump: Don't use unstable tarball.
Tobias Geerinckx-Rice [Thu, 11 Apr 2019 00:52:53 +0000 (02:52 +0200)]
gnu: autojump: Don't use unstable tarball.

* gnu/packages/admin.scm (autojump)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.