Commit graph

270001 commits

Author SHA1 Message Date
Milan Pässler 6de0275f1a jitsi-meet: 1.0.4289 -> 1.0.4628 2021-02-13 17:34:54 +01:00
Milan Pässler 475d9b3087 jicofo: 1.0-612 -> 1.0-690 2021-02-13 17:34:54 +01:00
Milan Pässler a4735f84dd jitsi-meet: run hooks in installPhase 2021-02-13 17:34:54 +01:00
Milan Pässler 5a3e315c29 jitsi-videobridge: run hooks in installPhase 2021-02-13 17:34:54 +01:00
Milan Pässler 1684fb7995 jicofo: run hooks in installPhase 2021-02-13 17:34:54 +01:00
Ryan Mulligan 8daaa9faf1
Merge pull request #112848 from r-ryantm/auto-update/bitwig-studio
bitwig-studio: 3.3.2 -> 3.3.3
2021-02-13 08:30:02 -08:00
Niklas 58110d046f
plex: 1.21.3.4014-58bd20c02 -> 1.21.3.4021-5a0a3e4b2 2021-02-13 17:07:40 +01:00
adisbladis 1be1abd288
Merge pull request #113006 from adisbladis/podman-runtime-nowarn
podman: Remove unconfigured runtime warnings
2021-02-13 16:21:23 +01:00
R. RyanTM 2d05b21117 python37Packages.immutables: 0.14 -> 0.15 2021-02-13 14:55:00 +00:00
adisbladis 9c98282609
podman: Prefer to build wrapper locally
This build is basically just creating 2 symlinks and a wrapper script.
Downloading it from a cache is not efficient.
2021-02-13 15:51:33 +01:00
Jan Tojnar ff96a0fa56
Merge pull request #110017 from rhoriguchi/fuzzy-app-search
gnomeExtensions.fuzzy-app-search: init at 4
2021-02-13 15:23:35 +01:00
Ninjatrappeur 2f80425e6e
Merge pull request #112801 from erosennin/prosody-tests
nixos/prosody: fix broken tests
2021-02-13 15:22:48 +01:00
adisbladis a62f04d38e
podman: Fix sha256
For some reason the archive sha256 has changed..
2021-02-13 15:14:31 +01:00
Milan 3b77e7c967
nixos/jitsi-videobridge: add apis option (#112960)
The `--apis=` command line parameter passed to Jitsi Videobridge is
required to monitor a Jitsi Meet instance for example via the prometheus
exporter [jitsiexporter](https://git.xsfx.dev/prometheus/jitsiexporter).
2021-02-13 15:04:58 +01:00
adisbladis 304617494b
podman: Remove unconfigured runtime warnings
It doesn't make sense as we promote using the podman wrapper where runtime paths will vary because they are nix store paths.
2021-02-13 14:39:02 +01:00
taku0 28adb5b0c1
Merge pull request #104150 from andersk/pypy-7.3.2
pypy, pypy3: 7.3.1 → 7.3.2
2021-02-13 21:48:05 +09:00
Stig 927e62ecb9
Merge pull request #112977 from paperdigits/po4a-062
perlPackages.Po4a: 0.55 -> 0.62
2021-02-13 11:50:41 +01:00
Vincent Laporte 59eabeea8d
ocamlPackages.parse-argv: use Dune 2 2021-02-13 11:20:19 +01:00
R. RyanTM 0a7f10e876 python37Packages.google-cloud-vision: 2.1.0 -> 2.2.0 2021-02-13 10:07:12 +00:00
Vincent Laporte 2d6a91ebf4
ocamlPackages.diet: use Dune 2 2021-02-13 11:05:22 +01:00
Vincent Laporte d0e7e493ca
ocamlPackages.ocp-index: use Dune 2 2021-02-13 10:59:13 +01:00
Vincent Laporte 1106f2d1ac
ocaml-top: use Dune 2 2021-02-13 10:55:12 +01:00
Vincent Laporte 1a7a395a6f
ocamlPackages.opam-core: use Dune 2 2021-02-13 10:33:09 +01:00
Vladyslav M 8186e40fcc
hcxtools: 6.0.3 -> 6.1.5 2021-02-13 11:24:33 +02:00
Vincent Laporte 58e5d62b62
ocamlPackages.tyxml: use Dune 2 2021-02-13 10:16:35 +01:00
taku0 3bcfa06742
Merge pull request #108456 from siraben/elm-docs-md
Convert Elm from Docbook to Commonmark
2021-02-13 18:11:24 +09:00
Jörg Thalheim c875e8e673
Merge pull request #107394 from yorickvP/beam-nox 2021-02-13 09:01:06 +00:00
Frederik Rietdijk b962afabd4 python.tests: add some comments to the tests 2021-02-13 09:44:51 +01:00
Mica Semrick 310cb37f07 perlPackages.Po4a: 0.55 -> 0.62 2021-02-13 00:25:36 -08:00
R. RyanTM 6263b39f1b postgresql11Packages.plpgsql_check: 1.15.2 -> 1.15.3 2021-02-13 07:30:50 +00:00
06kellyjac 9ef6f1907a boundary: 0.1.5 -> 0.1.6 2021-02-13 07:27:12 +00:00
Jörg Thalheim 63bffaf227
Merge pull request #112580 from ddfisher/elixir-fix-curl
elixir: remove hardcoded certificate path for curl
2021-02-13 05:15:16 +00:00
Mario Rodas 4dfe627bfe
Merge pull request #112958 from r-ryantm/auto-update/owl-lisp
owl-lisp: 0.1.23 -> 0.2
2021-02-12 23:42:24 -05:00
aszlig 2d5a31a3ef
Merge pull request #112819 (mkIf in systemd units)
@thelegy writes:

  unitOption is only used inside of attrsOf wich is perfectly capable of
  handling the attrsets from mkIf, though the checkUnitConfig test
  forbids it.

  This commit weakens that restriction to allow the usage of mkIf inside
  of systemd.services.<name>.serviceConfig.<something> etc.

While I personally don't like that we can't easily use
pushDownProperties from the module system and need to rely on internals,
we *already* use internals for the mkOverride case, so adding another
case for mkIf doesn't add a hard-to-find indirection.

I'm merging this, since this fixes a valid use case and it shouldn't
make refactoring worse than before.
2021-02-13 05:24:11 +01:00
R. RyanTM 904ca2e428 php73Extensions.smbclient: 1.0.4 -> 1.0.5 2021-02-13 04:11:19 +00:00
Ryan Mulligan 29dcf53a55
Merge pull request #112817 from r-ryantm/auto-update/picard-tools
picard-tools: 2.24.2 -> 2.25.0
2021-02-12 19:42:16 -08:00
Ryan Mulligan 14e3b9ebc0
Merge pull request #112766 from r-ryantm/auto-update/MAVProxy
mavproxy: 1.8.31 -> 1.8.32
2021-02-12 19:41:45 -08:00
Ryan Mulligan 49bd37b8b3
Merge pull request #112771 from r-ryantm/auto-update/atomicparsley
atomicparsley: 20210114.184825.1dbe1be -> 20210124.204813.840499f
2021-02-12 19:40:55 -08:00
Ryan Mulligan ed5f7f7bc7
Merge pull request #112812 from r-ryantm/auto-update/mlkit
mlkit: 4.5.6 -> 4.5.7
2021-02-12 19:40:29 -08:00
Ryan Mulligan d047751a35
Merge pull request #112790 from r-ryantm/auto-update/fly
fly: 6.7.4 -> 6.7.5
2021-02-12 19:39:23 -08:00
Ryan Mulligan 0f2de37e91
Merge pull request #112745 from r-ryantm/auto-update/python3.7-mailmanclient
python37Packages.mailmanclient: 3.3.1 -> 3.3.2
2021-02-12 19:38:51 -08:00
Ryan Mulligan 8aeca28d06
Merge pull request #112803 from r-ryantm/auto-update/lightspark
lightspark: 0.8.4 -> 0.8.4.1
2021-02-12 19:37:44 -08:00
Mario Rodas fddad6e9ea
Merge pull request #112905 from r-ryantm/auto-update/jc
jc: 1.14.2 -> 1.14.3
2021-02-12 22:35:12 -05:00
Ryan Mulligan e64d2472c6
Merge pull request #112838 from r-ryantm/auto-update/tickrs
tickrs: 0.9.0 -> 0.10.2
2021-02-12 19:31:02 -08:00
Ryan Mulligan 29fe61ea01
Merge pull request #112797 from r-ryantm/auto-update/istioctl
istioctl: 1.8.3 -> 1.9.0
2021-02-12 19:30:21 -08:00
Sandro Jäckel 6dacf11bbe
wakeonlan: init at 0.41 2021-02-13 04:21:22 +01:00
Jan Tojnar c91b72d390
Merge pull request #112591 from ymeister/pulseeffects
pulseeffects: 4.8.4 -> 5.0.0, pulseeffects-legacy: init at 4.8.4
2021-02-13 04:15:43 +01:00
Ryan Mulligan 5f7fe87464
Merge pull request #112610 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.118 -> 0.0.119
2021-02-12 18:57:41 -08:00
Ryan Mulligan 5952a64849
Merge pull request #112821 from r-ryantm/auto-update/polkadot
polkadot: 0.8.28 -> 0.8.28-1
2021-02-12 18:56:51 -08:00
Jan Tojnar 0ac9e9b328
pulseeffects: Deprecate the old name
pulseeffects no longer supports PulseAudio.
Let’s move it to a new attribute name to avoid the breakage.
2021-02-13 03:36:11 +01:00