about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-21Revert "bintools-wrapper: skip dynamic linker for static binaries"Vladimír Čunát5-43/+12
This reverts commit ccfd26ef14ea213320f0b49db3fb347785b38f06. These toolchain changes are too problematic, so reverting for now; see https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366
2020-12-21Revert "Merge #107253: bintools-wrapper: fix inverted link32 check"Vladimír Čunát1-1/+1
This reverts commit 241c3912555e0f80e3a61a808c70986f0f4cb8fe, reversing changes made to ab8c2b2b2ca6579104f5692ead859db31030de35. These toolchain changes are too problematic, so reverting for now; see https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366
2020-12-21Merge master into staging-nextgithub-actions[bot]26-186/+176
2020-12-21Merge pull request #103754 from 06kellyjac/waypointSandro2-0/+48
waypoint: init at 0.1.5
2020-12-21libcryptui: enableParallelBuildingAlyssa Ross1-0/+2
Works fine for me at -j48.
2020-12-21mathematica: 12.1.1 -> 12.2.0 (#107309)FliegendeWurst1-14/+2
2020-12-21linux-rt_5_10: 5.10.1-rt19 -> 5.10.1-rt20Tim Steinbach1-2/+2
2020-12-21linux: 5.9.15 -> 5.9.16Tim Steinbach1-2/+2
2020-12-21linux: 5.4.84 -> 5.4.85Tim Steinbach1-2/+2
2020-12-21linux: 5.10.1 -> 5.10.2Tim Steinbach1-2/+2
2020-12-21awscli: 1.18.199 -> 1.18.200Tim Steinbach1-2/+2
2020-12-21python3Packages.boto3: 1.16.39 -> 1.16.40Tim Steinbach1-2/+2
2020-12-21python3Packages.botocore: 1.19.39 -> 1.19.40Tim Steinbach1-2/+2
2020-12-21Merge pull request #98494 from fgaz/qrcp/0.6.4Sandro5-97/+35
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21Merge pull request #89778 from jbedo/spadesSandro1-2/+2
SPAdes: add python dependency
2020-12-21Merge pull request #107243 from stigtsp/package/rakudo-2020.12Daniël de Kok3-6/+6
rakudo: 2020.11 -> 2020.12
2020-12-21Merge pull request #107327 from Luflosi/update/kittyDaniël de Kok1-2/+2
kitty: 0.19.2 -> 0.19.3
2020-12-21python3Packages.transformers: 4.0.1 -> 4.1.1Daniël de Kok1-2/+4
Pandas is added to checkInputs, because it is required for the TAPAS tokenization test. Changelog: https://github.com/huggingface/transformers/releases/tag/v4.1.1
2020-12-21pythonPackages.discordpy: remove overly restrictive version constraintsIvarWithoutBones1-2/+2
2020-12-21Merge pull request #90142 from wmertens/pam-ssh-agentWout Mertens2-34/+46
pam_ssh_agent_auth: 0.10.3 -> 0.10.4
2020-12-21kitty: 0.19.2 -> 0.19.3Luflosi1-2/+2
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.3
2020-12-21Merge pull request #107300 from TredwellGit/libreoffice-freshMichael Raskin2-13/+13
libreoffice-fresh: 7.0.3.1 -> 7.0.4.2
2020-12-21Merge master into staging-nextgithub-actions[bot]25-194/+266
2020-12-21Merge pull request #107003 from Atemu/update/linux_zenMichael Raskin1-3/+3
linux_zen: 5.9.14 -> 5.10.1
2020-12-21Merge pull request #106586 from doronbehar/pkg/octave/miscMichael Raskin5-105/+82
octave: Use latest jdk & Allow 64 bit indices
2020-12-21Merge pull request #105461 from mweinelt/botanMichael Raskin4-6/+9
botan2: 2.9.0 -> 2.17.2
2020-12-21Merge pull request #107134 from psibi/patch-2Sandro1-1/+1
nixos/manual: fix typo in virtualbox installation guide
2020-12-21Merge pull request #101828 from siraben/flasm-initSandro2-0/+32
2020-12-21Merge pull request #107218 from helsinki-systems/upd/glusterfsMichael Raskin2-60/+21
glusterfs: 7.6 -> 8.3
2020-12-21Merge pull request #107275 from bjornfor/fix-build-vm-with-bootloader-with-efiMichele Guerini Rocco2-1/+4
nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
2020-12-21waypoint: init at 0.1.506kellyjac2-0/+48
Co-authored-by: Patrick Winter <patrickwinter@posteo.ch>
2020-12-21ocamlPackages.opam-format: use dune 2sternenseemann1-0/+2
2020-12-21ocamlPackages.opam-repository: use dune 2sternenseemann1-0/+2
2020-12-21ocamlPackages.opam-state: use dune 2sternenseemann1-0/+2
2020-12-21Merge pull request #107287 from markuskowa/upd-libpsmmarkuskowa1-5/+4
libpsm2: 11.2.156 -> 11.2.185
2020-12-21Merge pull request #96046 from numinit/keystore-explorerDoron Behar2-0/+42
keystore-explorer: init at 5.4.4
2020-12-21nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systemsBjørn Forsman2-1/+4
`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-21Merge pull request #107288 from numinit/soapyaudioSandro2-0/+34
soapyaudio: init at 0.1.1
2020-12-21Merge pull request #107290 from fgaz/mindustry/121.4Sandro1-3/+3
mindustry,mindustry-server: 120.2 -> 121.4
2020-12-20steam: fix readonly boostrap.tar.xzJonathan Ringer1-0/+10
steam writes it with 444 permissions, which makes simple deletions fails, and steam will crash
2020-12-20steam: fix desktop linkJonathan Ringer1-1/+1
2020-12-20steamPackages.steam: 1.0.0.61 -> 1.0.0.68Jonathan Ringer1-5/+7
2020-12-20steam-fhsenv: normalize ldPathJonathan Ringer1-4/+7
2020-12-21Merge master into staging-nextgithub-actions[bot]3-10/+12
2020-12-21nixos/manual: fix typo in virtualbox installation guideSibi Prabakaran1-1/+1
2020-12-20ethminer: fix broken package by switching to clangBreak Yang1-5/+6
2020-12-21libreoffice-fresh: 7.0.3.1 -> 7.0.4.2TredwellGit2-13/+13
2020-12-21flasm: init at 1.64Ben Siraphob2-0/+32
2020-12-21Merge master into staging-nextgithub-actions[bot]35-82/+181
2020-12-21python3Packages.hstspreload: add pythonImportsCheckMartin Weinelt1-0/+2