Ivan Petkov
efdf2ae14e
build-system/cargo: Use sources from package sources.
...
* guix/build/cargo-build-system.scm (crate-src?): New procedure.
(configure): Use the new procedure to expand crate tarballs in the vendor
directory.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2019-06-11 18:05:44 -07:00
Ivan Petkov
a6ab6b7877
build-system/cargo: Expand transitive crate sources.
...
* guix/build/cargo: (package-cargo-inputs): Add it.
(package-cargo-development-inputs): Add it.
(crate-closure): Add it.
(expand-crate-sources): Add it.
(lower)[private-keywords]: Add #:cargo-inputs and
[bag]: Use expand-crate-sources to augment build-inputs.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2019-06-11 18:05:41 -07:00
Amar Singh
a38525789c
gnu: Add emacs-shroud.
...
* gnu/packages/emacs-xyz.scm (emacs-shroud): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-06-11 22:35:26 +02:00
Tobias Geerinckx-Rice
2be6b5e2ee
services: Add SRFI-26 to Nix activation gexp.
...
Fix the following fatal error on ‘guix system reconfigure’:
Backtrace:
18 (primitive-load "/home/nckx/.config/guix/current/bin/guix")
In guix/ui.scm:
1620:12 17 (run-guix-command _ . _)
In ice-9/boot-9.scm:
829:9 16 (catch _ _ #<procedure 7a7caa2d4c80 at guix/ui.scm:587:2 (key c)> _)
829:9 15 (catch _ _ #<procedure 7a7caa2d4c98 at guix/ui.scm:710:6 (key proc format-string format-args . …> …)
In guix/scripts/system.scm:
1325:8 14 (_)
In guix/status.scm:
768:4 13 (call-with-status-report _ _)
In guix/scripts/system.scm:
1181:4 12 (process-action _ _ _)
In guix/store.scm:
623:10 11 (call-with-store _)
1800:24 10 (run-with-store _ _ #:guile-for-build _ #:system _ #:target _)
In guix/scripts/system.scm:
920:13 9 (_ _)
409:8 8 (_ _)
In unknown file:
7 (primitive-load "/gnu/store/dha7j9gcz3vgb8cy7vfvvaswwsywrrzj-activate")
In ice-9/boot-9.scm:
260:13 6 (for-each #<procedure primitive-load (_)> _)
In unknown file:
5 (primitive-load "/gnu/store/ql1xjxrssxm51z2bn2v6l3mlrncij84h-activate-service")
In ice-9/eval.scm:
619:8 4 (_ #f)
196:35 3 (_ #f)
196:27 2 (_ #f)
223:20 1 (proc #<directory (guile-user) 1fa4140>)
In unknown file:
0 (%resolve-variable (7 . cut) #<directory (guile-user) 1fa4140>)
ERROR: In procedure %resolve-variable:
error: cut: unbound variable
Reported-by: Alex McGrath on #guix.
* gnu/services/nix.scm (nix-activation): Import and use (srfi srfi-26).
2019-06-11 21:05:32 +02:00
Christopher Lemmer Webber
948ecc27dd
gnu: racket: Update to 7.3.
...
* gnu/packages/scheme.scm (racket): Update to 7.3.
* gnu/packages/patches/racket-store-checksum-override.patch: Update for Racket
7.3.
2019-06-11 13:45:27 -04:00
Ricardo Wurmus
944cb87a33
gnu: Add r-psiplot.
...
* gnu/packages/bioinformatics.scm (r-psiplot): New variable.
2019-06-11 13:39:50 +02:00
Marius Bakke
58bf51b4c0
Merge branch 'master' into staging
2019-06-11 10:27:09 +02:00
Marius Bakke
bf3005346e
gnu: tbb: Update to 2019_U8.
...
* gnu/packages/tbb.scm (tbb): Update to 2019_U8.
2019-06-11 09:31:24 +02:00
Marius Bakke
6c98d9c7fc
gnu: offlineimap: Update to 7.2.4.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.2.4.
2019-06-11 09:31:24 +02:00
Rutger Helling
80166beca2
gnu: wine-staging: Update to 4.10.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.10.
* gnu/packages/wine.scm (wine-staging): Update to 4.10.
2019-06-11 08:28:02 +02:00
Rutger Helling
0debb9ac7e
gnu: faudio: Update to 19.06.07.
...
* gnu/packages/audio.scm (faudio): Update to 19.06.07.
2019-06-11 08:28:01 +02:00
Rutger Helling
b6c31f0e50
gnu: kitty: Update to 0.14.2.
...
* gnu/packages/terminals.scm (kitty): Update to 0.14.2.
2019-06-11 08:28:01 +02:00
Tobias Geerinckx-Rice
501d4b335a
gnu: grim: Update to 1.2.0.
...
* gnu/packages/image.scm (grim): Update to 1.2.0.
2019-06-10 23:53:05 +02:00
Tobias Geerinckx-Rice
7d5113e50e
gnu: slurp: Update to 1.2.0.
...
* gnu/packages/image.scm (slurp): Update to 1.2.0.
2019-06-10 23:53:05 +02:00
Ludovic Courtès
c5f66d2931
pack: Fix 'guix pack -f docker'.
...
Regression introduced in a0f352b30f
.
* guix/scripts/pack.scm (docker-image): Check whether ENTRY-POINT is
true before returning (string-append #$profile ...).
2019-06-10 23:16:47 +02:00
Diego Nicola Barbato
2f9f792a1e
services: slim: Update SLiM theme to 1.x.
...
* gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-10 23:11:15 +02:00
Diego Nicola Barbato
226a3605d6
artwork: Update snapshot to 2f2fe74.
...
* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-10 23:11:07 +02:00
Ludovic Courtès
f8a9f99cd6
store: 'build-things' accepts derivation/output pairs.
...
This allows callers to request the substitution of a single derivation
output.
* guix/store.scm (build-things): Accept derivation/output pairs among
THINGS.
* guix/derivations.scm (build-derivations): Likewise.
* tests/store.scm ("substitute + build-things with specific output"):
New test.
* tests/derivations.scm ("build-derivations with specific output"):
New test.
* doc/guix.texi (The Store): Adjust accordingly.
2019-06-10 22:42:59 +02:00
Ludovic Courtès
416a7c69f1
ssh: Add missing import.
...
* guix/ssh.scm: Use (ice-9 format).
2019-06-10 22:42:52 +02:00
Ludovic Courtès
883dc11c3a
download: Update list of content-addressed mirrors.
...
* guix/download.scm (%content-addressed-mirrors): Change
"berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.
2019-06-10 22:42:23 +02:00
Julien Lepiller
aec9bb8793
doc: Work around a po4a bug.
...
* doc/guix.texi: Work around a po4a bug that prevents `guix pull` from
completing.
2019-06-10 18:31:21 +02:00
Ricardo Wurmus
d69bbd8c70
Revert "nls: Update 'de' translation of the manual."
...
This reverts commit 78b0f9419f
.
2019-06-10 14:34:16 +02:00
Marius Bakke
0defdb636f
gnu-maintenance: Switch to ftp.mirrorservice.org for KDE updater.
...
mirrors.mit.edu seems no longer available over FTP.
* guix/gnu-maintenance.scm (latest-kde-release): Change from mirrors.mit.edu
to ftp.mirrorservice.org.
2019-06-10 13:58:24 +02:00
Ricardo Wurmus
075a90946b
gnu: Add r-biosigner.
...
* gnu/packages/bioconductor.scm (r-biosigner): New variable.
2019-06-10 13:41:48 +02:00
Ricardo Wurmus
a9fac3f4d3
gnu: Add r-ropls.
...
* gnu/packages/bioconductor.scm (r-ropls): New variable.
2019-06-10 13:41:45 +02:00
Christopher Baines
4252dace19
services: guix-publish: Configure log rotation.
...
* gnu/services/base.scm (%guix-publish-log-rotations): New variable.
(guix-publish-service-type): Extend the rottlog-service-type.
2019-06-10 07:58:09 +01:00
Christopher Baines
b09793172f
services: guix-publish: Log to a file.
...
This makes it easier to read the output, as it's recorded in a file.
* gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to
make-forkexec-constructor.
2019-06-10 07:58:06 +01:00
Oleg Pykhalov
47b9614b31
services: Add 'nix-service-type'.
...
* gnu/services/nix.scm: New file.
* gnu/local.mk: Add this.
* doc/guix.texi (Miscellaneous Services): Document this.
2019-06-10 09:15:45 +03:00
Mark H Weaver
31775e400e
gnu: linux-libre: Update to 5.1.8.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.8.
(%linux-libre-hash): Update hash.
2019-06-10 01:52:15 -04:00
Mark H Weaver
84b3d9dd93
gnu: linux-libre@4.19: Update to 4.19.49.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.49.
(%linux-libre-4.19-hash): Update hash.
2019-06-10 01:51:08 -04:00
Mark H Weaver
5d293300f8
gnu: linux-libre@4.15: Remove package.
...
This release series is no longer supported upstream.
* gnu/packages/linux.scm (%linux-libre-4.15-version)
(%linux-libre-4.15-hash, linux-libre-4.15)
(linux-libre-headers-4.15): Remove variables.
2019-06-10 01:48:01 -04:00
Mark H Weaver
ff5355f58e
gnu: linux-libre@4.14: Update to 4.14.124.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.124.
(%linux-libre-4.14-hash): Update hash.
2019-06-10 01:45:26 -04:00
Eric Bavier
ac30257600
gnu: emacs-idris-mode: Use recent git checkout.
...
* gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Use git-fetch.
[version]: Include revision and commit.
2019-06-09 23:18:16 -05:00
Jack Hill
535a69e9e5
gnu: recutils: Remove emacs-minimal native input.
...
* gnu/packages/databases.scm (recutils)[native-inputs]: Remove emacs-minimal.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-10 07:04:48 +03:00
Jack Hill
9df786752e
gnu: Add emacs-recutils.
...
* gnu/packages/databases.scm (emacs-recutils): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-10 07:04:45 +03:00
Tobias Geerinckx-Rice
c447eb4d1d
gnu: Restore allegro-mesa-18.2.5-and-later.patch.
...
Dropped in 49405aaf5c
, it's still in use
by the (leaf) allegro-5.0 package.
* gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Newish file.
* gnu/local.mk (dist_patch_DATA): Re-add it.
2019-06-10 01:26:50 +02:00
Tobias Geerinckx-Rice
310c89e330
gnu: mobile-broadband-provider-info: Update to 20190116.
...
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20190116.
2019-06-10 01:26:50 +02:00
Tobias Geerinckx-Rice
597ab33d6b
gnu: gnumeric: Update to 1.12.45.
...
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.45.
2019-06-09 16:18:20 +02:00
Tobias Geerinckx-Rice
0cece1b502
gnu: virtualgl: Update to 2.6.2.
...
* gnu/packages/gl.scm (virtualgl): Update to 2.6.2.
2019-06-09 16:18:20 +02:00
Tobias Geerinckx-Rice
c3c9716e0e
gnu: cfitsio: Update to 3.47.
...
* gnu/packages/astronomy.scm (cfitsio): Update to 3.47.
2019-06-09 16:18:20 +02:00
Tobias Geerinckx-Rice
ee861a54ab
gnu: radeontop: Don't use unstable tarball.
...
* gnu/packages/linux.scm (radeontop)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[home-page]: Move down to its conventional spot.
2019-06-09 16:18:20 +02:00
Tobias Geerinckx-Rice
88e1bce53e
gnu: radeontop: Update to 1.2.
...
* gnu/packages/linux.scm (radeontop): Update to 1.2.
2019-06-09 16:18:20 +02:00
Tobias Geerinckx-Rice
940511257c
doc: Fix typos.
...
* doc/guix.texi (Version Control Services): Fix typos & edit surrounding
text.
2019-06-09 15:33:03 +02:00
Ricardo Wurmus
2d1d59ab57
gnu: r-rhisat2: Update to 1.0.2.
...
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.0.2.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
61730c3db4
gnu: r-aucell: Update to 1.6.1.
...
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.1.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
823e23fffe
gnu: r-msnbase: Update to 2.10.1.
...
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.1.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
85e067161a
gnu: r-iranges: Update to 2.18.1.
...
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.18.1.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
303862330b
gnu: r-numderiv: Update to 2016.8-1.1.
...
* gnu/packages/statistics.scm (r-numderiv): Update to 2016.8-1.1.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
eb3f1c2d24
gnu: r-quantreg: Update to 5.40.
...
* gnu/packages/statistics.scm (r-quantreg): Update to 5.40.
2019-06-09 15:19:58 +02:00
Ricardo Wurmus
e95d5ad958
gnu: r-fpc: Update to 2.2-2.
...
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-2.
2019-06-09 15:19:58 +02:00