Commit Graph

42924 Commits (698e91f0d09a7efb96ab0b7095d8c32868b4cdde)

Author SHA1 Message Date
Ricardo Wurmus 1e0b0a2ec2
gnu: r-rvest: Update to 0.3.3.
* gnu/packages/cran.scm (r-rvest): Update to 0.3.3.
2019-04-11 23:37:23 +02:00
Ricardo Wurmus c4a50a8a47
gnu: r-genomicfeatures: Update to 1.34.8.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.34.8.
2019-04-11 23:37:19 +02:00
Eric Bavier a6de569ea2
gnu: creduce: Upgrade to 2.8.0.
* gnu/packages/debug.scm (creduce): Upgrade to 2.8.0.
[inputs]: Use llvm-6 and clang-6.  Remove perl-sys-cpu.
[arguments]: Use custom 'check phase.
2019-04-11 12:17:01 -05:00
Ludovic Courtès 544265acba
colors: Add 'colorize-matches'.
* guix/colors.scm (colorize-matches): New procedure.
(color-rules): Rewrite in terms of 'colorize-matches'.
2019-04-11 18:18:13 +02:00
Ludovic Courtès 2569ef9dab
colors: Introduce a disjoint type and pre-compute ANSI escapes.
* guix/colors.scm (color-table, color): Remove.
(<color>): New record type.
(print-color): New procedure.
(define-color-table, color): New macros.
(color-codes->ansi): New procedure.
(%reset): New variable.
(colorize-string): Rewrite accordingly.
(color-rules): Adjust accordingly.
* guix/status.scm (print-build-event): Adjust to new 'colorize-string'
interface.
* guix/ui.scm (%highlight-argument): Likewise.
(%warning-colors, %info-colors, %error-colors, %hint-colors)
(%highlight-colors): Remove.
(%warning-color, %info-color, %error-color, %hint-color)
(%highlight-color): New variables.
2019-04-11 18:18:13 +02:00
Ludovic Courtès c1df77e215
guix gc: '-d' does not attempt to delete non-user-owned roots.
* guix/scripts/gc.scm (guix-gc)[delete-generations]: Limit to user-owned
roots, unless we're running as root.
2019-04-11 18:18:13 +02:00
Ricardo Wurmus c2f6f4e500
gnu: Add python2-checkm-genome.
* gnu/packages/bioinformatics.scm (python2-checkm-genome): New variable.
2019-04-11 17:54:57 +02:00
Ricardo Wurmus 4fa16c9ae6
gnu: Add tensorflow.
* gnu/packages/machine-learning.scm (tensorflow): New variable.
2019-04-11 17:54:57 +02:00
Danny Milosavljevic d0a39b928c
gnu: make-linux-libre: Install "Module.symvers".
* gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".
2019-04-11 17:54:11 +02:00
Pierre Neidhardt 6a8c4b9e11
gnu: Add vhba-module.
* gnu/packages/linux.scm (vhba-module): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-11 17:52:52 +02:00
Danny Milosavljevic ce6312999f
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.
2019-04-11 17:50:18 +02:00
Ricardo Wurmus 12327d7447
gnu: guitarix: Update to 0.38.1.
* gnu/packages/audio.scm (guitarix): Update to 0.38.1.
2019-04-11 17:18:08 +02:00
Ricardo Wurmus 36f4f1e297
gnu: Add pplacer.
* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.
2019-04-11 17:18:08 +02:00
Ricardo Wurmus fb168a310e
gnu: ocaml-mcl: Do not use unstable tarball.
* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.
2019-04-11 17:18:08 +02:00
Ricardo Wurmus b24aaeec45
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.
2019-04-11 17:17:22 +02:00
Ricardo Wurmus ddb5dc08a7
gnu: Add ocaml-gsl-1.
* gnu/packages/ocaml.scm (ocaml-gsl-1): New variable.
2019-04-11 17:11:41 +02:00
Tobias Geerinckx-Rice e70771f08e
gnu: httrack: Correct licence prefix.
This follows up on commit ed132a57c1.

* gnu/packages/web.scm (httrack)[license]: Use the right prefix.
2019-04-11 14:25:05 +02:00
Nicolas Goaziou ed132a57c1
gnu: Add httrack.
* gnu/packages/web.scm (httrack): New variable.
2019-04-11 14:04:54 +02:00
HiPhish 9abfbd79cb
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>
2019-04-11 13:46:40 +02:00
Vagrant Cascadian 8b87b1bf00
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>
2019-04-11 13:46:40 +02:00
Brian Leung 585fb83acb
gnu: Add emacs-evil-visualstar.
* gnu/packages/emacs-xyz.scm (emacs-evil-visualstar): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-11 13:46:40 +02:00
Brian Leung 80955ad634
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>
2019-04-11 13:46:40 +02:00
Brian Leung a99e7f524e
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>
2019-04-11 13:46:40 +02:00
Brian Leung 6d53111385
gnu: Add emacs-evil-expat.
* gnu/packages/emacs-xyz.scm (emacs-evil-expat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-11 13:46:40 +02:00
Brian Leung f89cc6bdf9
gnu: Add emacs-evil-lion.
* gnu/packages/emacs-xyz.scm (emacs-evil-lion): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-11 13:46:40 +02:00
Brian Leung 2feaffb17c
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>
2019-04-11 13:46:39 +02:00
Brian Leung 91af509751
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>
2019-04-11 13:46:39 +02:00
Brian Leung f74a90bf6c
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>
2019-04-11 13:46:39 +02:00
Brian Leung eccf816b64
gnu: Add emacs-evil-exchange.
* gnu/packages/emacs-xyz.scm (emacs-evil-exchange): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-11 13:46:39 +02:00
Brian Leung ab0471e9fc
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>
2019-04-11 13:46:39 +02:00
Ivan Petkov 6d511a53cf
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>
2019-04-11 13:46:39 +02:00
frozenpigs 02394462fc
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>
2019-04-11 05:42:41 +02:00
Tobias Geerinckx-Rice f86b4b56b1
gnu: sbcl-trivial-garbage: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-trivial-garbage)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:41 +02:00
Tobias Geerinckx-Rice 0471c00109
gnu: sbcl-babel: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-babel)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:41 +02:00
Tobias Geerinckx-Rice 9769caa991
gnu: sbcl-trivial-features: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-trivial-features)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:41 +02:00
Tobias Geerinckx-Rice 4d2c51dec2
gnu: stumpwm: Don't use unstable tarball.
* gnu/packages/lisp.scm (stumpwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:41 +02:00
Tobias Geerinckx-Rice eabcf02efd
gnu: sbcl-cl-ppcre: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-cl-ppcre)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 574edcc006
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.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 02fbb5c304
gnu: sbcl-fiveam: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-fiveam)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 8fa2bcc793
gnu: python-glob2: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-glob2)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 5b77ebe15c
gnu: python-dukpy: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-dukpy)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 1a04d42195
gnu: python-flasgger: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-flasgger)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 1961d18791
gnu: python-schematics: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-schematics)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:40 +02:00
Tobias Geerinckx-Rice 3e3ff8ad13
gnu: python-tlsh: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-tlsh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:39 +02:00
Tobias Geerinckx-Rice 8524d13011
gnu: python-honcho: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-honcho)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:39 +02:00
Tobias Geerinckx-Rice 768fea0fd4
gnu: python-gridmap: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-gridmap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:39 +02:00
Tobias Geerinckx-Rice 5c44505b6d
gnu: java-cglib: Don't use unstable tarball.
* gnu/packages/java.scm (java-cglib)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:38 +02:00
Tobias Geerinckx-Rice 8f33d05e22
gnu: tippecanoe: Don't use unstable tarball.
* gnu/packages/geo.scm (tippecanoe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:38 +02:00
Tobias Geerinckx-Rice 82b47fd9d1
gnu: osm2pgsql: Don't use unstable tarball.
* gnu/packages/geo.scm (osm2pgsql)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:38 +02:00
Tobias Geerinckx-Rice f4daf25066
gnu: libosmium: Don't use unstable tarball.
* gnu/packages/geo.scm (libosmium)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-11 05:42:38 +02:00