Artur Taranchiev
5625941e65
Update maintainer
2020-12-21 11:18:40 +03: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 and GitHub
832ae4311a
Merge pull request #107288 from numinit/soapyaudio
...
soapyaudio: init at 0.1.1
2020-12-21 08:39:00 +01:00
Sandro and GitHub
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 and 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 and Jonathan Ringer
ab91cd998f
steam: fix desktop link
2020-12-20 22:38:18 -08:00
Jonathan Ringer and Jonathan Ringer
473ec944a1
steamPackages.steam: 1.0.0.61 -> 1.0.0.68
2020-12-20 22:38:18 -08:00
Jonathan Ringer and Jonathan Ringer
0179b5f173
steam-fhsenv: normalize ldPath
2020-12-20 22:38:18 -08:00
github-actions[bot] and GitHub
f2b48e74be
Merge master into staging-next
2020-12-21 06:19:56 +00:00
Sibi Prabakaran
15dcf1344f
nixos/manual: fix typo in virtualbox installation guide
2020-12-21 11:01:54 +05:30
Break Yang and Jonathan Ringer
0446b8af52
ethminer: fix broken package by switching to clang
2020-12-20 19:56:35 -08:00
TredwellGit
37abd75b93
libreoffice-fresh: 7.0.3.1 -> 7.0.4.2
2020-12-21 01:45:25 +00:00
Ben Siraphob
17f8726ee2
flasm: init at 1.64
2020-12-21 08:18:30 +07:00
github-actions[bot] and GitHub
bdf1e394e4
Merge master into staging-next
2020-12-21 00:45:49 +00:00
Martin Weinelt
e55f77277b
python3Packages.hstspreload: add pythonImportsCheck
2020-12-21 01:29:55 +01:00
markuskowa and GitHub
3cb87bb668
Merge pull request #107293 from numinit/sdrangel-soapysdr
...
sdrangel: add soapysdr dependency
2020-12-21 00:49:46 +01:00
Pavol Rusnak and GitHub
92ffcab6fc
Merge pull request #107266 from petabyteboy/feature/update-geoipupdate
...
geoipupdate: 4.5.0 -> 4.6.0
2020-12-21 00:49:18 +01:00
sternenseemann and Vincent Laporte
640d92513d
buildDunePackage: use dune install instead of opaline
2020-12-21 00:43:33 +01:00
Mario Rodas and GitHub
d63cc95869
Merge pull request #107177 from avdv/bazel-buildtools_3.5.0
...
bazel-buildtools: 3.3.0 -> 3.5.0
2020-12-20 18:34:50 -05:00
Florian Klink
43f74794de
displaylink: manually activate dlm.service
...
The shell script coming with the vendor-provided udev rule simply
starts dlm.service (and sets up some symlinks), and stops dlm.service if
that was the last card plugged in.
On NixOS, some of the cat/grep/sed commands are not available, causing
the script to fail.
Turns out, the symlinks aren't needed at all. Archlinux ships their own
script
(https://aur.archlinux.org/cgit/aur.git/plain/udev.sh?h=displaylink ),
which only starts and stops dlm.service, depending on whether there's
cards left or not.
We can further optimize this by simply starting dlm.service on the first
card, and not stopping it at all. Considering dlm won't get stopped if
one of multiple cards is unplugged, it seems to handle disconnects.
2020-12-21 00:34:31 +01:00
Florian Klink and GitHub
132894d1fa
Merge pull request #106728 from eyJhb/evdi-1.7.1
...
evdi: unstable-20200416 -> v1.7.2
2020-12-21 00:28:22 +01:00
Eduard Bopp
81f4bca15c
rtl8761b-firmware: init at rtk1395
...
Also included the firmware under enableRedistributableFirmware.
2020-12-21 00:22:53 +01:00
Morgan Jones
08319d0522
sdrangel: add soapysdr dependency
2020-12-20 16:15:46 -07:00
Morgan Jones
3c233e2692
soapyaudio: init at 0.1.1
2020-12-20 16:14:13 -07:00
Sandro and GitHub
8c334161bd
Merge pull request #106967 from siraben/knightos-update
...
knightos-kcc: 4.0.0 -> 4.0.4
2020-12-21 00:07:57 +01:00
Sandro and GitHub
e98df3d14a
Merge pull request #105391 from reedrw/r2mod
2020-12-21 00:01:41 +01:00
John Ericson and GitHub
241c391255
Merge pull request #107253 from Emantor/topic/fix_link32_ld_wrapper
...
bintools-wrapper: fix inverted link32 check
2020-12-20 17:59:21 -05:00
Sandro and GitHub
643d16b7cf
Merge pull request #107261 from siraben/kimg-update
...
knightos-kimg: 0.3.0 -> 0.4.0
2020-12-20 23:52:13 +01:00
Sandro and GitHub
9cb4d2f490
Merge pull request #107272 from fabaff/hstspreload
...
python3Packages.hstspreload: 2020.6.9 -> 2020.11.21
2020-12-20 23:38:02 +01:00
Maximilian Güntner and Maximilian
ce7608d6e7
nginxlog-exporter: 1.3.0 -> 1.8.0
2020-12-20 23:33:30 +01:00
Sandro and GitHub
9bc782f952
Merge pull request #107279 from stigtsp/package/perl-metacpan-client-2.029000
...
perlPackages.MetaCPANClient: 2.028000 -> 2.029000
2020-12-20 23:30:20 +01:00
Tim Steinbach and GitHub
9ff582afd6
Merge pull request #107166 from mohe2015/update-sudo
...
sudo: 1.9.4 -> 1.9.4p1
2020-12-20 17:24:01 -05:00
Francesco Gazzetta
15d67698c0
mindustry,mindustry-server: 120.2 -> 121.4
2020-12-20 23:23:19 +01:00
Benjamin Hipple and GitHub
e1e614d3dd
Merge pull request #107264 from dywedir/pijul
...
pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24
2020-12-20 16:46:29 -05:00
Justin Bedo
3a65e29d4b
SPAdes: add python dependency
2020-12-21 08:29:57 +11:00
Markus Kowalewski
6078ad5270
libpsm2: 11.2.156 -> 11.2.185
2020-12-20 22:07:34 +01:00
Francesco Gazzetta
8e52193721
nixosTests.image-contents: init
2020-12-20 21:24:50 +01:00
Francesco Gazzetta
6f21ae7a62
nixos/lib/make-disk-image.nix: support content mode and ownership
2020-12-20 21:22:47 +01:00
Matthieu Le brazidec (r3v2d0g)
bfec6c34b4
emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'
2020-12-20 21:15:18 +01:00
0x4A6F
51031a8d73
dasel: add installCheckPhase test
2020-12-20 20:05:07 +00:00
numinit
ce5d0b66b3
keystore-explorer: init at 5.4.4
2020-12-20 12:59:03 -07:00
Milan Pässler and Milan
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 and Milan
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 and Milan
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
Stig Palmquist
5abcf9c669
perlPackages.MetaCPANClient: 2.028000 -> 2.029000
2020-12-20 20:49:25 +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 and GitHub
a55a89cdfd
Merge pull request #98558 from andys8/add-tty-share
2020-12-20 21:24:49 +02:00
vojta001 and GitHub
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 and Milan
b1499452b8
duf: Add darwin supoort
2020-12-20 19:34:00 +01:00
Nikolay Korotkiy
c7928fb076
keeweb: 1.16.0 → 1.16.5
2020-12-20 21:30:32 +03:00