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