Ludovic Courtès
836a85da0e
gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries.
...
* gnu/packages/bootstrap.scm (%bootstrap-executables): New variable.
(bootstrap-executable-url, bootstrap-executable): New procedure.
(raw-build)[->store]: Use 'run-with-store' and 'origin->derivation'.
Add calls to 'derivation->output-path', and remove the list of
references passed to 'add-text-to-store' for BUILDER. Augment the list
of #:inputs passed to 'derivation'.
(package-from-tarball): Use 'bootstrap-executable' instead of
'search-bootstrap-binary'.
(%bootstrap-glibc, %bootstrap-gcc, %bootstrap-mescc-tools)
(%bootstrap-mes): Likewise.
* guix/scripts/environment.scm (environment-bash): Use
'bootstrap-executable' instead of 'search-bootstrap-binary'.
(guix-environment): Adjust CONTAINER? case accordingly.
* po/guix/POTFILES.in: Add gnu/packages/bootstrap.scm.
2019-06-14 21:57:01 +02:00
Carl Dong
44f07d1dc6
gnu: guile: Disable unreliable out-of-memory test
...
* gnu/packages/patches/guile-2.2-skip-oom-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-2.2)[source](patches): Add
"guile-2.2-skip-oom-test.patch".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-14 09:46:49 +02:00
Ludovic Courtès
b644008ca2
gnu: mes-boot, tcc-boot0: Require nyacc 0.86.
...
This is a followup to b801646727
.
* gnu/packages/commencement.scm (mes-boot, tcc-boot0): Use source from
NYACC-0.86 instead of NYACC.
2019-06-13 18:09:21 +02:00
Ludovic Courtès
d9bbfe042e
Merge branch 'master' into core-updates
2019-06-13 13:24:35 +02:00
Carlo Zancanaro
47f2168b6f
gnu: Add Kawa.
...
* gnu/packages/kawa.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-06-13 13:00:37 +02:00
Ludovic Courtès
0ddf17dc1a
gnu; emacs-realgud: Add a 'file-name' field to the origin.
...
* gnu/packages/emacs-xyz.scm (emacs-realgud)[source]: Add 'file-name'.
2019-06-13 13:00:37 +02:00
Brian Leung
0882c491f0
gnu: emacs-realgud: Update to 1.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.0.
[source]: Fetch from git.
Remove upstreamed patch.
* gnu/packages/patches/emacs-realgud-fix-configure-ac.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13 13:00:37 +02:00
Ludovic Courtès
ed8a551653
gnu: gpxsee: Fetch from Git instead of a generated tarball.
...
* gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.
2019-06-13 13:00:37 +02:00
Nikolay Korotkiy
286ef5d97c
gnu: gpxsee: Upgrade to 7.8
...
* gnu/packages/gps.scm (gpxsee): Update to 7.8.
[arguments]: Leave "config.h" unchanged in 'configure' phase.
Remove 'install' phase.
[home-page, synopsis, description]: Update.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13 13:00:37 +02:00
Ludovic Courtès
b801646727
gnu: nyacc: Add 0.94.0.
...
* gnu/packages/mes.scm (nyacc): Rename to...
(nyacc-0.86): ... this.
(nyacc): New variable.
(mes)[propagated-inputs]: Use NYACC-0.86 instead of NYACC.
2019-06-13 13:00:36 +02:00
Nicolas Goaziou
4d6d2d7cca
gnu: gimp: Update to 2.10.12.
...
* gnu/packages/gimp.scm (gimp): Update to 2.10.12.
2019-06-13 12:52:55 +02:00
Nicolas Goaziou
42b641b7d8
gnu: babl: Update to 0.1.66.
...
* gnu/packages/gimp.scm (babl): Update to 0.1.66.
2019-06-13 12:52:40 +02:00
LaFreniere, Joseph
aa86c3adbd
gnu: emacs-perspective: Update to 2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2.
[source]: Download using git-fetch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-06-13 10:46:24 +03:00
Efraim Flashner
e22edabbb5
gnu: gpodder: Only return #t when needed.
...
* gnu/packages/gpodder.scm (gpodder)[arguments]: Return #t from
'do-not-run-msgmerge. Don't return #t from 'install.
2019-06-13 09:35:08 +03:00
Pierre Langlois
2bb078efe5
gnu: gpodder: Update to 3.10.9.
...
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-06-13 09:29:27 +03:00
Tobias Geerinckx-Rice
5cc5364eba
gnu: dstat: Add python2-six.
...
* gnu/packages/admin.scm (dstat)[inputs]: Add python2-six.
[arguments]: Add ‘wrap’ phase to make dstat find required modules.
2019-06-13 02:26:21 +02:00
Florian Pelz
bd9b15fb31
gnu: Add USB_ModeSwitch.
...
* gnu/packages/usb-modeswitch.scm: New file.
* gnu/packages/patches/usb-modeswitch-accept-config-arg.patch: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add package.
(dist_patch_DATA): Add patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13 00:44:01 +02:00
Jan Nieuwenhuizen
f0de9544a3
gnu: Add emacsy.
...
* gnu/packages/guile-xyz.scm (emacsy): New variable.
2019-06-12 23:31:43 +02:00
Leo Famulari
ff22ff42a1
gnu: GParted: Update 1.0.0.
...
* gnu/packages/disk.scm (gparted): Update to 1.0.0.
[arguments]: Remove obsolete configure flag.
[inputs]: Use gtkmm@3. Add yelp-tools and itstool. Remove libxslt,
gnome-doc-utils, docbook-xml-4.2, python-2, python2-libxml2, and which.
[native-inputs]: Add lvm2.
2019-06-12 15:46:53 -04:00
Mark H Weaver
ac72162efd
gnu: linux-libre: Update to 5.1.9.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.9.
(%linux-libre-hash): Update hash.
2019-06-12 13:05:09 -04:00
Mark H Weaver
6a2d0191c6
gnu: linux-libre@4.19: Update to 4.19.50.
...
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.50.
(%linux-libre-4.19-hash): Update hash.
2019-06-12 13:03:53 -04:00
Mark H Weaver
7ef05bcf4b
gnu: linux-libre@4.14: Update to 4.14.125.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.125.
(%linux-libre-4.14-hash): Update hash.
2019-06-12 13:01:12 -04:00
Mark H Weaver
07b7a45a49
gnu: linux-libre@4.9: Update to 4.9.181.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.181.
2019-06-12 13:00:33 -04:00
Mark H Weaver
a542521a70
gnu: linux-libre@4.4: Update to 4.4.181.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.181.
2019-06-12 12:59:50 -04:00
Julien Lepiller
24d32e67db
gnu: Add python-pynvim.
...
* gnu/packages/vim.scm (python-pynvim, python2-pynvim): New variables.
2019-06-12 18:48:15 +02:00
Ricardo Wurmus
798b80cea2
gnu: Add r-txdb-hsapiens-ucsc-hg38-knowngene.
...
* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene): New variable.
2019-06-12 16:23:44 +02:00
Marius Bakke
136eeb0b49
gnu: ungoogled-chromium: Update to 75.0.3770.80-0.5d8abc3.
...
* gnu/packages/chromium.scm (%preserved-third-party-files): Update for 75.
(%chromium-version): Update to 75.0.3770.80.
(%ungoogled-revision): Update to 5d8abc38b43a62f379615a0dc972b29d9aebb4b4.
(%debian-revision): Update to debian/75.0.3770.80-1.
(%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes.
(ungoogled-chromium-source): Include Debians GCC6 patches.
(ungoogled-chromium)[arguments]: Add "enable_vr=false" to #:configure-flags.
2019-06-12 13:29:45 +02:00
Marius Bakke
d0804ea0c6
gnu: chromium: Move origins into separate variables.
...
* gnu/packages/chromium.scm (%chromium-origin, %ungoogled-origin,
%debian-origin): New variables.
(ungoogled-chromium-source): Adjust accordingly.
2019-06-12 13:29:35 +02:00
Ricardo Wurmus
6054c823ae
gnu: pigx-rnaseq: Update to 0.0.6.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.6.
[inputs]: Remove bedtools.
2019-06-12 13:12:00 +02:00
Efraim Flashner
e38731138d
gnu: wget.scm: List inputs alphabetically.
...
* gnu/packages/wget.scm: List inputs alphabetically.
2019-06-12 12:58:34 +03:00
Efraim Flashner
d7397187df
gnu: wget: Change default paste site.
...
* gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste
site in custom 'remove-dead-paste-site phase.
2019-06-12 12:58:33 +03:00
Efraim Flashner
08b00d384b
gnu: wgetpaste: Add xclip to wrapper program list.
...
* gnu/packages/wget.scm (wgetpaste)[arguments]: Add xclip to list of
wrapper programs in custom 'wrap-program phase.
[inputs]: Add xclip.
2019-06-12 12:58:33 +03:00
Ricardo Wurmus
ae6fa185af
gnu: Add r-annotatr.
...
* gnu/packages/bioconductor.scm (r-annotatr): New variable.
2019-06-12 11:07:37 +02:00
Ivan Petkov
2444abd9c1
gnu: crate: Add proc-macro2 and quote.
...
* gnu/packages/crates-io.scm: (rust-proc-macro2): New variable.
(rust-quote): New variable.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2019-06-11 18:05:44 -07:00
Ivan Petkov
cb2471f726
gnu: crate: Add unicode-xid.
...
* gnu/local.mk: (GNU_SYSTEM_MODULES): Add packages/crates-io.scm.
* gnu/packages/crates-io.scm: New file, containing unicode-xid.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2019-06-11 18:05:44 -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
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
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
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
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