pipewire: get rid of all ? null since nix is lazy

This commit is contained in:
oxalica 2021-12-03 01:57:42 +08:00
parent 2cfa6b7312
commit f70fe35692
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

View file

@ -28,29 +28,29 @@
, callPackage
, nixosTests
, withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind
, valgrind ? null
, valgrind
, withMediaSession ? true
, libcameraSupport ? true
, libcamera
, libdrm
, gstreamerSupport ? true
, gst_all_1 ? null
, gst_all_1
, ffmpegSupport ? true
, ffmpeg ? null
, ffmpeg
, bluezSupport ? true
, bluez ? null
, sbc ? null
, libfreeaptx ? null
, ldacbt ? null
, fdk_aac ? null
, bluez
, sbc
, libfreeaptx
, ldacbt
, fdk_aac
, nativeHspSupport ? true
, nativeHfpSupport ? true
, ofonoSupport ? true
, hsphfpdSupport ? true
, pulseTunnelSupport ? true
, libpulseaudio ? null
, libpulseaudio
, zeroconfSupport ? true
, avahi ? null
, avahi
}:
let