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 , 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