pipewire: get rid of all ? null
since nix is lazy
This commit is contained in:
parent
2cfa6b7312
commit
f70fe35692
1 changed files with 10 additions and 10 deletions
|
@ -28,29 +28,29 @@
|
||||||
, callPackage
|
, callPackage
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind
|
, withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind
|
||||||
, valgrind ? null
|
, valgrind
|
||||||
, withMediaSession ? true
|
, withMediaSession ? true
|
||||||
, libcameraSupport ? true
|
, libcameraSupport ? true
|
||||||
, libcamera
|
, libcamera
|
||||||
, libdrm
|
, libdrm
|
||||||
, gstreamerSupport ? true
|
, gstreamerSupport ? true
|
||||||
, gst_all_1 ? null
|
, gst_all_1
|
||||||
, ffmpegSupport ? true
|
, ffmpegSupport ? true
|
||||||
, ffmpeg ? null
|
, ffmpeg
|
||||||
, bluezSupport ? true
|
, bluezSupport ? true
|
||||||
, bluez ? null
|
, bluez
|
||||||
, sbc ? null
|
, sbc
|
||||||
, libfreeaptx ? null
|
, libfreeaptx
|
||||||
, ldacbt ? null
|
, ldacbt
|
||||||
, fdk_aac ? null
|
, fdk_aac
|
||||||
, nativeHspSupport ? true
|
, nativeHspSupport ? true
|
||||||
, nativeHfpSupport ? true
|
, nativeHfpSupport ? true
|
||||||
, ofonoSupport ? true
|
, ofonoSupport ? true
|
||||||
, hsphfpdSupport ? true
|
, hsphfpdSupport ? true
|
||||||
, pulseTunnelSupport ? true
|
, pulseTunnelSupport ? true
|
||||||
, libpulseaudio ? null
|
, libpulseaudio
|
||||||
, zeroconfSupport ? true
|
, zeroconfSupport ? true
|
||||||
, avahi ? null
|
, avahi
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue