psst: update removed alias
This commit is contained in:
parent
504b715b42
commit
a984858a7f
@ -3,7 +3,7 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, alsaLib
|
, alsa-lib
|
||||||
, dbus
|
, dbus
|
||||||
, openssl
|
, openssl
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ pkg-config ]
|
nativeBuildInputs = [ pkg-config ]
|
||||||
++ optional withGui copyDesktopItems;
|
++ optional withGui copyDesktopItems;
|
||||||
|
|
||||||
buildInputs = [ alsaLib dbus openssl ]
|
buildInputs = [ alsa-lib dbus openssl ]
|
||||||
++ optional withGui gtk3;
|
++ optional withGui gtk3;
|
||||||
|
|
||||||
cargoBuildFlags = optionals (!withGui) [
|
cargoBuildFlags = optionals (!withGui) [
|
||||||
|
Loading…
Reference in New Issue
Block a user