Skip to content
New issue

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

$ guake: [ERROR] Unable to start Guake, missing mandatory dependency: Vte #57494

Closed
dubiouscript opened this issue Mar 12, 2019 · 5 comments
Closed
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 6.topic: python

Comments

@dubiouscript
Copy link

dubiouscript commented Mar 12, 2019

Issue description

non nixos nixpkgs guake

as in the title : Unable to start Guake, missing mandatory dependency: Vte

Steps to reproduce

$ 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

@hedning
Copy link
Contributor

hedning commented Mar 12, 2019

See #56943 for the cause. Putting gobject-introspection in buildInput should fix it for now.

@hedning hedning added 6.topic: python 6.topic: GNOME GNOME desktop environment and its underlying platform labels Mar 12, 2019
@dubiouscript
Copy link
Author

0.o
thanks! for the info !!

@jtojnar
Copy link
Member

jtojnar commented Mar 12, 2019

Yeah, this is duplicate of #56943.

@jtojnar jtojnar closed this as completed Mar 12, 2019
@dubiouscript
Copy link
Author

dubiouscript commented Mar 13, 2019

hi!
@hedning @jtojnar

any idea

  • how to apply this so guake works ?
    or tips on
  • how to find an old working version ??

thanks

@jtojnar
Copy link
Member

jtojnar commented Mar 13, 2019

Add strictDeps = false; to the package with a comment linking to #56943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 6.topic: python
Projects
None yet
Development

No branches or pull requests

3 participants