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

devede broken on 19.03 #61578

Closed
aanderse opened this issue May 16, 2019 · 3 comments
Closed

devede broken on 19.03 #61578

aanderse opened this issue May 16, 2019 · 3 comments
Assignees

Comments

@aanderse
Copy link
Member

Issue description

The devede package is broken in 19.03.

Steps to reproduce

~> nix-shell -p devede --run devede_ng.py
Traceback (most recent call last):
File "/nix/store/545kqgnp1qaz9fx5lh1vjq2341h26mps-devede-4.8.8/bin/..devede_ng.py-wrapped-wrapped", line 22, in
gi.require_version('Gtk', '3.0')
File "/nix/store/9jyqlkf8q1disirs79pqh5pwcdxhmd9f-python3.7-pygobject-3.30.4/lib/python3.7/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the
results.

  • system: "x86_64-linux"
  • host os: Linux 4.19.36, NixOS, 19.03.172347.7936400662b (Koi)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.2.2
  • channels(root): "nixos-19.03.172347.7936400662b"
  • channels(aaron): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@worldofpeace
Copy link
Contributor

@aanderse See #56943.

You need to disable strictDeps like the commits that reference the issue until we can fix it.

@aanderse
Copy link
Member Author

Yeah I have seen one of these already and didn't have time to test/fix this tonight so just wanted to get it logged. I'll self assign and circle back to this hopefully in the next few days.

@aanderse aanderse self-assigned this May 16, 2019
@aanderse
Copy link
Member Author

@worldofpeace in this case adding strictDeps = false; did not fix the issue, but adding gobject-introspection to buildInputs did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants