-
-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.
Description
kazam package is broken. It does not start after installation. Looks like missing python3.7 dependency. Seems like a regression of #57660
$ nix-shell -p kazam
$ kazam
Traceback (most recent call last):
File "/nix/store/bqjm7rv0bzsf6vb4r46947rai7hf130c-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/importer.py", line 138, in load_module
introspection_module = get_introspection_module(namespace)
File "/nix/store/bqjm7rv0bzsf6vb4r46947rai7hf130c-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/module.py", line 265, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/nix/store/bqjm7rv0bzsf6vb4r46947rai7hf130c-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/module.py", line 117, in __init__
repository.require(namespace, version)
gi.RepositoryError: Typelib file for namespace 'Pango', version '1.0' not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/nix/store/9bxmnfv8xxxay00kgab3df7gbs2vzbh2-kazam-1.4.5/bin/..kazam-wrapped-wrapped", line 33, in <module>
from gi.repository import Gtk
File "/nix/store/bqjm7rv0bzsf6vb4r46947rai7hf130c-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/importer.py", line 140, in load_module
raise ImportError(e)
ImportError: Typelib file for namespace 'Pango', version '1.0' not found
Additional context
Add any other context about the problem here.
Metadata
nix-info -m
- system:
"x86_64-linux" - host os:
Linux 4.19.78, NixOS, 20.03pre196586.b943338ea58 (Markhor) - multi-user?:
yes - sandbox:
yes - version:
nix-env (Nix) 2.3.1 - channels(root):
"nixos-20.03pre196586.b943338ea58, home-manager, nixos-hardware" - channels(user):
"" - nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.