pythonPackages.pythonnet: add missing glib dependency

This commit is contained in:
Pierre Bourdon 2020-06-14 12:56:52 +02:00
parent 8dd26c6d85
commit fb3caa93a4
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -9,6 +9,7 @@
, pkgconfig
, dotnetbuildhelpers
, clang
, glib
, mono
}:
@ -63,6 +64,7 @@ buildPythonPackage rec {
];
buildInputs = [
glib
mono
psutil # needed for memory leak tests
];