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 , 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
]; ];