psst: update removed alias
Some checks failed
CI / checks (nur) (push) Successful in 5m28s
CI / build-and-update (xeals, xeals) (push) Failing after 3m15s
Update flake inputs / update-flake (push) Failing after 3m14s

This commit is contained in:
xeals 2024-12-27 09:32:18 +11:00
parent 504b715b42
commit a984858a7f
Signed by: xeals
SSH Key Fingerprint: SHA256:53xHRPqZPQewIgPNiVQ96gm8O4xBVzaxNj1LCSJpTf4

View File

@ -3,7 +3,7 @@
, rustPlatform
, pkg-config
, alsaLib
, alsa-lib
, dbus
, openssl
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ]
++ optional withGui copyDesktopItems;
buildInputs = [ alsaLib dbus openssl ]
buildInputs = [ alsa-lib dbus openssl ]
++ optional withGui gtk3;
cargoBuildFlags = optionals (!withGui) [