Commit graph

259229 commits

Author SHA1 Message Date
rnhmjoj 06749ba321 nixos/tests/uwsgi: test PHP plugin 2020-12-22 14:12:19 +01:00
Дамјан Георгиевски 87bed6c86a 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-22 14:12:15 +01:00
Дамјан Георгиевски 6dd858dc30 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-22 14:09:20 +01:00
Michael Weiss 86ff1e45ce
ungoogled-chromium: Support enableWideVine=true
Building with Google's proprietary Widevine DRM technology requires
fetching the Google Chrome sources.
2020-12-22 13:35:40 +01:00
Max Wittig 74971a10d5
gitlab-runner: 13.6.0 -> 13.7.0 (#107378) 2020-12-22 13:16:15 +01:00
Florian Klink da1b28ab8f
Merge pull request #107385 from flokli/udev-rule-update-example
nixos/udev: harmonize extraRules example
2020-12-22 11:44:20 +01:00
markuskowa f62fcde81a
Merge pull request #107359 from numinit/sdrangel-soapysdr
sdrangel: set SOAPYSDR_DIR in build
2020-12-22 11:37:36 +01:00
Florian Klink 80b0997499 nixos/udev: harmonize extraRules example
Use the same sample as in https://wiki.debian.org/NetworkInterfaceNames,
which includes the `ACTION=="add"` condition.
2020-12-22 11:16:29 +01:00
Maximilian Bosch addcb4a04a
Merge pull request #107352 from TredwellGit/wireshark
wireshark: 3.4.0 -> 3.4.2 (security)
2020-12-22 10:26:27 +01:00
rnhmjoj 9f52d1f234
Revert "nixos/wireless: fix failure with no interfaces"
This reverts commit 8f177612b1.

Attempting to start any service from udev when systemd-udev-settle is
used at all hangs the boot for 2min. See issue #107341.
2020-12-22 10:17:32 +01:00
Lucas Hoffmann 4d0c6c645c
nvimpager: init at 0.9 (#107057)
* nvimpager: init at 0.9

* nvimpager: fixup: doCheck can be overriden with `overrideAttrs`

* nvimpager: fixup: use patchShebangs instead of substituteInPlace

* nvimpager: fixup: move pandoc to nativeBuildInputs

* Fix typo

* nvimpager: fixup: run the tests in a pseudo tty

* nvimpager: fixup: make all dependencies overridable
2020-12-22 10:11:02 +01:00
Sandro ca8343d1b9
Merge pull request #105781 from phile314/rm_old_kafka 2020-12-22 10:03:08 +01:00
Maximilian Bosch d36f00235e
packer: 1.6.5 -> 1.6.6
https://github.com/hashicorp/packer/releases/tag/v1.6.6
2020-12-22 09:51:09 +01:00
Maximilian Bosch b9dabe736a
element-desktop: 1.7.15 -> 1.7.16
https://github.com/vector-im/element-web/releases/tag/v1.7.16
2020-12-22 09:51:09 +01:00
Maximilian Bosch bbceaa8cfd
element-web: 1.7.15 -> 1.7.16
https://github.com/vector-im/element-web/releases/tag/v1.7.16
2020-12-22 09:51:09 +01:00
R. RyanTM f3939a9b75 python37Packages.pulp: 2.3.1 -> 2.4 2020-12-22 09:42:21 +01:00
Sandro 747ead1c74
Merge pull request #104291 from bbigras/nuspell
nuspell: 4.0.1 -> 4.2.0
2020-12-22 09:41:13 +01:00
Tom Fitzhenry 9d92c9d0a7 iso-image: add 'serial console' boot entry
Prior to this commit, installation over serial console would requiring
manually having to modify the kernel modeline, as described in
https://github.com/NixOS/nixpkgs/issues/58198 .

This is unnecessarily fiddly, so this commit adds a syslinux boot
entry that has serial enabled.

GRUB already has a serial console entry:
2c07a0800a/nixos/modules/installer/cd-dvd/iso-image.nix (L311-L317)

Why 115200 bps? This is already used in other places, e.g. https://github.com/NixOS/nixpkgs/pull/58196

I tested this change by building the image, booting the image, and
observing the boot process over serial:

    $ cd nixos/
    $ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix
    $ sudo cp /nix/store/arcl702c3z8xlndlvnfplq9yhixjvs9k-nixos-20.09pre-git-x86_64-linux.iso/iso/nixos-20.09pre-git-x86_64-linux.iso /dev/sdb

    $ picocom -b 115200 /dev/ttyUSB0
2020-12-22 16:16:15 +08:00
Maximilian Bosch fb8f5df18f
Merge pull request #107365 from zowoq/ytdl
youtube-dl: 2020.12.14 -> 2020.12.22
2020-12-22 08:49:48 +01:00
Maximilian Bosch 45e371ec84
Merge pull request #105385 from WilliButz/update/codimd/1.7.0
codimd: 1.6.0 -> 1.7.0, rename to hedgedoc
2020-12-22 08:44:13 +01:00
Luke Worth 160ba18da6 unused: init at 0.2.1 2020-12-22 14:52:34 +08:00
Luke Worth e18b62a5e7 maintainer-list: add lrworth 2020-12-22 14:52:34 +08:00
zowoq 1ebf7ecb91 youtube-dl: 2020.12.14 -> 2020.12.22
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.22
2020-12-22 13:22:37 +10:00
06kellyjac af5b6f9ffd nerdctl: 0.3.0 -> 0.4.0 2020-12-22 13:22:28 +10:00
Orivej Desh da247171b1
mutagen: install agents bundle (#107297)
Fixes #81219
2020-12-22 02:46:52 +00:00
Morgan Jones 16a33fb05e sdrangel: set SOAPYSDR_DIR in build 2020-12-21 18:25:00 -07:00
WilliButz 97e863ad7f
nixos/doc: add note about codimd -> hedgedoc to release notes 2020-12-22 01:39:03 +01:00
WilliButz 1c55621706
nixos/codimd: rename to hedgedoc
CodiMD was renamed to HedgeDoc. The user, group and state directory,
will be named hedgedoc instead of codimd, starting with stateVersion
"21.03".
2020-12-22 01:39:03 +01:00
WilliButz e19995e43b
codimd: 1.6.0 -> 1.7.0, rename to hedgedoc
CodiMD was renamed to HedgeDoc and is now built with nodejs-14_x.

https://github.com/hedgedoc/hedgedoc/releases/tag/1.7.0
2020-12-22 01:39:02 +01:00
TredwellGit 58c52f0b45 wireshark: 3.4.0 -> 3.4.2
https://www.wireshark.org/docs/relnotes/wireshark-3.4.1.html
https://www.wireshark.org/docs/relnotes/wireshark-3.4.2.html
2020-12-21 22:12:10 +00:00
Vladimír Čunát 583470209f
Revert "Merge #97536: uwsgi: fix compiling and linking"
This reverts commit df4d0b03ef, reversing
changes made to b333263534.

It didn't even evaluate!
2020-12-21 22:48:19 +01:00
Florian Klink 4de10624f6
Merge pull request #107207 from rb2k/add_libsmartcols
libsmartcols: init at v2.36.1
2020-12-21 22:14:15 +01:00
Daniël de Kok 86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
Anderson Torres e3bc01a6f4
Merge pull request #107325 from raboof/notion-4.0.1-to-4.0.2
notion: 4.0.1 -> 4.0.2
2020-12-21 17:58:41 -03:00
Martin Weinelt cb8acf38ed
Merge pull request #107334 from mweinelt/python/ircstates
python3Packages.ircstates: 0.11.6 -> 0.11.7
2020-12-21 21:53:22 +01:00
WilliButz 8fc05f7a19
Merge pull request #107292 from mguentner/nginxlog_exporter
nginxlog_exporter:  1.3.0 -> 1.8.1 + module w/ tests
2020-12-21 21:40:16 +01:00
John Ericson 9a6d2ba1c5
Merge pull request #107338 from Ericson2314/thermald-allow-custom-package
nixos/thermald: Allow switching package
2020-12-21 15:23:53 -05:00
Maximilian Güntner 65fd031277
nixos: add prometheus_nginxlog_exporter module + test 2020-12-21 21:23:39 +01:00
Martin Weinelt bbd59a224b python3Packages.pytest-trio: 0.6.0 -> 0.7.0 2020-12-21 12:11:35 -08:00
Léo Gaspard a5a819e059
Merge pull request #104292 from fgaz/image-contents
nixos/lib/make-disk-image.nix: support content mode and ownership
2020-12-21 19:58:49 +01:00
Marc Seeger 95c123d183 libsmartcols: init at v2.36.1 2020-12-21 10:54:14 -08:00
Philipp Hausmann a63c1a930f kafka: remove old versions 2020-12-21 19:46:16 +01:00
Timo Kaufmann 8aaf788e34
Merge pull request #99037 from mohe2015/fix-mongodb
nixos/mongodb: fix running initialScript without a set root password
2020-12-21 19:41:51 +01:00
Sohalt 7e63c97223
folly: 2019.11.11.00 -> 2020.09.28.00, fix build (#99133) 2020-12-21 13:32:25 -05:00
Michele Guerini Rocco df4d0b03ef
Merge pull request #97536 from gdamjan/fix-uwsgi-php-try3
Fix compiling and linking the php plugin in uwsgi
2020-12-21 19:23:52 +01:00
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
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