spotifyd: remove ? null
This commit is contained in:
parent
db1aa1a534
commit
e0b0d094e5
@ -1,10 +1,10 @@
|
|||||||
{ lib, fetchFromGitHub, rustPackages, pkg-config, openssl
|
{ lib, fetchFromGitHub, rustPackages, pkg-config, openssl
|
||||||
, withALSA ? true, alsaLib ? null
|
, withALSA ? true, alsaLib
|
||||||
, withPulseAudio ? false, libpulseaudio ? null
|
, withPulseAudio ? false, libpulseaudio
|
||||||
, withPortAudio ? false, portaudio ? null
|
, withPortAudio ? false, portaudio
|
||||||
, withMpris ? false
|
, withMpris ? false
|
||||||
, withKeyring ? false
|
, withKeyring ? false
|
||||||
, dbus ? null
|
, dbus
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPackages.rustPlatform.buildRustPackage rec {
|
rustPackages.rustPlatform.buildRustPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user