Commit graph

259565 commits

Author SHA1 Message Date
Sandro b333263534
Merge pull request #103754 from 06kellyjac/waypoint
waypoint: init at 0.1.5
2020-12-21 19:17:19 +01:00
John Ericson 4bded92554 nixos/thermald: Allow switching package
Sometimes newer versions than what nixpkgs provides is needed for
certain hardware, especially for stable releases where I will backport
this commit.
2020-12-21 18:14:53 +00:00
Alyssa Ross b7045dacc6 libcryptui: enableParallelBuilding
Works fine for me at -j48.
2020-12-21 18:14:42 +00:00
Dmitry Kalinkin 9521efa607
cling: fix libc include path for non-glibc 2020-12-21 13:08:21 -05:00
FliegendeWurst e49c1a0027
mathematica: 12.1.1 -> 12.2.0 (#107309) 2020-12-21 12:55:28 -05:00
Tim Steinbach c0e091e6d7
linux-rt_5_10: 5.10.1-rt19 -> 5.10.1-rt20 2020-12-21 12:48:17 -05:00
Tim Steinbach 4859bf2874
linux: 5.9.15 -> 5.9.16 2020-12-21 12:48:17 -05:00
Tim Steinbach 6b4ee3bf33
linux: 5.4.84 -> 5.4.85 2020-12-21 12:48:16 -05:00
Tim Steinbach 9dc0ab949b
linux: 5.10.1 -> 5.10.2 2020-12-21 12:48:16 -05:00
Tim Steinbach b4c59d6ab1
awscli: 1.18.199 -> 1.18.200 2020-12-21 12:48:16 -05:00
Tim Steinbach ff6ef5bcbc
python3Packages.boto3: 1.16.39 -> 1.16.40 2020-12-21 12:48:15 -05:00
Tim Steinbach 6625d1d101
python3Packages.botocore: 1.19.39 -> 1.19.40 2020-12-21 12:48:12 -05:00
Sandro ff234e95a5
Merge pull request #98494 from fgaz/qrcp/0.6.4
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21 18:41:58 +01:00
Sandro af69f39c99
Merge pull request #89778 from jbedo/spades
SPAdes: add python dependency
2020-12-21 18:25:07 +01:00
Дамјан Георгиевски e189177c26 uwsgi: add passthru.tests.uwsgi to derivation 2020-12-21 17:52:04 +01:00
Martin Weinelt 5e5139ea20
python3Packages.ircstates: 0.11.6 -> 0.11.7 2020-12-21 17:46:42 +01:00
Daniël de Kok 5ba85d6b34
Merge pull request #107243 from stigtsp/package/rakudo-2020.12
rakudo: 2020.11 -> 2020.12
2020-12-21 17:07:21 +01:00
Daniël de Kok 37bcab3c1b
Merge pull request #107327 from Luflosi/update/kitty
kitty: 0.19.2 -> 0.19.3
2020-12-21 17:00:27 +01:00
Daniël de Kok b055fd1100 python3Packages.transformers: 4.0.1 -> 4.1.1
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-21 07:55:16 -08:00
rnhmjoj c32ef2192f nixos/tests/uwsgi: test PHP plugin 2020-12-21 16:50:54 +01:00
Дамјан Георгиевски 22e8804308 uwsgi: the php plugin needs to link with session.so
On NixOS the session.so php extension is a separate package (and not builtin
in libphp.so). But since the uwsgi php plugin uses the session
mechanisms, we need to link the plugin to that library too.

With this change uwsgipluginpy is hacked to take an additional UWSGICONFIG_PHP_LDFLAGS
environment variable and add it to its LDFLAGS, and then in the nix
expression the UWSGICONFIG_PHP_LDFLAGS is set to point to php.extensions.session
2020-12-21 16:50:54 +01:00
Дамјан Георгиевски fd018e990b uwsgi: set UWSGICONFIG_PHPPATH to the php.dev store
uwsgi needs to run php-config to get the include path. set the
UWSGICONFIG_PHPPATH to the php-config in the php.dev store.

Patch common.h to directly include php_session.h (since it's a separate package on
nixos).

NIX_CFLAGS_LINK was removed since it doesn't seem to be used at all

https://github.com/unbit/uwsgi/blob/master/plugins/php/common.h
2020-12-21 16:50:53 +01:00
IvarWithoutBones b9140da9e2 pythonPackages.discordpy: remove overly restrictive version constraints 2020-12-21 07:44:05 -08:00
Wout Mertens 2194012d3b
Merge pull request #90142 from wmertens/pam-ssh-agent
pam_ssh_agent_auth: 0.10.3 -> 0.10.4
2020-12-21 16:29:59 +01:00
Luflosi 0c0a1a9a6d
kitty: 0.19.2 -> 0.19.3
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.3
2020-12-21 15:53:15 +01:00
Arnout Engelen e8488ab545
notion: 4.0.1 -> 4.0.2
What's New

The highlight of this release is fixing the long-standing issue
where Firefox popups would sometimes show up in the wrong place
on multi-monitor setups (https://github.com/raboof/notion/issue/59),
thanks to great detective work by @florolf . Thanks!

* Initial implementation of _NET_FRAME_EXTENTS (https://github.com/raboof/notion/pull/303) @florolf/@raboof
* Fix potential livelock in do_timer_set (https://github.com/raboof/notion/pull/302) @dnr

Docs

* Add more docs to cfg_notion.lua (https://github.com/raboof/notion/pull/283) @raboof

Under the hood

* Trigger release drafter from github actions (https://github.com/raboof/notion/pull/304) @raboof
* Remove some colorful language (https://github.com/raboof/notion/pull/296) @raboof

https://github.com/raboof/notion/releases/tag/4.0.2
2020-12-21 15:36:39 +01:00
Michael Raskin 2a058487cb
Merge pull request #107300 from TredwellGit/libreoffice-fresh
libreoffice-fresh: 7.0.3.1 -> 7.0.4.2
2020-12-21 13:26:06 +00:00
github-actions[bot] d442b912ae
Merge master into staging-next 2020-12-21 12:23:05 +00:00
Felix Buehler 6be8a0ecd7 maintainers: add stunkymonkey 2020-12-21 12:56:53 +01:00
Michael Raskin 4aa87cfa36
Merge pull request #107003 from Atemu/update/linux_zen
linux_zen: 5.9.14 -> 5.10.1
2020-12-21 11:51:38 +00:00
Michael Raskin ee383a53dd
Merge pull request #106586 from doronbehar/pkg/octave/misc
octave: Use latest jdk & Allow 64 bit indices
2020-12-21 11:30:08 +00:00
Michael Raskin 67e7d1170b
Merge pull request #105461 from mweinelt/botan
botan2: 2.9.0 -> 2.17.2
2020-12-21 11:25:53 +00:00
Sandro 652da3f472
Merge pull request #107134 from psibi/patch-2
nixos/manual: fix typo in virtualbox installation guide
2020-12-21 11:32:52 +01:00
Fabian Affolter 560dc49bff maintainers: add fab 2020-12-21 11:23:55 +01:00
Sandro 1de5611574
Merge pull request #101828 from siraben/flasm-init 2020-12-21 11:19:50 +01:00
Michael Raskin 7dc6f850b3
Merge pull request #107218 from helsinki-systems/upd/glusterfs
glusterfs: 7.6 -> 8.3
2020-12-21 09:57:14 +00:00
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
06kellyjac 6c839492e8 waypoint: init at 0.1.5
Co-authored-by: Patrick Winter <patrickwinter@posteo.ch>
2020-12-21 09:30:26 +00: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