Commit Graph

259113 Commits

Author SHA1 Message Date
Michele Guerini Rocco
20257280d9
Merge pull request #107275 from bjornfor/fix-build-vm-with-bootloader-with-efi
nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
2020-12-21 10:46:00 +01:00
sternenseemann
926a1b2094
ocamlPackages.opam-format: use dune 2 2020-12-21 10:06:32 +01:00
sternenseemann
69e614e77f
ocamlPackages.opam-repository: use dune 2 2020-12-21 09:46:35 +01:00
sternenseemann
04cbb60e62
ocamlPackages.opam-state: use dune 2 2020-12-21 09:46:34 +01:00
markuskowa
a0c36072de
Merge pull request #107287 from markuskowa/upd-libpsm
libpsm2: 11.2.156 -> 11.2.185
2020-12-21 09:37:02 +01:00
Doron Behar
bcf07ee632
Merge pull request #96046 from numinit/keystore-explorer
keystore-explorer: init at 5.4.4
2020-12-21 10:26:55 +02:00
Bjørn Forsman
39fad297fd nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
`nixos-rebuild build-vm-with-bootloader` currently fails with the
default NixOS EFI configuration:

  $ cat >configuration.nix <<EOF
  {
    fileSystems."/".device = "/dev/sda1";
    boot.loader.systemd-boot.enable = true;
    boot.loader.efi.canTouchEfiVariables = true;
  }
  EOF

  $ nixos-rebuild build-vm-with-bootloader -I nixos-config=$PWD/configuration.nix -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
  [...]
  insmod: ERROR: could not insert module /nix/store/1ibmgfr13r8b6xyn4f0wj115819f359c-linux-5.4.83/lib/modules/5.4.83/kernel/fs/efivarfs/efivarfs.ko.xz: No such device
  mount: /sys/firmware/efi/efivars: mount point does not exist.
  [    1.908328] reboot: Power down
  builder for '/nix/store/dx2ycclyknvibrskwmii42sgyalagjxa-nixos-boot-disk.drv' failed with exit code 32
  [...]

Fix it by setting virtualisation.useEFIBoot = true in qemu-vm.nix, when
efi is needed.

And remove the now unneeded configuration in
./nixos/tests/systemd-boot.nix, since it's handled globally.

Before:
* release-20.03: successful build, unsuccessful run
* release-20.09 (and master): unsuccessful build

After:
* Successful build and run.

Fixes https://github.com/NixOS/nixpkgs/issues/107255
2020-12-21 08:55:13 +01:00
Sandro
832ae4311a
Merge pull request #107288 from numinit/soapyaudio
soapyaudio: init at 0.1.1
2020-12-21 08:39:00 +01:00
Sandro
d8375c5b79
Merge pull request #107290 from fgaz/mindustry/121.4
mindustry,mindustry-server: 120.2 -> 121.4
2020-12-21 07:56:12 +01:00
Jonathan Ringer
373cb5d41d steam: fix readonly boostrap.tar.xz
steam writes it with 444 permissions, which makes
simple deletions fails, and steam will crash
2020-12-20 22:38:18 -08:00
Jonathan Ringer
ab91cd998f steam: fix desktop link 2020-12-20 22:38:18 -08:00
Jonathan Ringer
473ec944a1 steamPackages.steam: 1.0.0.61 -> 1.0.0.68 2020-12-20 22:38:18 -08:00
Jonathan Ringer
0179b5f173 steam-fhsenv: normalize ldPath 2020-12-20 22:38:18 -08:00
Break Yang
0446b8af52 ethminer: fix broken package by switching to clang 2020-12-20 19:56:35 -08:00
Morgan Jones
3c233e2692 soapyaudio: init at 0.1.1 2020-12-20 16:14:13 -07:00
Francesco Gazzetta
15d67698c0 mindustry,mindustry-server: 120.2 -> 121.4 2020-12-20 23:23:19 +01:00
Markus Kowalewski
6078ad5270
libpsm2: 11.2.156 -> 11.2.185 2020-12-20 22:07:34 +01:00
numinit
ce5d0b66b3 keystore-explorer: init at 5.4.4 2020-12-20 12:59:03 -07:00
Milan Pässler
a333985d59 libtorrentRasterbar: rename to libtorrent-rasterbar
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Milan Pässler
0dcf65711c libtorrentRasterbar: move files to match common nixpkgs layout
No other packages have an own directory for each version with only one
file in each directory.
2020-12-20 20:51:28 +01:00
Milan Pässler
4ac0d7fb6b deluge: move files to match common nixpkgs layout
No other packages have an own directory for each version with only one
file in each directory.
2020-12-20 20:51:28 +01:00
zowoq
70bcf62c05 conmon: 2.0.21 -> 2.0.22
https://github.com/containers/conmon/releases/tag/v2.0.22
2020-12-21 05:28:42 +10:00
Doron Behar
a55a89cdfd
Merge pull request #98558 from andys8/add-tty-share 2020-12-20 21:24:49 +02:00
vojta001
fbefb7e7a1
mirage: 0.5.2 -> 0.6.4 (#99121)
* mirage: 0.5.2 -> 0.6.4

* mirage: Use qtquickcompiler to prevent QML cache problems

* mirage: Mark it as broken on Darwin

* mirage: refactor
2020-12-20 19:21:32 +00:00
Tim Kleinschmidt
b1499452b8 duf: Add darwin supoort 2020-12-20 19:34:00 +01:00
mohe2015
56b0eb0c6f
eclipses.eclipse-rust: init at 2020-12 2020-12-20 19:25:29 +01:00
mohe2015
66a14b3e23
eclipses: 2020-09 -> 2020-12 2020-12-20 19:25:28 +01:00
stigo
134a1ad375
Merge pull request #107225 from maxeaubrey/tomb_2.8.1
tomb: 2.8 -> 2.8.1
2020-12-20 19:20:42 +01:00
Dmitry Kalinkin
5f04cf2749
Merge pull request #107108 from veprbl/pr/awkward_1_0_1
pythonPackages.awkward: 0.4.5 -> 1.0.1, awkward1 -> awkward
2020-12-20 12:03:41 -05:00
Sandro
0e811b6742
daemon: Fix compilation on darwin (#105640)
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-20 17:49:21 +01:00
Sandro
42f4fa575f
Merge pull request #99272 from siraben/scas-update 2020-12-20 17:48:24 +01:00
Sandro
5734a9fb88
Merge pull request #102034 from spacefrogg/fusionInventory
FusionInventory: 2.3.21 -> 2.6
2020-12-20 17:37:55 +01:00
Mario Rodas
ce5f25d57e
Merge pull request #107236 from marsam/update-postgresql-postgis
postgreslPackages.postgis: 3.0.3 -> 3.1.0
2020-12-20 11:03:58 -05:00
Sandro
8026d62734
Merge pull request #75378 from dmrauh/add/wsnsimpy
pythonPackages.wsnsimpy: init at 0.2.5
2020-12-20 17:02:02 +01:00
Sandro
6efd4d4343
Merge pull request #106439 from Xottab-DUTY/patch-2
openxray: update package description
2020-12-20 16:58:08 +01:00
Sandro
765e5c32cb
Merge pull request #100978 from yevhenshymotiuk/pipx-0.15.6.0
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0
2020-12-20 15:50:48 +01:00
Milan Pässler
66e478172d libtorrentRasterbar_1_2_x: 1.2.6 -> 1.2.11 2020-12-20 15:48:58 +01:00
Milan Pässler
1edfaa4a0d libtorrentRasterbar-2_0_x: init at 2.0.1 2020-12-20 15:48:58 +01:00
Sandro
49ea33f24c
Merge pull request #107257 from fabaff/bump-xkcdpass
python3Packages.xkcdpass: 1.17.3 -> 1.17.6
2020-12-20 15:39:26 +01:00
Ben Siraphob
87aa20764c knightos-z80e: 0.5.0 -> 0.5.2 2020-12-20 21:11:18 +07:00
Ben Siraphob
fbc7ad52fb knightos-scas: 0.4.6 -> 0.5.3 2020-12-20 21:11:18 +07:00
Fabian Affolter
dd6502824e python3Packages.xkcdpass: 1.17.3 -> 1.17.6 2020-12-20 14:33:13 +01:00
Pavol Rusnak
aab02ab316
Merge pull request #107247 from marsam/update-rbw
rbw: 0.5.0 -> 0.5.2
2020-12-20 14:26:14 +01:00
Timo Kaufmann
45395aaf31
Merge pull request #106892 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.0 -> 0.7.1
2020-12-20 14:13:53 +01:00
Florian Klink
e45d9000b5
Merge pull request #107112 from Izorkin/samba-wsdd-fix
nixos/samba-wsdd: fix starting
2020-12-20 13:16:17 +01:00
Milan Pässler
37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Yevhen Shymotiuk
771df96fe5
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0 2020-12-20 14:02:28 +02:00
Mario Rodas
42cb24cec2
stix-two: 2.0.2 -> 2.10
PR #107235
2020-12-20 12:21:17 +01:00
Kevin Cox
0d42077f34
Merge pull request #104253 from meatcar/sqlite-utils-3.0
pythonPackages.sqlite-utils: depend on sqlite-fts4
2020-12-20 06:18:59 -05:00
Pavol Rusnak
f9a60fc471
Merge pull request #107202 from Preisschild/improvement/stern-use-fork
stern: use stern/stern as upstream source
2020-12-20 11:42:04 +01:00