We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non nixos nixpkgs guake
as in the title : Unable to start Guake, missing mandatory dependency: Vte
$ nix-env -iA nixpkgs.guake installing 'guake-3.4.0' these paths will be fetched (50.98 MiB download, 236.29 MiB unpacked): ...... $ guake [ERROR] Unable to start Guake, missing mandatory dependency: Vte >= 0.42 $ nix-env -iA nixpkgs.vte installing 'vte-0.54.3' these paths will be fetched (9.98 MiB download, 37.79 MiB unpacked): $ guake [ERROR] Unable to start Guake, missing mandatory dependency: Vte >= 0.42
WTF ?? https://github.com/NixOS/nixpkgs/issues?utf8=%E2%9C%93&q=is%3Aissue+guake
The text was updated successfully, but these errors were encountered:
See #56943 for the cause. Putting gobject-introspection in buildInput should fix it for now.
gobject-introspection
buildInput
Sorry, something went wrong.
0.o thanks! for the info !!
Yeah, this is duplicate of #56943.
hi! @hedning @jtojnar
any idea
thanks
Add strictDeps = false; to the package with a comment linking to #56943
strictDeps = false;
No branches or pull requests
Issue description
non nixos nixpkgs guake
as in the title : Unable to start Guake, missing mandatory dependency: Vte
Steps to reproduce
WTF ??
https://github.com/NixOS/nixpkgs/issues?utf8=%E2%9C%93&q=is%3Aissue+guake
The text was updated successfully, but these errors were encountered: