python310Packages.nbxmpp: fix pythonImportsCheck failing
This commit is contained in:
parent
9bd9522a09
commit
9fa8d3463b
@ -25,6 +25,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "sha256-QnvV/sAxdl8V5nV1hk8sRrL6nn015dAy6cXAiy2Tmbs=";
|
sha256 = "sha256-QnvV/sAxdl8V5nV1hk8sRrL6nn015dAy6cXAiy2Tmbs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
# required for pythonImportsCheck otherwise libsoup cannot be found
|
||||||
|
gobject-introspection
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
precis-i18n
|
precis-i18n
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user