Leo Famulari
4fea966734
gnu: linux-libre 4.19: Update to 4.19.160.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.160.
(linux-libre-4.19-pristine-source): Update hash.
2020-11-25 03:02:33 -05:00
Leo Famulari
4792b08a10
gnu: linux-libre 5.4: Update to 5.4.80.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.80.
(linux-libre-5.4-pristine-source): Update hash.
2020-11-25 03:02:33 -05:00
Leo Famulari
b618c1512b
gnu: linux-libre: Update to 5.9.11.
...
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.11.
(linux-libre-5.9-pristine-source): Update hash.
2020-11-25 03:02:33 -05:00
Ryan Prior
f21cab6dad
gnu: esbuild: Update home-page.
...
* gnu/packages/web.scm (esbuild): Update home-page.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25 09:59:37 +02:00
Ryan Prior
2cbff241fc
gnu: esbuild: Update to 0.8.14.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.14.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25 09:59:37 +02:00
Lars-Dominik Braun
1b52adf0bd
gnu: collectd: Update to 5.12.0.
...
* gnu/packages/monitoring.scm (collectd): Update to 5.12.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25 09:50:25 +02:00
Efraim Flashner
f173dbe42f
gnu: Remove gnupg-2.
...
This package was marked as superseded by gnupg in December 2017.
* gnu/packages/gnupg.scm (gnupg-2): Remove variable.
2020-11-25 09:08:10 +02:00
Efraim Flashner
13978f0210
gnu: Add reprepro.
...
* gnu/packages/debian.scm (reprepro): New variable.
2020-11-25 09:08:09 +02:00
Efraim Flashner
d82766e64c
gnu: Add dpkg.
...
* gnu/packages/debian.scm (dpkg): New variable.
2020-11-25 09:08:06 +02:00
Ludovic Courtès
16111ad11c
gnu: gcc: Phases no longer return a Boolean.
...
* gnu/packages/gcc.scm (gcc-4.7, gcc-4.9)
(make-libiberty, custom-gcc, libgccjit)
(make-libstdc++-doc, isl, gnu-c-manual): Remove trailing #t from
phases.
2020-11-25 00:05:55 +01:00
Ludovic Courtès
3504e39a5d
gnu: base, gcc: Removing trailing #t from snippets.
...
* gnu/packages/base.scm (libiconv)[source]: Remove trailing #t from
'snippet'.
* gnu/packages/gcc.scm (gcc-4.8)[source]: Likewise.
(gcc-4.9)[source]: Likewise.
(gcc-5)[source]: Likewise.
2020-11-25 00:02:30 +01:00
Ludovic Courtès
325d00e619
packages: Ignore return value of origin snippets.
...
* guix/packages.scm (patch-and-repack): Ignore return value of SNIPPET
and remove warning about non #t return value.
2020-11-25 00:02:30 +01:00
Ludovic Courtès
4cebe82fa6
build-system/texlive: Phases no longer return a Boolean.
...
* guix/build/texlive-build-system.scm (configure): Remove trailing #t.
(build): Use 'for-each' instead of 'every'.
(install): Remove trailing #t.
2020-11-25 00:02:30 +01:00
Ludovic Courtès
49eadd270c
build-system/minify: Phases no longer return a Boolean.
...
* guix/build/minify-build-system.scm (minify): Use 'for-each' instead of
'every'. Call 'close-pipe' and call error when it returns non-zero.
(build): Use 'for-each' instead of 'every'.
(install): Remove trailing #t.
2020-11-25 00:02:30 +01:00
Ludovic Courtès
112982526f
gnu: base, commencement: Remove trailing #t from build phases.
...
* gnu/packages/base.scm (grep, tar, findutils)
(coreutils, coreutils-8.30, gnu-make, gnu-make-4.2)
(binutils-gold, glibc, make-glibc-locales):
(glibc/hurd-headers, tzdata): Remove trailing #t in build phases.
* gnu/packages/commencement.scm (bootar)
(gash-boot, gash-utils-boot, mes-boot):
(gzip-mesboot, gnu-make-mesboot0, bzip2-mesboot)
(bash-mesboot0, tcc-boot, diffutils-mesboot)
(patch-mesboot, sed-mesboot0, binutils-mesboot0)
(gcc-core-mesboot0, mesboot-headers, gawk-mesboot0)
(glibc-mesboot0, gcc-mesboot0, tar-mesboot)
(grep-mesboot, binutils-mesboot1, gnu-make-mesboot)
(gawk-mesboot, sed-mesboot, bash-mesboot)
(gcc-core-mesboot1, gcc-mesboot1, binutils-mesboot)
(glibc-headers-mesboot, glibc-mesboot, gcc-mesboot1-wrapper)
(gcc-mesboot, gnu-make-boot0, binutils-boot0)
(libstdc++-boot0, gcc-boot0, perl-boot0, python-boot0)
(glibc-final-with-bootstrap-bash)
(cross-gcc-wrapper, gettext-boot0, gcc-final): Remove trailing #t in
build phases.
2020-11-25 00:02:30 +01:00
Ludovic Courtès
04baa011e9
build-system/gnu: Ignore the result of phase procedures.
...
* guix/build/gnu-build-system.scm (set-SOURCE-DATE-EPOCH)
(set-paths, install-locale, unpack, bootstrap)
(patch-usr-bin-file, patch-source-shebangs)
(patch-generated-file-shebangs, check)
(patch-shebangs, strip, validate-runpath)
(validate-documentation-location, reset-gzip-timestamps)
(compress-documentation, delete-info-dir-file)
(patch-dot-desktop-files, install-license-files): Remove trailing #t.
(gnu-build): Use 'for-each' instead of 'every', ignore the result if
each phase procedure, and remove warning about non #t phase results.
2020-11-25 00:02:29 +01:00
Ludovic Courtès
03cb11400c
gnu: gsl: Build shared libraries only.
...
* gnu/packages/maths.scm (gsl)[arguments]: Add #:configure-flags.
2020-11-25 00:02:29 +01:00
Ludovic Courtès
4f6fbe7555
gnu: gsl: Demote conditional phase logic.
...
* gnu/packages/maths.scm (gsl)[arguments]: Move 'cond' within
'modify-phases'.
2020-11-25 00:02:29 +01:00
Tobias Geerinckx-Rice
d407dd84e4
gnu: postgis: Update to 3.0.3.
...
* gnu/packages/geo.scm (postgis): Update to 3.0.3.
2020-11-24 23:49:02 +01:00
Tobias Geerinckx-Rice
9f2f60d336
gnu: libde265: Update to 1.0.8.
...
* gnu/packages/video.scm (libde265): Update to 1.0.8.
2020-11-24 23:49:02 +01:00
Nicolas Goaziou
66283b8fcb
gnu: asymptote: Update to 2.68.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.68.
2020-11-24 23:22:45 +01:00
Tobias Geerinckx-Rice
cf492cd4f8
gnu: sysstat: Update to 12.4.1.
...
* gnu/packages/linux.scm (sysstat): Update to 12.4.1.
2020-11-24 22:20:49 +01:00
Tobias Geerinckx-Rice
0047f4631f
gnu: notmuch: Update to 0.31.2.
...
* gnu/packages/mail.scm (notmuch): Update to 0.31.2.
2020-11-24 22:20:49 +01:00
Nicolas Goaziou
7fa1bce12d
gnu: Update a copyright line.
2020-11-24 22:12:42 +01:00
Sergei Trofimovich
586f1a3573
gnu: re2c: Update to 2.0.3.
...
* gnu/packages/re2c.scm (re2c): Update to 2.0.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 22:07:45 +01:00
Jack Hill
1f9bf4e893
gnu: racket-minimal: Update upstream tarball hash.
...
It changed in place. The only difference besides file metadata is in
etc/config.rktd:
- (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/ ))
+ (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/ #f))
The same change was made for the racket package in
c57157b89a
.
* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-11-24 17:44:46 +01:00
Arun Isaac
b67bff2277
gnu: Add pcb2gcode.
...
* gnu/packages/engineering.scm (pcb2gcode): New variable.
2020-11-24 21:20:42 +05:30
Tobias Geerinckx-Rice
7e15b2d2a5
gnu: rofi: Update to 1.6.1.
...
* gnu/packages/xdisorg.scm (rofi): Update to 1.6.1.
2020-11-24 16:03:33 +01:00
Tobias Geerinckx-Rice
8b6ce47ccc
gnu: mupdf: Use only dynamic linking.
...
* gnu/packages/pdf.scm (mupdf)[source]: Add patch.
[arguments]: Build and find the shared library.
(zathura-pdf-mupdf)[arguments]: Add a 'remove-libmupdfthird.a-requirement
phase to deal with the now-missing static one.
* gnu/packages/patches/mupdf-fix-linkage.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-11-24 15:58:49 +01:00
Tobias Geerinckx-Rice
43ac6f59c5
gnu: mupdf: Build verbosely.
...
* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags.
2020-11-24 15:58:49 +01:00
Tobias Geerinckx-Rice
17210f51b4
gnu: zathura-pdf-mupdf: Update to 0.3.6.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.6.
2020-11-24 14:14:42 +01:00
Ryan Prior
08a6d82757
gnu: esbuild: Update to 0.8.13.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.13.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 14:09:53 +01:00
Vinicius Monego
9e7382f865
gnu: Add python-baycomp.
...
* gnu/packages/python-science.scm (python-baycomp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 14:01:03 +01:00
Vinicius Monego
77a98bcd6e
gnu: Add python-commonmark.
...
* gnu/packages/python-xyz.scm (python-commonmark): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 13:56:28 +01:00
B. Wilson
993af4a60f
gnu: Add xtitle.
...
gnu/packages/xdisorg.scm(xtitle): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 13:48:15 +01:00
B. Wilson
8f0f29fcb0
gnu: mblaze: Update to 1.0.
...
gnu/packages/mail.scm (mblaze): Update to 1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24 13:46:02 +01:00
Nicolas Goaziou
be1e6b8e9d
gnu: emacs-ascii-art-to-unicode: Update to 1.13.
...
* gnu/packages/emacs-xyz.scm (emacs-ascii-art-to-unicode): Update to 1.13.
2020-11-24 13:42:24 +01:00
Nicolas Goaziou
314f464294
gnu: emacs-ivy-posframe: Update to 0.5.3.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.3.
2020-11-24 13:38:40 +01:00
Tobias Geerinckx-Rice
eddf3db5c9
gnu: s6-linux-init: Omit static library.
...
* gnu/packages/skarnet.scm (s6-linux-init)[arguments]: Add
‘--disable-static’ to #:configure-flags.
2020-11-24 12:15:33 +01:00
Tobias Geerinckx-Rice
90695b6431
gnu: s6-linux-init: Update to 1.0.5.1.
...
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.5.1.
2020-11-24 12:15:33 +01:00
Tobias Geerinckx-Rice
8e93fe98b7
gnu: chirp: Update to 20201121.
...
* gnu/packages/radio.scm (chirp): Update to 20201121.
2020-11-24 12:15:33 +01:00
Tobias Geerinckx-Rice
6c1c5fecd6
gnu: mupdf: Prepare for cross-compilation.
...
* gnu/packages/pdf.scm (mupdf)[arguments]: Use CC-FOR-TARGET.
2020-11-24 12:15:32 +01:00
Tobias Geerinckx-Rice
c5427f016a
gnu: mupdf: Update to 1.18.0.
...
* gnu/packages/pdf.scm (mupdf): Update to 1.18.0.
[inputs]: Add gumbo-parser.
2020-11-24 12:15:32 +01:00
Tobias Geerinckx-Rice
089f9be4f2
gnu: mupdf: Remove more bundled software.
...
* gnu/packages/pdf.scm (mupdf)[source]: In the snippet, list the
thirdparty/ packages we want to keep instead of those to delete.
2020-11-24 12:15:32 +01:00
Tobias Geerinckx-Rice
c89474fffe
gnu: axel: Update to 2.17.10.
...
* gnu/packages/networking.scm (axel): Update to 2.17.10.
2020-11-24 12:15:32 +01:00
Tobias Geerinckx-Rice
2ddec68da2
gnu: python-databricks-cli: Update to 0.14.1.
...
* gnu/packages/python-web.scm (python-databricks-cli): Update to 0.14.1.
2020-11-24 12:15:31 +01:00
Tobias Geerinckx-Rice
c4d35da424
gnu: earlyoom: Update to 1.6.2.
...
* gnu/packages/linux.scm (earlyoom): Update to 1.6.2.
[arguments]: Remove obsolete 'install-contribs phase.
Add a new 'disable-failing-test phase.
2020-11-24 12:15:31 +01:00
Tobias Geerinckx-Rice
b629bfab19
gnu: youtube-dl: Update to 2020.11.24.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.24.
2020-11-24 12:15:31 +01:00
Tobias Geerinckx-Rice
2c1023b32f
gnu: poppler-data: Update to 0.4.10.
...
* gnu/packages/pdf.scm (poppler-data): Update to 0.4.10.
2020-11-24 12:15:31 +01:00
Ludovic Courtès
097b725532
gnu: grub-minimal: Fix cross-compilation.
...
Fixes a regression introduced in
34a6f12351
that would break
cross-compilation of 'grub-minimal' because it would enable Freetype
support as a side effect but the 'set-freetype-variables' phase was not
inherited in 'grub-minimal'.
* gnu/packages/bootloaders.scm (grub-minimal)[arguments]: Use
'substitute-keyword-arguments' so that the 'set-freetype-variables'
phase is inherited.
2020-11-24 10:40:39 +01:00