spotifyd: remove ? null

This commit is contained in:
Sandro Jäckel 2021-03-04 00:58:48 +01:00
parent db1aa1a534
commit e0b0d094e5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,10 +1,10 @@
{ lib, fetchFromGitHub, rustPackages, pkg-config, openssl
, withALSA ? true, alsaLib ? null
, withPulseAudio ? false, libpulseaudio ? null
, withPortAudio ? false, portaudio ? null
, withALSA ? true, alsaLib
, withPulseAudio ? false, libpulseaudio
, withPortAudio ? false, portaudio
, withMpris ? false
, withKeyring ? false
, dbus ? null
, dbus
}:
rustPackages.rustPlatform.buildRustPackage rec {