mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2024-12-24 20:05:35 -03:00
fix: Maintain compatibility with 24.05
This commit is contained in:
parent
0895b37a62
commit
eb3b81e524
|
@ -44,7 +44,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
wmctrl
|
wmctrl
|
||||||
xdotool
|
xdotool
|
||||||
pkgs.zenity
|
# TODO: remove 24.05 compatibility when it goes EOL
|
||||||
|
(pkgs.zenity or gnome.zenity)
|
||||||
|
|
||||||
## Here we don't declare steam as a dependency because
|
## Here we don't declare steam as a dependency because
|
||||||
## we could either use the native or flatpack version
|
## we could either use the native or flatpack version
|
||||||
|
|
Loading…
Reference in a new issue