mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-12-01 07:56:35 -03:00
fix: wrapGAppsHook has been renamed to wrapGAppsHook3
This commit is contained in:
parent
49adbb1edf
commit
f9118a3335
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
xdotool,
|
||||
gnome,
|
||||
gobject-introspection,
|
||||
wrapGAppsHook,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dzgui";
|
||||
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
gobject-introspection
|
||||
wrapGAppsHook
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
runtimeDeps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue