Commit Graph

37079 Commits (ffc8ab75f10ecaaf52cdc38f5846e9af8e2dadd5)

Author SHA1 Message Date
Ludovic Courtès 519177ad41
install: Pass "quiet" to the kernel.
This is a followup to 5582aa8e31.

* gnu/system/install.scm (installation-os)[kernel-arguments]: Add "quiet".
2019-04-23 00:40:50 +02:00
Ludovic Courtès 7611074f67
installer: Run 'guix system init' with the right locale.
* gnu/installer/utils.scm (run-shell-command): Add #:locale and honor it.
* gnu/installer/newt/final.scm (run-install-shell): Add 'locale'
parameter; pass it to 'install-system'.
(run-final-page): Obtain locale from RESULT; pass it to 'run-install-shell'.
* gnu/installer/final.scm (install-system): Add 'locale' parameter; pass
it to 'run-shell-command'.
2019-04-23 00:34:47 +02:00
Christopher Baines 5582aa8e31
system: Change default kernel-arguments to '("quiet").
This improves the readability of the boot process, especially when using full
disk encryption where you're required to enter the passphrase at a particular
point.

* gnu/system.scm (<operating-system>)[kernel-arguments]: Change the default to
'("quiet").
* doc/guix.texi (operating-system Reference): Document this change.
2019-04-22 22:18:00 +01:00
Mark H Weaver fa61900705
gnu: openssh: Update to 8.0p1.
* gnu/packages/ssh.scm (openssh): Update to 8.0p1.
[source]: Remove patch.
* gnu/packages/patches/openssh-CVE-2018-20685.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-04-22 15:02:16 -04:00
Mark H Weaver 8c064d01a0
gnu: minetest: Simplify 'freetype' input specification.
* gnu/packages/games.scm (minetest)[inputs]: Eliminate an unnecessary
use of Guile's '@' syntax to reference the 'freetype' package.
2019-04-22 15:02:13 -04:00
Mark H Weaver ab0c796b67
gnu: minetest-data: Update to 5.0.1.
* gnu/packages/games.scm (minetest-data): Update to 5.0.1.
[description]: Fix typo.
2019-04-22 15:02:11 -04:00
Mark H Weaver df129041dd
gnu: maxima: Return #t from custom 'check' phase.
* gnu/packages/maths.scm (maxima)[arguments]: Use invoke in the custom
check phase.
2019-04-22 14:58:24 -04:00
Tobias Geerinckx-Rice 233eb6c8fe
gnu: ghc-haskell-lexer: Update to 1.0.2.
* gnu/packages/haskell.scm (ghc-haskell-lexer): Update to 1.0.2.
2019-04-22 18:08:18 +02:00
Tobias Geerinckx-Rice a263a97687
gnu: python-redis: Update to 3.2.1.
* gnu/packages/databases.scm (python-redis): Update to 3.2.1.
2019-04-22 15:20:34 +02:00
Tobias Geerinckx-Rice 4dfdcbf5fe
gnu: libabigail: Don't use NAME in source URI.
* gnu/packages/elf.scm (libabigail)[source]: Hard-code NAME.
2019-04-22 15:03:59 +02:00
Tobias Geerinckx-Rice 29cc115436
gnu: libabigail: Update to 1.6.
* gnu/packages/elf.scm (libabigail): Update to 1.6.
2019-04-22 15:03:52 +02:00
Tobias Geerinckx-Rice 1f2f358b69
gnu: python-sqlalchemy: Update to 1.3.3.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.3.
2019-04-22 14:55:58 +02:00
Tobias Geerinckx-Rice 15357dd7a9
gnu: nsd: Update to 4.1.27.
* gnu/packages/dns.scm (nsd): Update to 4.1.27.
2019-04-22 14:53:48 +02:00
Tobias Geerinckx-Rice ba18ea5f41
gnu: python-pyodbc: Update to 4.0.26.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.26.
2019-04-22 14:25:14 +02:00
Tobias Geerinckx-Rice fe74e6ac6b
gnu: memcached: Update to 1.5.13.
* gnu/packages/databases.scm (memcached): Update to 1.5.13.
2019-04-22 14:17:00 +02:00
Tobias Geerinckx-Rice 7f221c0e0d
gnu: translate-shell: Update to 0.9.6.10.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.10.
2019-04-22 14:12:37 +02:00
Mark H Weaver 6dc4dceba5
gnu: linux-libre: Update to 5.0.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.9.
(%linux-libre-hash): Update hash.
2019-04-22 07:08:08 -04:00
Mark H Weaver e81148a11d
gnu: linux-libre@4.19: Update to 4.19.36.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.36.
(%linux-libre-4.19-hash): Update hash.
2019-04-22 07:06:57 -04:00
Mark H Weaver 689b628025
gnu: linux-libre@4.14: Update to 4.14.113.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.113.
(%linux-libre-4.14-hash): Update hash.
2019-04-22 07:05:55 -04:00
Mark H Weaver cfb7aee078
gnu: linux-libre@4.9: Update to 4.9.170.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.170.
2019-04-22 07:04:04 -04:00
Alex Griffin 54b41d2d71
gnu: Add pass-otp.
* gnu/packages/password-utils.scm (pass-otp): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-22 10:28:43 +01:00
Alex Griffin 5554155649
gnu: password-store: Allow external packages to provide extensions.
* gnu/packages/password-utils.scm (password-store): Add mechanism for
providing pass extensions in separate packages.
[arguments]: Add patch-system-extension-dir phase.
[native-search-paths]: Add PASSWORD_STORE_SYSTEM_EXTENSION_DIR.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-22 10:28:43 +01:00
Tobias Geerinckx-Rice c60b15cc62
gnu: python-dill: Update to 0.2.9.
* gnu/packages/python-xyz.scm (python-dill): Update to 0.2.9.
2019-04-22 02:36:21 +02:00
Tobias Geerinckx-Rice 1d3c78036f
gnu: python-serpent: Tweak description.
* gnu/packages/python-xyz.scm (python-serpent)[description]:
Use @code{} and edit slightly.
2019-04-22 02:36:21 +02:00
Tobias Geerinckx-Rice fa9d14ac50
gnu: python-serpent: Update to 1.28.
* gnu/packages/python-xyz.scm (python-serpent): Update to 1.28.
[native-inputs]: Add python-attrs & python-pytz.
2019-04-22 02:36:21 +02:00
Tobias Geerinckx-Rice 441e6d936f
gnu: python-openpyxl: Update to 2.6.2.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 2.6.2.
2019-04-22 02:36:20 +02:00
Tobias Geerinckx-Rice 654563ec83
gnu: perl-text-csv: Fix build.
* gnu/packages/perl.scm (perl-text-csv)[source]: Update URL.
2019-04-22 02:36:20 +02:00
Tobias Geerinckx-Rice 8dafe89593
gnu: parallel: Update to 20190422.
* gnu/packages/parallel.scm (parallel): Update to 20190422.
2019-04-22 02:36:20 +02:00
Tobias Geerinckx-Rice 5df6934cdb
gnu: eid-mw: Update to 4.4.16.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.16.
2019-04-22 02:32:13 +02:00
Tobias Geerinckx-Rice 50b01dcf3c
gnu: dbacl: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
2019-04-22 02:32:13 +02:00
Tobias Geerinckx-Rice 3671cbe51a
gnu: youtube-dl: Update to 2019.04.17.
* gnu/packages/video.scm (youtube-dl): Update to 2019.04.17.
2019-04-22 02:32:12 +02:00
Tobias Geerinckx-Rice 34a169010e
gnu: dav1d: Update to 0.2.2.
* gnu/packages/video.scm (dav1d): Update to 0.2.2.
2019-04-22 02:32:12 +02:00
Tobias Geerinckx-Rice f465562b10
gnu: foo2zjs: Update to 20190413.
* gnu/packages/cups.scm (foo2zjs): Update to 20190413.
2019-04-22 02:32:12 +02:00
Pierre Langlois 56a4858210
gnu: supertuxkart: Simplify unbundling and unbundle enet.
* gnu/packages/games.scm (supertuxkart)[source](snippet): Delete "lib/enet".
Remove "CMakeList.txt" substitution.
[arguments]<#:configure-flags>: Add "-DUSER_SYSTEM_GLEW=TRUE" and
"-DUSE_SYSTEM_ENET=TRUE".
<#:phases>: Delete.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-21 22:50:22 +01:00
Pierre Langlois 60af1822d4
gnu: supertuxkart: Update to 1.0.
* gnu/packages/games.scm (supertuxkart): Update to 1.0.
[inputs]: Add openssl.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-21 22:50:22 +01:00
Kei Kebreau f9fee46ffb
gnu: Add alex4.
* gnu/packages/games.scm (alex4): New variable.
2019-04-21 10:36:19 -04:00
Kei Kebreau d61dcb1b47
gnu: Add dumb-allegro4.
* gnu/packages/music.scm (dumb-allegro4): New variable.
2019-04-21 10:36:19 -04:00
Kei Kebreau 72385c34ba
gnu: Add dumb.
* gnu/packages/music.scm (dumb): New variable.
2019-04-21 10:36:19 -04:00
Mathieu Othacehe 33023baac8
installer: Fix skip-to-step issue.
When trying to jump to the first step, DONE-STEPS ends-up being null, which
fails the matching condition.

* gnu/installer/steps.scm (skip-to-step): Split matching conditions to handle
the empty DONE-STEPS case properly.
2019-04-21 12:12:11 +02:00
Christopher Baines 9729b6ea2f
gnu: direnv: Remove go references from output.
In the long run, it would be good to move direnv across to the
go-build-system, and update the package, but these changes do succeed in
reducing the closure size a lot.

Thanks to Tanguy Le Carrour for raising this issue on guix-devel.

* gnu/packages/shellutils.scm (direnv)[arguments]: Include the
remove-go-references phase from the go-build-system.
[inputs,native-inputs]: Move all inputs to native-inputs, as these are no
longer referenced in the output.
2019-04-21 10:38:30 +01:00
Danny Milosavljevic dc01978288
services: fprintd: Use define-configuration.
* gnu/services/authentication.scm: Use define-configuration in fprintd.
2019-04-21 10:40:19 +02:00
Ricardo Wurmus 17ae31b7a8
gnu: r-hdf5r: Update to 1.2.0.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.2.0.
2019-04-21 10:20:56 +02:00
Mathieu Othacehe dbcd503c46
gnu: guile-parted: Update to 0.0.1.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.1.
2019-04-21 09:48:26 +02:00
Mathieu Othacehe 442a11f68f
gnu: guile-newt: Update to 0.0.1.
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.1.
2019-04-21 09:45:36 +02:00
Ludovic Courtès 1b0b1651b1
gnu: mtools: 'mformat' initializes boot sector before writing it.
This is the last bit fixing <https://bugs.gnu.org/35283>.

Previously, 'mformat' (used by 'grub-mkrescue') would pass uninitialized
bytes to write(2), leading to non-deterministic FAT image contents.
This patch fixes that.

* gnu/packages/patches/mtools-mformat-uninitialized.patch: New file.
* gnu/packages/mtools.scm (mtools)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-04-21 00:51:19 +02:00
Ludovic Courtès 5502fbd7fd
gnu: valgrind: Add 3.15.0.
* gnu/packages/valgrind.scm (valgrind-3.15): New variable.
2019-04-21 00:51:19 +02:00
Ludovic Courtès 605815023c
vm: Use a fixed FAT serial number for 'efi.img' in ISO images.
Partly fixes <https://bugs.gnu.org/35283>.

* gnu/build/vm.scm (make-iso9660-image): Set the
'GRUB_FAT_SERIAL_NUMBER' environment variable.
2019-04-21 00:51:18 +02:00
Ludovic Courtès 52b5fe5bcf
gnu: grub: 'grub-mkrescue' honors 'GRUB_FAT_SERIAL_NUMBER'.
* gnu/packages/patches/grub-efi-fat-serial-number.patch: New file.
* gnu/packages/bootloaders.scm (grub)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-04-21 00:51:18 +02:00
Ludovic Courtès 6901b9248e
vm: Reset file timestamps of the EFI image in ISO images.
Partly fixes <https://bugs.gnu.org/35283>.

* gnu/build/vm.scm (make-iso9660-image): Set the 'SOURCE_DATE_EPOCH'
environment variable.
2019-04-21 00:51:18 +02:00
Ludovic Courtès 833480cc1f
vm: Reset file timestamps in ISO images.
Partly fixes <https://bugs.gnu.org/35283>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/build/vm.scm (make-iso9660-image): Pass "-volume_date
all_file_dates =1".
2019-04-21 00:51:18 +02:00