pythonPackages.pythonnet: add missing glib dependency
This commit is contained in:
parent
8dd26c6d85
commit
fb3caa93a4
@ -9,6 +9,7 @@
|
|||||||
, pkgconfig
|
, pkgconfig
|
||||||
, dotnetbuildhelpers
|
, dotnetbuildhelpers
|
||||||
, clang
|
, clang
|
||||||
|
, glib
|
||||||
, mono
|
, mono
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -63,6 +64,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
glib
|
||||||
mono
|
mono
|
||||||
psutil # needed for memory leak tests
|
psutil # needed for memory leak tests
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user