Benjamin Hipple
0f94e2413d
Merge pull request #91071 from bcdarwin/minc-tools-build-nifti-tools
...
minc-tools: actually build Nifti support
2020-07-06 17:45:48 -04:00
Maximilian Bosch
52eb5aa2e9
Merge pull request #92503 from Luflosi/update/include-what-you-use
...
include-what-you-use: 0.13 -> 0.14
2020-07-06 23:35:51 +02:00
Martin Weinelt
8f357b7144
Merge pull request #81224 from chkno/modprobe-dot-d
...
nixos/modprobe: Fix modprobe configuration manpage link
2020-07-06 23:31:11 +02:00
Justinas Stankevičius
f815cb6adf
nixos/test-driver: print a traceback when testScript fails ( #92369 )
...
* print a traceback: assertion message can be empty
* change print back to eprint
2020-07-06 23:29:40 +02:00
Luflosi
92ca9d643f
include-what-you-use: 0.13 -> 0.14
...
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.14
2020-07-06 23:05:39 +02:00
Maximilian Bosch
101e302fd5
dmenu-wayland: 2020-04-03 -> 2020-07-06
2020-07-06 22:58:06 +02:00
Chuck
70cb417bac
nixos/modprobe: Fix modprobe configuration manpage link
2020-07-06 13:50:11 -07:00
Florian Klink
d986fccd9d
gitlab: 13.0.6 -> 13.0.8 ( #92060 )
2020-07-06 22:44:18 +02:00
Jörg Thalheim
b2bc0d3353
Merge pull request #92497 from Mic92/weechat-otr
...
weechatScripts.weechat-otr: fix pycrypto build
2020-07-06 21:12:29 +01:00
Jörg Thalheim
9e780d7a2e
weechatScripts.weechat-otr: fix pycrypto build
2020-07-06 21:09:15 +01:00
Niklas Hambüchen
d676d5d119
Merge pull request #85895 from nh2/extra-grub-install-flags
...
grub: Add `boot.loader.grub.extraGrubInstallArgs` option
2020-07-06 22:08:31 +02:00
Niklas Hambüchen
a90ae331ec
install-grub.pl: Add errno messages to all or die
errors.
...
For example, turns the error
cannot copy /nix/store/g24xsmmsz46hzi6whv7qwwn17myn3jfq-grub-2.04/share/grub/unicode.pf2 to /boot
into the more useful
cannot copy /nix/store/g24xsmmsz46hzi6whv7qwwn17myn3jfq-grub-2.04/share/grub/unicode.pf2 to /boot: Read-only file system
2020-07-06 22:07:46 +02:00
Niklas Hambüchen
8665b5ab91
grub: Add boot.loader.grub.extraGrubInstallArgs
option.
...
Useful for when you need to build grub modules into your grub kernel
to get a working boot, as shown in the added example.
To store this new value, we switch to more structural JSON approach.
Using one line per value to store in `/boot/grub/state` gets really messy when
the values are arrays, or even worse, can contain newlines (escaping would be
needed). Further, removing a value from the file would get extra messy
(empty lines we'd have to keep for backwards compatibility).
Thus, from now on we use JSON to store all values we'll need in the future.
2020-07-06 22:07:46 +02:00
Niklas Hambüchen
81c15742ce
install-grub.pl: Write state file atomically.
...
Other files were already written atomically, but not this one.
2020-07-06 22:07:46 +02:00
Niklas Hambüchen
0dcad215fe
install-grub.pl: Refactor: Extract getList()
2020-07-06 22:07:46 +02:00
Niklas Hambüchen
d4d9d9c552
Merge pull request #92122 from nh2/qemu-vm-fix-useBootLoader
...
qemu-vm: Fix useBootLoader, remove `/boot` read-only restriction
2020-07-06 22:06:20 +02:00
Florian Klink
f12ad780bf
Merge pull request #90280 from danielfullmer/qemu-vm-uefi-aarch64
...
EFI improvements for qemu-vm.nix
2020-07-06 22:04:27 +02:00
Florian Klink
e218d2f13c
Merge pull request #92479 from r-ryantm/auto-update/python2.7-twilio
...
python27Packages.twilio: 6.39.0 -> 6.43.0
2020-07-06 21:25:10 +02:00
José Romildo Malaquias
fcb06300f0
Merge pull request #91980 from bagnaram/fix/enlightenment-setuid-patch
...
enlightenment: setuid missing path
2020-07-06 16:11:23 -03:00
Daniel Fullmer
37bb17cdd4
OVMF: add symlinks for Fedora dir layout
2020-07-06 12:09:37 -07:00
Daniel Fullmer
0b4e216775
qemu-vm: treat EFI vars as state, similarly to diskImage
2020-07-06 12:09:37 -07:00
Daniel Fullmer
ee43e2f1ea
nixos/systemd-boot: run test on aarch64
2020-07-06 12:09:37 -07:00
Daniel Fullmer
fec163d21c
qemu-vm: add EFI support for aarch64
2020-07-06 12:09:36 -07:00
Daniel Fullmer
d7e3312ab1
qemu-vm: split EFI NVRAM into CODE and VARS
2020-07-06 12:08:41 -07:00
Daniel Fullmer
90bf7332e1
OVMF: use Debian dir layout for aarch64
2020-07-06 12:07:50 -07:00
Daniel Fullmer
b278a7d75a
nixos/systemd-boot: test for EFI boot entry
2020-07-06 12:07:50 -07:00
Daniel Fullmer
4d14826825
qemu-vm: allow bootloader to set EFI vars
...
Without this, systemd-boot does not add an EFI boot entry for itself.
The reason it worked before this fix is because it would fall back to
the default installed \EFI\BOOT\BOOTX64.EFI
2020-07-06 12:07:49 -07:00
Maximilian Bosch
146e96d9ba
Merge pull request #92492 from Tomahna/scalafmt
...
scalafmt: 2.5.2 -> 2.6.2
2020-07-06 21:03:23 +02:00
Daniël de Kok
f4dce8e967
Merge pull request #91634 from bmilanov/submit/add-nxp-mfgtools
...
nxpmicro-mfgtools: init at 1.3.191
2020-07-06 20:59:50 +02:00
Maximilian Bosch
36bf810fd5
Merge pull request #92483 from bbigras/starship
...
starship: 0.43.0 -> 0.44.0
2020-07-06 20:57:16 +02:00
Biser Milanov
cb2ab83d3e
nxpmicro-mfgtools: init at 1.3.191
...
Add nxpmicro-mfgtools to nixpkgs
From the project's homepage [1]:
Freescale/NXP I.MX Chip image deploy tools.
The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:
nxpmicro-mfgtools
instead of:
nxp-uuu
or something similar.
[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00
Biser Milanov
859e2040bc
maintainers: add bmilanov
2020-07-06 20:43:00 +02:00
Matthew Bauer
a2c2a86488
Merge pull request #89885 from matthewbauer/fetchurl-no-hash
...
fetchurl: allow empty hash
2020-07-06 14:41:57 -04:00
Matthew Bauer
669eb09bd5
Merge branch 'master' into fetchurl-no-hash
2020-07-06 14:40:49 -04:00
Daniël de Kok
a07576adfa
Merge pull request #92252 from charvp/pr/update-eid-mw
...
eid-mw: 4.4.16 -> 4.4.27
2020-07-06 20:39:35 +02:00
R. RyanTM
c7961b69dc
python27Packages.pymupdf: 1.17.0 -> 1.17.2 ( #92490 )
2020-07-06 20:38:28 +02:00
Kevin Rauscher
e8cb5d5d14
scalafmt: 2.5.2 -> 2.6.2
2020-07-06 20:37:40 +02:00
Jonathan Ringer
2af99b8ba1
azure-cli: 2.7.0 -> 2.8.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
7516429fc1
python3Packages.azure-mgmt-containerservice: 9.1.0 -> 9.2.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
e9e8486c79
azure-cli: pin azure-mgmt-containerinstance
2020-07-06 11:37:37 -07:00
Jonathan Ringer
e3fe15df4c
python3Packages.azure-multiapi-storage: fix packaging
2020-07-06 11:37:37 -07:00
Jonathan Ringer
966d7bed53
python3Packages.azure-storage-file-share: 12.1.1 -> 12.1.2
2020-07-06 11:37:37 -07:00
Jonathan Ringer
18a7de713d
python3Packages.azure-multiapi-storage: 0.3.2 -> 0.3.5
2020-07-06 11:37:37 -07:00
Jonathan Ringer
515a494faf
python3Packages.azure-mgmt-subscription: 0.5.0 -> 0.6.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
f731564592
python3Packages.azure-mgmt-storage: 10.0.0 -> 11.1.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
d3c846e48c
python3Packages.azure-mgmt-sql: 0.18.0 -> 0.19.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
6a3b7c1a71
python3Packages.azure-mgmt-resource: 10.0.0 -> 10.1.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
0fd0b4ba98
python3Packages.azure-mgmt-recoveryservicesbackup: 0.7.0 -> 0.8.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
f2f30182a9
python3Packages.azure-mgmt-network: 10.2.0 -> 11.0.0
2020-07-06 11:37:37 -07:00
Jonathan Ringer
60eda2a6e9
python3Packages.azure-mgmt-media: 2.1.0 -> 2.2.0
2020-07-06 11:37:37 -07:00