Commit Graph

244049 Commits

Author SHA1 Message Date
Nathaniel Glen
68fa82a0ae pipewire: use meson options for installed_tests 2020-10-23 13:51:41 -04:00
Nathaniel Glen
f6745d06f5 nixos/pipewire: cleanup module 2020-10-23 13:51:41 -04:00
Nathaniel Glen
798b9c072e pipewire: update to 0.3.12 2020-10-23 13:37:57 -04:00
Nathaniel Glen
59cbf9746c nixos/pipewire: fix variable merging
While both strings and lists are valid, lists are the more accurate type
and only they can properly merge with each other.
2020-09-19 18:00:44 -04:00
Nathaniel Glen
2fdf6dc94c pipewire: remove old tests 2020-09-19 16:33:03 -04:00
Nathaniel Glen
040059b5d5 pipewire: update to 0.3.11 2020-09-19 16:33:02 -04:00
Nathaniel Glen
888c1fbf96 nixos/pipewire: add missing dbus dependency
Without this it is possible for PipeWire to fail in binding the dbus socket.
2020-09-19 16:33:02 -04:00
Nathaniel Glen
c603619042 nixos/pipewire: use provided udev rules
As of PipeWire 0.3.8, the library is bundled with a slightly modified
version of PulseAudio's udev rules.
2020-09-19 16:33:02 -04:00
Nathaniel Glen
994a2fe27c pipewire: remove direct dependency on PulseAudio
Since PulseAudio is required as a build input, the libraries mistakenly
reference the original libpulse.so rather than the custom one.
2020-09-19 16:33:01 -04:00
Nathaniel Glen
3377257d0b pipewire: split pulse and jack emulation out
This splits PulseAudio and JACK emulation into separate outputs. Doing
so provides a number of benefits.

First it fixes pw-pulse and pw-jack. Prior to this they pointed to bogus
locations because the environment variables were not evaluated.
Technically fixing this only requires setting libpulse-path and
libjack-path to any absolute path not necessarily separate outputs but
it comes as a nice result.

Secondly it allows overriding libpulseaudio with pipewire.pulse in many
packages. This is possible because the new outputs have a more standard
layout.
2020-09-19 16:33:01 -04:00
Nathaniel Glen
f01be2978b nixos/pipewire: use globs for the version 2020-09-19 16:33:01 -04:00
Nathaniel Glen
e879eb6db6 pipewire: add testing
This adds two tests. One is for whether the paths used by the module are
present, while the other is for testing functionality of PipeWire
itself. This is done with the recent addition of installed tests by
upstream.
2020-09-19 16:33:01 -04:00
Nathaniel Glen
89021b9a18 pipewire: 0.3.7 -> 0.3.9
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-09-19 16:33:00 -04:00
Nathaniel Glen
ccefdd9dae nixos/pipewire: add jack/pulse emulation
This allows for transparent JACK and PulseAudio emulation. With this you
can essentially replace your entire audio framework with just PipeWire
for almost no configuration.
2020-09-19 16:33:00 -04:00
Nathaniel Glen
cd81d4043e nixos/pipewire: add ALSA routing
This code is based on the similar implementation for JACK.
2020-09-19 16:33:00 -04:00
Doron Behar
7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Doron Behar
32818fcfe9
Merge pull request #97908 from MMesch/mmesch/vega 2020-09-19 22:00:36 +03:00
WORLDofPEACE
dff40ce22c
Merge pull request #94771 from bbigras/timepp
gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15
2020-09-19 14:52:32 -04:00
Mario Rodas
8b8f54d38b
Merge pull request #98263 from asdf8dfafjk/patch-3
nixos/onedrive: Remove verbose flag
2020-09-19 13:46:17 -05:00
Ryan Mulligan
5ea751ca70
Merge pull request #98258 from ryantm/remove-heyefi
nixos/heyefi: remove module and package
2020-09-19 11:00:41 -07:00
Mario Rodas
755dd9d14e
Merge pull request #98158 from sternenseemann/afdko-3.5.1
pythonPackages.afdko: 3.5.0 → 3.5.1
2020-09-19 12:34:37 -05:00
Doron Behar
9c12892e7b joplin: fix build by adding missing deps
ZHF: #97479
2020-09-19 19:40:26 +03:00
Doron Behar
3d36d46fa4
Merge pull request #87646 from evils/asciidoctor 2020-09-19 19:32:42 +03:00
Martin Weinelt
a58c4fe367
Merge pull request #93670 from etu/miniflux-update
miniflux: 2.0.21 -> 2.0.23
2020-09-19 18:31:03 +02:00
Matthias Meschede
7fb1ee093d nodePackages.vega-lite: init at version 4.15.0
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-09-19 19:30:19 +03:00
Elis Hirwing
9f74a46951
miniflux: 2.0.21 -> 2.0.23
Changelog: https://github.com/miniflux/miniflux/releases/tag/2.0.22
Changelog: https://github.com/miniflux/miniflux/releases/tag/2.0.23
2020-09-19 18:21:22 +02:00
Mario Rodas
4de27b16a1
Merge pull request #98243 from marsam/update-lxd
lxd: 4.5 -> 4.6
2020-09-19 10:51:22 -05:00
Mario Rodas
241cba98c9
Merge pull request #98276 from servalcatty/v2ray
v2ray: 4.27.5 -> 4.28.2
2020-09-19 10:48:40 -05:00
Doron Behar
6ca39b3e21 sqlite tools.nix: 3.30.0 > 3.33.0 2020-09-19 18:11:50 +03:00
Daniel Schaefer
0e574bc186 sqlite-analyzer: 3.28.0 -> 3.30.0 2020-09-19 18:05:32 +03:00
Benjamin Esham
1e136a97fb sqldiff, sqlite-analyzer: Fix Darwin build
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27 sqldiff: init at 3.28.0 2020-09-19 18:05:30 +03:00
Daniël de Kok
a9953f1ead
Merge pull request #98122 from turboMaCk/corefonts-output-hash
corefonts: fix hash mismatch update
2020-09-19 16:06:53 +02:00
Graham Christensen
fe3a49fd90
Merge pull request #98272 from tnias/nixos_doc_dev_test_link
nixos/doc: fix dead link
2020-09-19 09:21:12 -04:00
Lassulus
8779fd7ef7
Merge pull request #98262 from ju1m/fix-gitolite
gitolite: fix updating of gitweb access list and description
2020-09-19 15:00:41 +02:00
Serval
af9f04db79
v2ray: 4.27.5 -> 4.28.2 2020-09-19 20:29:14 +08:00
Matthias Meschede
233331c223 nodePackages.vega-cli: init at version 5.15.0 2020-09-19 14:27:32 +02:00
Matthias Meschede
e192fe6527 maintainer: add mmesch 2020-09-19 14:26:23 +02:00
Doron Behar
d192f8a7ad
Merge pull request #97997 from romildo/upd.evisum
enlightenment.evisum: init at 0.5.6
2020-09-19 15:13:49 +03:00
Philipp Bartsch
eae103c835 nixos/doc: fix dead link 2020-09-19 12:52:14 +02:00
squalus
54a0a400f2 ungoogled-chromium: 84.0.4147.89-1 -> 85.0.4183.102-1
based on chromium master@05f5001c
2020-09-19 11:49:55 +02:00
Martin Weinelt
72b0046db8
batman-adv: 2019.5 -> 2020.3 (#98247) 2020-09-19 10:07:21 +02:00
markuskowa
913657c2d9
Merge pull request #98261 from ryantm/monit-maintainer
nixos/monit: add ryantm as maintainer
2020-09-19 09:46:14 +02:00
Maxwell L-T
d3a2be1e7e yed: 3.20 -> 3.20.1 2020-09-19 09:11:18 +02:00
Orivej Desh
187cd50cce mamba: 1.4 -> 1.5 2020-09-19 07:10:10 +00:00
ehmry
dac2c6e83f
Merge pull request #98039 from K900/netdata-1.25.0
netdata: 1.24.0 -> 1.25.0
2020-09-19 09:09:43 +02:00
Anderson Torres
198cd8ecc3
Merge pull request #98246 from hongchangwu/tmuxPlugins.tmux
tmuxPlugins.nord: init at 0.3.0
2020-09-19 04:09:29 -03:00
Markus Kowalewski
84d11cdb40 slurm: 20.02.4.1 -> 20.02.5.1 2020-09-19 09:08:49 +02:00
Jakub Kądziołka
220490a6b4 sameboy: init at 0.13.6 2020-09-19 09:06:37 +02:00
Jakub Kądziołka
f65d6237ca maintainers: add NieDzejkob 2020-09-19 09:06:37 +02:00