summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonnet
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2020-06-14 12:56:52 +0200
committerPierre Bourdon <delroth@gmail.com>2020-06-14 12:56:52 +0200
commitfb3caa93a4e970412c8aec311b085c65af5e48e1 (patch)
tree8da0c1838024fbd5e3d2eed8dd77c880e7cded15 /pkgs/development/python-modules/pythonnet
parent8dd26c6d858c57b7e55e4ef685502739c23d40f4 (diff)
pythonPackages.pythonnet: add missing glib dependency
Diffstat (limited to 'pkgs/development/python-modules/pythonnet')
-rw-r--r--pkgs/development/python-modules/pythonnet/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pythonnet/default.nix b/pkgs/development/python-modules/pythonnet/default.nix
index 0027c8d32a63..82ddb8c810b0 100644
--- a/pkgs/development/python-modules/pythonnet/default.nix
+++ b/pkgs/development/python-modules/pythonnet/default.nix
@@ -9,6 +9,7 @@
, pkgconfig
, dotnetbuildhelpers
, clang
+, glib
, mono
}:
@@ -63,6 +64,7 @@ buildPythonPackage rec {
];
buildInputs = [
+ glib
mono
psutil # needed for memory leak tests
];