From a984858a7f28fd33e365d00755479df4d2083c82 Mon Sep 17 00:00:00 2001 From: xeals Date: Fri, 27 Dec 2024 09:32:18 +1100 Subject: [PATCH] psst: update removed alias --- pkgs/by-name/ps/psst/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ps/psst/package.nix b/pkgs/by-name/ps/psst/package.nix index 98da75d..4492284 100644 --- a/pkgs/by-name/ps/psst/package.nix +++ b/pkgs/by-name/ps/psst/package.nix @@ -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) [