Commit Graph

51475 Commits

Author SHA1 Message Date
Ludovic Courtès
33b7cb7a59
services: Add 'provenance-service-type'.
* gnu/services.scm (object->pretty-string)
(channel->code, channel->sexp, provenance-file)
(provenance-entry): New procedures.
(provenance-service-type): New variable.
* gnu/system.scm (operating-system-with-provenance): New procedure.
* doc/guix.texi (Service Reference): Document 'provenance-service-type'.
2019-12-07 00:59:56 +01:00
Ludovic Courtès
362bcdb1b0
system: Remove custom 'config-file service from "vm-image.tmpl".
This example is broken since commit
99c45877a9 (wrong file name passed to
'local-file'), and its functionality is superseded by the upcoming
'provenance-service-type'.

* gnu/system/examples/vm-image.tmpl (this-file): Remove.
<services>: Remove 'config-file service.
2019-12-07 00:59:56 +01:00
Ludovic Courtès
fcbe4f71ca
derivations: Add 'derivation-input-fold'.
* guix/derivations.scm (derivation-input-fold): New procedure.
(substitution-oracle)[closure]: Rewrite in terms of
'derivation-input-fold'.
* tests/derivations.scm ("derivation-input-fold"): New test.
2019-12-07 00:29:41 +01:00
Ludovic Courtès
2617d956d8
machine: ssh: Deprecate missing 'host-key' field.
* gnu/machine/ssh.scm (machine-ssh-session): Warn about missing host key.
2019-12-07 00:29:10 +01:00
Leo Prikler
1b3fa123ea
gnu: emacs-telega: Properly install alists.
Am Donnerstag, den 05.12.2019, 12:46 -0600 schrieb Brett Gilio:
> That is why I made the note about eventually replacing the
> installation of that directory to use the system usually used by
> `emacs-build-system` because I figure this would cause less issues in
> the future if for some reason the emacs site-lisp directory structure
> were to change again.
>
> --8<---------------cut here---------------start------------->8---
> ;; TODO: Replace with `#:include' method used by
> ;; emacs-build-system.
> --8<---------------cut here---------------end--------------->8---
>
> But I don't think it is a pressing issue to do it so cleanly.
> Or maybe it is. Idk.
Perhaps you're right, but as far as I can see the Emacs build system
does not yet tell us how to proceed with data.  It also has a unique
way of handling documentation, first putting it into site-lisp before
moving it to share/info where it should belong.

> > I still don't feel comfortable with data being at the top of site-
> > lisp,
> > though.  Perhaps something similar to emacs-yasnippet-snippets,
> > where
> > you store the data in share/emacs/telega-data would be more
> > appropriate.
>
> I was ACTUALLY going to do it this way originally, but I was really
> uncertain of it so I just sent the patch as is. I like the idea more,
> so
> I am going to revise the patch. Otherwise, once I get this revision
> in
> everything should be good to go. I'll also substitute the functions
> to
> reflect that changed path.
>
> [...]
>
> Alright, carry on! Patch will be available soon.
Looking at your revised patch, I still feel a bit uneasy about putting
data into the load-path.  I therefore proprose a revised revised (R^2,
if you will) patch, which I've attached to this message.

Regards,
Leo

From 59918d4a486c453463e6c59487047177f3b54205 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 5 Dec 2019 13:51:14 -0600
Subject: [PATCH 3/3] gnu: emacs-telega: Install telega-data to site-lisp.

* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: This commit revises a
  previous patch and gives the source etc/ directory a unique installation pth
  in the site-lisp directory stucture.

Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:28:24 -06:00
Brett Gilio
cc7948bc6f
gnu: emacs-telega: Update to 0.4.4-2
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/

>From 04e417466dcd7e1a39ce69d04b9afc60c41bd603 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:28:39 -0600
Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2

* gnu/packages/emacs-xyz.scm (emacs-telega): Bump the package to use a newer
  git revision, which includes additional client features.

Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:28:14 -06:00
Brett Gilio
f74bb20784
gnu: emacs-telega: Use test suites.
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/

>From 03a2617b29c92dc83828495305d73ec4074a5102 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:26:27 -0600
Subject: [PATCH 1/2] gnu: emacs-telega: Use test suites.

* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Adds support for
  running the ert and server test suites.

Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:27:59 -06:00
Andreas Enge
0ffc2d537d
gnu: Add lrslib.
* gnu/packages/maths.scm (lrslib): New variable.
2019-12-06 22:56:02 +01:00
Brett Gilio
0eb8f530d1
gnu: Add ghc-happstack-server.
* gnu/packages/haskell-web.scm (ghc-happstack-server): New variable.

Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 15:48:20 -06:00
Brett Gilio
0ef07d79b9
gnu: Add ghc-sendfile.
* gnu/packages/haskell-web.scm (ghc-sendfile): New variable.

Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 15:48:05 -06:00
Jelle Licht
72a0706f44
gnu: guile-file-names: Update to 0.3.
* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.3.
2019-12-06 22:22:07 +01:00
Nicolas Goaziou
0d250889fd
gnu: emacs-org-contrib: Update to 20191203.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20191203.
2019-12-06 21:44:10 +01:00
Nicolas Goaziou
2f0508f0e7
gnu: emacs-org: Update to 9.3.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.
2019-12-06 21:43:55 +01:00
Ricardo Wurmus
494acc7e7b
gnu: r-r-cache: Update to 0.14.0.
* gnu/packages/statistics.scm (r-r-cache): Update to 0.14.0.
2019-12-06 21:39:25 +01:00
Ricardo Wurmus
468d7c965b
gnu: r-r-utils: Update to 2.9.1.
* gnu/packages/statistics.scm (r-r-utils): Update to 2.9.1.
2019-12-06 21:39:25 +01:00
Ricardo Wurmus
68cff11d72
gnu: r-rsqlite: Update to 2.1.4.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.4.
2019-12-06 21:39:25 +01:00
Ricardo Wurmus
8a4cba335a
gnu: r-plotrix: Update to 3.7-7.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-7.
2019-12-06 21:39:25 +01:00
Ricardo Wurmus
d8d606300c
gnu: r-uwot: Update to 0.1.5.
* gnu/packages/cran.scm (r-uwot): Update to 0.1.5.
2019-12-06 21:39:25 +01:00
Ricardo Wurmus
96fe120b4e
gnu: r-irkernel: Update to 1.1.
* gnu/packages/cran.scm (r-irkernel): Update to 1.1.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
bf3ea5ec5e
gnu: r-listenv: Update to 0.8.0.
* gnu/packages/cran.scm (r-listenv): Update to 0.8.0.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
3c8d39e5c0
gnu: r-spam: Update to 2.5-0.
* gnu/packages/cran.scm (r-spam): Update to 2.5-0.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
b159b8a760
gnu: r-multicool: Update to 0.1-11.
* gnu/packages/cran.scm (r-multicool): Update to 0.1-11.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
6051268076
gnu: r-factoextra: Update to 1.0.6.
* gnu/packages/cran.scm (r-factoextra): Update to 1.0.6.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
9d617f53ab
gnu: r-renv: Update to 0.9.0.
* gnu/packages/cran.scm (r-renv): Update to 0.9.0.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
e8ae22a6e5
gnu: r-openxlsx: Update to 4.1.4.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.1.4.
[propagated-inputs]: Remove r-rlang.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
91a38c56e4
gnu: r-heatmaply: Update to 1.0.0.
* gnu/packages/cran.scm (r-heatmaply): Update to 1.0.0.
[propagated-inputs]: Add r-egg.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
0c836f58cf
gnu: Add r-egg.
* gnu/packages/cran.scm (r-egg): New variable.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
75f021f4a6
gnu: r-cubature: Update to 2.0.4.
* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
ff653ace8f
gnu: r-geometry: Update to 0.4.5.
* gnu/packages/cran.scm (r-geometry): Update to 0.4.5.
2019-12-06 21:39:24 +01:00
Ricardo Wurmus
103eef6442
gnu: r-htmltable: Update to 1.13.3.
* gnu/packages/cran.scm (r-htmltable): Update to 1.13.3.
2019-12-06 21:39:24 +01:00
Björn Höfling
92dddf6ba1
gnu: ruby-i18n: Update to 1.7.0.
* gnu/packages/ruby.scm (ruby-i18n): Update to 1.7.0.
[home-page]: Update to new location.
2019-12-06 20:09:15 +01:00
Björn Höfling
9de12df788
gnu: ruby-public-suffix: Update to 4.0.1.
* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.1.
2019-12-06 20:09:15 +01:00
Björn Höfling
91f7ee8738
gnu: ruby-addressable: Update to 2.7.0.
* gnu/packages/ruby.scm (ruby-addressable): Update to 2.7.0.
2019-12-06 20:09:14 +01:00
Björn Höfling
b2244c6849
gnu: ruby-rspec-its: Update to 1.3.0.
* gnu/packages/ruby.scm (ruby-rspec-its): Update to 1.3.0.
[source]: Remove patch.
[arguments]: Add phase to fix ffi-dependency-version.
[native-inputs]: Add ruby-ffi.
2019-12-06 20:09:14 +01:00
Hartmut Goebel
0a71e34e49
gnu: Add python-geoip2.
* gnu/packages/geo.scm (python-geoip2): New variable.
2019-12-06 19:38:56 +01:00
Hartmut Goebel
b1414a8136
gnu: Add python-maxminddb.
* gnu/packages/geo.scm (python-maxminddb): New variable.
2019-12-06 19:38:56 +01:00
Hartmut Goebel
53c9b39850
gnu: Add libmaxminddb.
* gnu/packages/geo.scm (libmaxminddb): New variable.
2019-12-06 19:38:56 +01:00
Hartmut Goebel
a7469d1602
gnu: Add gunicorn.
* gnu/packages/python-web.scm (gunicorn): New variable
2019-12-06 19:38:56 +01:00
Jan Nieuwenhuizen
9720104c43
gnu: Add ncompress.
* gnu/packages/compression.scm (ncompress): New variable.
* gnu/packages/patches/compress-fix-softlinks.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-12-06 06:52:36 +01:00
Mark H Weaver
d4d7bf60e8
gnu: linux-libre: Update to 5.3.15.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.15.
(linux-libre-5.3-pristine-source): Update hash.
2019-12-05 14:29:45 -05:00
Mark H Weaver
4dcd63d5a5
gnu: linux-libre@4.19: Update to 4.19.88.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.88.
(linux-libre-4.19-pristine-source): Update hash.
2019-12-05 14:29:10 -05:00
Mark H Weaver
1c90bc7ee6
gnu: linux-libre@4.14: Update to 4.14.158.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.158.
(linux-libre-4.14-pristine-source): Update hash.
2019-12-05 14:28:34 -05:00
Mark H Weaver
5ecee81290
gnu: linux-libre@4.9: Update to 4.9.206.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.206.
(linux-libre-4.9-pristine-source): Update hash.
2019-12-05 14:27:58 -05:00
Mark H Weaver
2eec86e145
gnu: linux-libre@4.4: Update to 4.4.206.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.206.
(linux-libre-4.4-pristine-source): Update hash.
2019-12-05 14:26:46 -05:00
Clément Lassieur
2c2fc24b89
gnu: Add west.
* gnu/packages/embedded.scm (west): New variable.
2019-12-05 16:54:59 +01:00
Clément Lassieur
34bf686952
gnu: Add python-pykwalify.
* gnu/packages/python-xyz.scm (python-pykwalify): New variable.
2019-12-05 16:54:59 +01:00
Pierre Neidhardt
88f06fd015
gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.
* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
  javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
  javascript module instead of lisp.
2019-12-05 16:23:06 +01:00
Tobias Geerinckx-Rice
ba362ec867
gnu: libimagequant: Update to 2.12.5.
* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
2019-12-05 15:38:52 +01:00
Tobias Geerinckx-Rice
252f44ffd9
gnu: procenv: Update to 0.51.
* gnu/packages/linux.scm (procenv): Update to 0.51.
2019-12-05 15:38:52 +01:00
Tobias Geerinckx-Rice
d9544d91a6
Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm."
This reverts commit ac1ee30f4f, which
still breaks ‘guix pull’.
2019-12-05 15:38:52 +01:00