guake: fix by setting strictDeps to false
Strict deps breaks guake. See https://github.com/NixOS/nixpkgs/issues/59930 and https://github.com/NixOS/nixpkgs/issues/56943
This commit is contained in:
parent
64476e879b
commit
184f7f2ad8
@ -14,6 +14,11 @@ in python3.pkgs.buildPythonApplication rec {
|
|||||||
sha256 = "1j38z968ha8ij6wrgbwvr8ad930nvhybm9g7pf4s4zv6d3vln0vm";
|
sha256 = "1j38z968ha8ij6wrgbwvr8ad930nvhybm9g7pf4s4zv6d3vln0vm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Strict deps breaks guake
|
||||||
|
# See https://github.com/NixOS/nixpkgs/issues/59930
|
||||||
|
# and https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
|
strictDeps = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext gobject-introspection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
nativeBuildInputs = [ gettext gobject-introspection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
|
buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user