Commit Graph
424627 Commits
Author SHA1 Message Date
Martin WeineltandGitHub 522cb4599b Merge pull request #200013 from teutat3s/fix/pgloader-lisp-mssql-dep 2022-11-07 13:49:49 +01:00
Martin WeineltandGitHub 37543afe1d Merge pull request #200012 from 06kellyjac/grype 2022-11-07 13:44:47 +01:00
Rok GarbasandGitHub 5232a35ea7 Merge pull request #199589 from djacu/feature/add-ppx-yojson-conv-to-ocaml-modules
ocamlPackages.ppx_yojson_conv: init at 0.15.1
2022-11-07 13:39:56 +01:00
Maximilian BoschandGitHub 94f1ac1ce5 Merge pull request #185589 from haskelious/fix/roundcubePlugin_contextmenu
roundcubePlugins.contextmenu: init at 3.3.1
2022-11-07 13:38:59 +01:00
Robert HensingandGitHub 9b1a64618b Merge pull request #199961 from viraptor/esbuild-netlify-darwin
esbuild_netlify: fix darwin build
2022-11-07 13:33:41 +01:00
Maximilian BoschandGitHub 94046425a0 Merge pull request #199997 from mayflower/wp-create-font-dir
nixos/wordpress: ensure that fonts already exists
2022-11-07 13:25:16 +01:00
Sascha Grunertandzowoq ac4ed49fa5 crun: 1.6 -> 1.7
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-11-07 22:24:59 +10:00
Martin WeineltandGitHub ba047a1e4f Merge pull request #199940 from reckenrode/zhf-edk2-darwin 2022-11-07 13:23:02 +01:00
Robert Hensing b234d4f06d esbuild_netlify: Add netlify-cli to tests 2022-11-07 13:05:07 +01:00
Martin WeineltandGitHub 75d0713ed2 Merge pull request #199518 from wegank/zeroconf-aarch64-darwin
python3Packages.zeroconf: disable tests on darwin
2022-11-07 13:03:38 +01:00
Maximilian BoschandGitHub 6265851e85 Merge pull request #199497 from kilianar/vorta-0.8.8
vorta: 0.8.7 -> 0.8.9
2022-11-07 13:03:12 +01:00
Bobby RongandGitHub 03e68946a0 Merge pull request #186628 from ocfox/pam_faildelay
nixos/pam: add option failDelay
2022-11-07 19:54:57 +08:00
Kirill RadzikhovskyyandYt 590a40e134 android-studio: 2021.3.1.16 -> 2021.3.1.17 2022-11-07 06:45:23 -05:00
06kellyjac dd947cf33a grype: fix for darwin 2022-11-07 11:38:32 +00:00
teutat3s 286e7fbbe9 lispPackages_new.sbclPackages.pgloader: add
missing freetds dependency to mssql nativeLibs
2022-11-07 12:34:40 +01:00
Robert HensingandGitHub abd4e9d524 Merge pull request #199572 from SuperSandro2000/nix-daemon-io-prio
nixos/nix-daemon: don't give daemon by default high io priority
2022-11-07 12:26:47 +01:00
Maximilian BoschandGitHub 67e61879c5 Merge pull request #199416 from symphorien/wg-add-peer
nixos/wireguard: start new peers when they are added
2022-11-07 12:20:06 +01:00
ocfoxandBobby Rong ab0ae8f5e1 nixos/pam: add option failDelay
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-11-07 19:16:35 +08:00
Fabian AffolterandGitHub 5ebfb030f6 Merge pull request #199841 from r-ryantm/auto-update/python310Packages.gsd
python310Packages.gsd: 2.6.0 -> 2.6.1
2022-11-07 12:16:28 +01:00
Majiir PaktuandBjørn Forsman ad83bff008 nixos/binfmt: restart systemd-binfmt when registrations change 2022-11-07 11:28:47 +01:00
R. RyantmandBjørn Forsman 9519670e6f pyinfra: 2.5.1 -> 2.5.2 2022-11-07 11:27:50 +01:00
Theodore NiandBjørn Forsman 762fcbb80b python310Packages.rpi-gpio: only build on Linux 2022-11-07 11:19:35 +01:00
Damien CassouandGitHub 011e62ddd7 Merge pull request #198932 from linsui/safeeyes 2022-11-07 11:00:14 +01:00
Guillaume GirolandGitHub f51844effd Merge pull request #198494 from chuangzhu/gotktrix
gotktrix: 0.1.4 -> unstable-2022-09-29
2022-11-07 09:44:58 +00:00
R. RyantmandBjørn Forsman e0f93084f7 ccache: 4.7.2 -> 4.7.3 2022-11-07 10:42:34 +01:00
Nicolas BenesandBjørn Forsman 3138f96051 tor-browser-bundle-bin: 11.5.6 -> 11.5.7 2022-11-07 10:32:38 +01:00
Maximilian Bosch b40b8b92e2 nixos/wordpress: ensure that fonts already exists
Not a big deal in most of the cases because wordpress ensures that this
directory exists on its own, but with our twentig customizations that's
actually causing issues.

(cherry picked from commit 3285342bfe5f401dda84c13c834e73154928a61c)
2022-11-07 10:08:01 +01:00
Edward Tjörnhammar 83ecc90d10 nixos/mdevctl: init module 2022-11-07 09:05:23 +00:00
Edward Tjörnhammar ea396831fa mdevctl: init at 1.2.0 2022-11-07 09:05:23 +00:00
Bjørn Forsman 667e5581d1 bazarr: update expr
* Add runtime program dependencies to buildInputs, instead of setting
  that up as part of the install phase. This allows hacking on bazarr
  straight from `nix-shell -A bazarr`.
* Add missing preInstall/postInstall hooks.
* Quote shell variables.
* Simplify install path: $out/share/${pname}-${version} -> $out/share/${pname}.
  (There's no point in having the version there, and without proper deep
  overrides it can also create some problems.)
2022-11-07 09:59:25 +01:00
FC StegermanandBjørn Forsman 4488784f49 maintainers: fix name for obfusk 2022-11-07 09:55:24 +01:00
Michal SandBjørn Forsman 9b7725ff8a sshs: 3.3.0 -> 3.4.0 2022-11-07 09:54:08 +01:00
Thiago Kenji OkadaandGitHub 6c10d499c6 Merge pull request #199957 from AtilaSaraiva/rtw
linuxPackages.rtw88: 2022-06-03 to 2022-11-05
2022-11-07 08:49:57 +00:00
Dmitry BogatovandBjørn Forsman 9998ec71cc pkgsStatic.cmark: fix build
Pass configuration flag to prevent build system from attempting to build .so
shared library during pkgsStatic build. Upstream build system is not capable of
figuring on its own that it is impossible.
2022-11-07 09:48:51 +01:00
Brian McKennaandBjørn Forsman 8c60992ea9 webkitgtk: unset separateDebugInfo for 32 bit platforms 2022-11-07 09:46:25 +01:00
Michele Guerini RoccoandGitHub 25eeb4785c Merge pull request #199899 from r-ryantm/auto-update/mutt
mutt: 2.2.7 -> 2.2.8
2022-11-07 08:48:56 +01:00
Weijia Wang d327e40814 python3Packages.zeroconf: disable tests on darwin 2022-11-07 07:34:00 +01:00
R. RyantmandPeter Hoeg 34c4365854 kronometer: 2.2.3 -> 2.3.0 2022-11-07 14:09:50 +08:00
Gabriel ArazasandYt 4f150a789f oil: 0.12.7 -> 0.12.8 2022-11-06 23:47:05 -05:00
figsodaandGitHub 41cfed3df0 Merge pull request #199901 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2022-11-04 -> 2022-11-06
2022-11-06 23:38:45 -05:00
figsodaandGitHub 7b55553de8 Merge pull request #199922 from r-ryantm/auto-update/carapace
carapace: 0.17.1 -> 0.18.0
2022-11-06 23:32:41 -05:00
figsodaandGitHub afd24f417c Merge pull request #199924 from r-ryantm/auto-update/cheat
cheat: 4.3.3 -> 4.4.0
2022-11-06 23:20:01 -05:00
Ryan BurnsandGitHub 5a81fe3684 Merge pull request #196502 from r-burns/mips-darwin-cross
linuxHeaders: fix darwin -> linux-mips cross-compilation
2022-11-06 20:16:49 -08:00
R. RyantmandBobby Rong 256b838850 oapi-codegen: 1.11.0 -> 1.12.2 2022-11-07 12:16:16 +08:00
figsodaandGitHub 4fe0f5b519 Merge pull request #199950 from huantianad/osu-1101
osu-lazer: 2022.723.0 -> 2022.1101.0
2022-11-06 23:15:02 -05:00
R. RyantmandBobby Rong 0c8bb9272f nats-server: 2.9.4 -> 2.9.6 2022-11-07 12:14:56 +08:00
zowoq c8a8b641b3 terraform-providers.avi: 22.1.1 -> 22.1.2 2022-11-07 14:14:31 +10:00
R. RyantmandBobby Rong 6fbb4b1eec odo: 3.1.0 -> 3.2.0 2022-11-07 12:11:58 +08:00
zowoq 58a59738d5 nixos/tests/podman: fix rootless systemd 2022-11-07 14:11:34 +10:00
zowoq bbfdc6ce4d nixos/tests/podman: move docker tests to separate node 2022-11-07 14:11:34 +10:00