Commit graph

286541 commits

Author SHA1 Message Date
Samuel Dionne-Riel
9413da26fd iso-image: Provide the right rEFInd binary 2021-05-01 19:53:14 -04:00
Samuel Dionne-Riel
189507a35d iso-image: Make graphical output work properly on AArch64
The serial output (but it's named console, not serial actually) causes
issues on U-Boot's EFI, at the very least.

This is inspired by OpenSUSE's approach:

 * https://build.opensuse.org/package/view_file/Base:System/grub2/grub2-SUSE-Add-the-t-hotkey.patch

Where they add a hidden menu entry, which can be used to force the
console output.

The `echo` will be visible on the serial terminal (grub "console"),
while the graphical interface is shown. Note that input in the serial
terminal (grub "console") will continue controlling the graphical
interface. Useful if you have an SBC connectedinto an HDMI monitor, but
no keyboard connected to it.
2021-05-01 19:53:13 -04:00
Samuel Dionne-Riel
20d0824b15 iso-image: Fix grub file load location
With U-Boot UEFI, (hd0) is not the USB drive, it is (cd0).

Though, it turns out we never needed to prefix the path!
2021-05-01 19:48:57 -04:00
Samuel Dionne-Riel
d999e2544b grub2: Add support for hiddenentry
The iso image will use this to allow switching to the text console.
2021-05-01 17:43:00 -04:00
Samuel Dionne-Riel
c89ff38c8b
Merge pull request #119711 from delroth/grub2-cross
grub2_efi: fix cross-compilation
2021-05-01 17:39:41 -04:00
Luke Granger-Brown
147c701583
Merge pull request #120534 from davidak/package-tests
doc: add instructions for creating package tests
2021-05-01 22:31:02 +01:00
Pierre Bourdon
4df002c432 grub2_efi: fix cross-compilation 2021-05-01 17:01:50 -04:00
Michael Raskin
4397711c75
Merge pull request #121428 from Synthetica9/j902
j: 901f -> 902b
2021-05-01 20:41:15 +00:00
davidak
2aa133313d
Merge pull request #110606 from fricklerhandwerk/patch-2
gnunet: 0.14.0 -> 0.14.1; gnunet-gtk 0.13.1 -> 0.14.0
2021-05-01 22:34:44 +02:00
Luke Granger-Brown
510fc9cd8f jetbrains: update
jetbrains.clion: 2021.1 -> 2021.1.1
jetbrains.datagrip: 2021.1 -> 2021.1.1
jetbrains.goland: 2021.1 -> 2021.1.1
jetbrains.idea-community: 2021.1 -> 2021.1.1
jetbrains.idea-ultimate: 2021.1 -> 2021.1.1
jetbrains.phpstorm: 2021.1 -> 2021.1.2
jetbrains.pycharm-community: 2021.1 -> 2021.1.1
jetbrains.pycharm-professional: 2021.1 -> 2021.1.1
jetbrains.rider: 2021.1.1 -> 2021.1.2
jetbrains.ruby-mine: 2021.1 -> 2021.1.1
jetbrains.webstorm: 2021.1 -> 2021.1.1
2021-05-01 13:10:30 -07:00
Patrick Hilhorst
38499a3b08
j: 901f -> 902b 2021-05-01 21:58:31 +02:00
Martin Weinelt
4226837368 python3Packages.python-language-server: disable when python>=3.9
The package is not supported on anything newer than 3.8 yet.
2021-05-01 11:48:01 -07:00
Luke Granger-Brown
8ebf7c3385
Merge pull request #121254 from dotlambda/postfix-3.6.0
postfix: 3.5.10 -> 3.6.0
2021-05-01 19:46:13 +01:00
Daniël de Kok
303977634c libtorch-bin: fix false CUDA dependency in passthru test
The passthru test used the CUDA toolkit for the CUDA stub
unconditionally, also requiring the cudatoolkit derivation when
cudaSupport = false.
2021-05-01 11:43:52 -07:00
Daniël de Kok
039101ad94 libtorch-bin: 1.8.0 -> 1.8.1
Changelog:

https://github.com/pytorch/pytorch/releases/tag/v1.8.1
2021-05-01 11:43:52 -07:00
Luke Granger-Brown
48d32faaf1
Merge pull request #121413 from fortuneteller2k/update-papirus-icon
papirus-icon-theme: 20210401 -> 20210501
2021-05-01 19:40:38 +01:00
Luke Granger-Brown
dc3a327fe8
Merge pull request #120162 from r-ryantm/auto-update/charliecloud
charliecloud: 0.22 -> 0.23
2021-05-01 19:34:22 +01:00
Luke Granger-Brown
1b8f7cbee8
Merge pull request #121397 from r-ryantm/auto-update/facter
facter: 3.14.16 -> 3.14.17
2021-05-01 19:33:08 +01:00
Luke Granger-Brown
937385a4e0
Merge pull request #121410 from Riey/kime
kime: 2.5.2 -> 2.5.3
2021-05-01 19:31:24 +01:00
Luke Granger-Brown
07377076d3
Merge pull request #119837 from MatthewCroughan/add-seren
seren: init at 0.0.21
2021-05-01 19:27:16 +01:00
Luke Granger-Brown
7d82378949
Merge pull request #120278 from fabaff/pyotgw
python3packages.pyotgw: unstable-2021-03-25
2021-05-01 19:19:43 +01:00
Luke Granger-Brown
1c2d306348
Merge pull request #120147 from r-ryantm/auto-update/aws-c-common
aws-c-common: 0.5.4 -> 0.5.5
2021-05-01 19:12:55 +01:00
Luke Granger-Brown
c02b462953 charliecloud: remove unused python3Packages argument 2021-05-01 18:09:53 +00:00
Luke Granger-Brown
152fa5414c
Merge pull request #120209 from considerate/considerate/multiple-tags-buildkite-agents
services.buildkite-agents: support multi-tags
2021-05-01 19:07:56 +01:00
Alyssa Ross
049efb9171 xen: fix build with GCC 10
Fixes: https://github.com/NixOS/nixpkgs/issues/108479
2021-05-01 11:06:41 -07:00
Jan Tojnar
1818ef1785 cloudsmith-cli: init at 0.26.0 2021-05-01 10:53:14 -07:00
Jan Tojnar
d26d771381 python3.pkgs.click-configfile: init at 0.2.3 2021-05-01 10:53:14 -07:00
Jan Tojnar
0d55d38b41 python3.pkgs.click-spinner: init at 0.1.10 2021-05-01 10:53:14 -07:00
Jan Tojnar
af688cc00e python3.pkgs.cloudsmith-api: init at 0.54.15 2021-05-01 10:53:14 -07:00
Luke Granger-Brown
48152d32cc
Merge pull request #120166 from r-ryantm/auto-update/clevis
clevis: 16 -> 18
2021-05-01 18:48:58 +01:00
fortuneteller2k
b63002b223 papirus-icon-theme: 20210401 -> 20210501 2021-05-02 01:42:47 +08:00
Luke Granger-Brown
6aec5a24a4
Merge pull request #120176 from r-ryantm/auto-update/doppler
doppler: 3.23.2 -> 3.24.3
2021-05-01 18:41:29 +01:00
Luke Granger-Brown
291fd0ee7e doppler: 3.24.1 -> 3.24.3 2021-05-01 17:40:21 +00:00
Luke Granger-Brown
3dc446c835
Merge pull request #120185 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.7.3 -> 1.7.4
2021-05-01 18:34:49 +01:00
Luke Granger-Brown
e276940ac0
Merge pull request #120189 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.6.0 -> 4.7.1
2021-05-01 18:30:29 +01:00
Luke Granger-Brown
3e473120d9
Merge pull request #120153 from r-ryantm/auto-update/buildkite-agent
buildkite-agent: 3.28.1 -> 3.29.0
2021-05-01 18:23:18 +01:00
Luke Granger-Brown
b6c96f42ed
Merge pull request #120600 from dotlambda/openshot-ffmpeg
libsForQt5.libopenshot: use ffmpeg instead of ffmpeg_3
2021-05-01 18:18:45 +01:00
Riey
64042dc2c6
kime: 2.5.2 -> 2.5.3 2021-05-02 01:58:06 +09:00
Milan Pässler
d05202ea7c
Revert "firefox-esr: use latest Rust"
This reverts commit 903e23ad36.

It caused segfaults when playing media:
https://github.com/NixOS/nixpkgs/issues/121408
2021-05-01 18:47:29 +02:00
Sandro
4b2c9640e7
Merge pull request #120613 from erikbackman/master 2021-05-01 18:42:40 +02:00
Jan Tojnar
1733bade1a
Merge pull request #121226 from zhaofengli/librem-take2
phosh: init at 0.10.2
2021-05-01 18:41:50 +02:00
Graham Christensen
17af7a98d2
Merge pull request #121159 from ymatsiuk/fluxcd
fluxcd: 0.12.0 -> 0.13.2
2021-05-01 12:03:07 -04:00
Robert Schütz
ddf0468506 google-drive-ocamlfuse: 0.7.22 -> 0.7.26 2021-05-01 17:45:34 +02:00
Sandro
8efeed72fb
Merge pull request #120627 from MetaDark/yabridge
yabridge, yabridgectl: hard code wine path
2021-05-01 17:35:03 +02:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z 2021-05-01 17:33:07 +02:00
Lennart Spitzner
8c70a1a989
lib: fix documented type of fixedWidthString (#121396) 2021-05-01 17:29:00 +02:00
Ilan Joselevich
d77daaf10b
virt-manager: 3.1.0 -> 3.2.0 (#120279)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-01 16:22:14 +01:00
Luke Granger-Brown
be598f3980
Merge pull request #120541 from pennae/fail2ban
nixos/fail2ban: add maxretry/extraPackages options
2021-05-01 15:09:24 +01:00
R. RyanTM
3b18aacd1f facter: 3.14.16 -> 3.14.17 2021-05-01 14:03:04 +00:00
davidak
20935f3e29
Merge pull request #95225 from ZerataX/mangohud
mangohud: init at 0.4.1
2021-05-01 15:24:28 +02:00