mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-05-25 02:37:08 -03:00
feat: update flake and fix package zenity
Zenity got moved from `gnome.zenity` to namespace `zenity` and therefore does not work on systems that have a newer nixpkgs config.
This commit is contained in:
parent
f19d8dd0af
commit
a11ab00757
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
pkgs,
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
curl,
|
||||
|
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
wmctrl
|
||||
xdotool
|
||||
gnome.zenity
|
||||
pkgs.zenity
|
||||
|
||||
## Here we don't declare steam as a dependency because
|
||||
## we could either use the native or flatpack version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue