Fix hyprshot-gui buildInput packages

This commit is contained in:
Julian Mutter 2024-11-26 14:06:30 +01:00
parent c6f4f651e1
commit e3e582543a

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
bash bash
hyprshot hyprshot
zenity gnome.zenity
]; ];
dontBuild = true; dontBuild = true;