about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-25 13:00:13 +0100
committerGitHub <noreply@github.com>2021-11-25 13:00:13 +0100
commit333b8d50526a1d8089405535761340a1cb6cdf59 (patch)
treeddc479bd29c9d920a3516f26383f4a3e4a52791b
parentc8a37636791d841d4b70c893554c1904b50f7dc2 (diff)
parent6dc23393d9a24abfff423a2ea4bfc574cebd4eca (diff)
Merge pull request #147326 from arkivm/fix-glymur
-rw-r--r--pkgs/development/python-modules/glymur/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/glymur/default.nix b/pkgs/development/python-modules/glymur/default.nix
index f14245865f591..40748f86954e1 100644
--- a/pkgs/development/python-modules/glymur/default.nix
+++ b/pkgs/development/python-modules/glymur/default.nix
@@ -10,6 +10,7 @@
 , mock
 , importlib-resources
 , isPy27
+, lxml
 }:
 
 buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {
     scikitimage
     procps
     pytestCheckHook
+    lxml
   ];
 
   postConfigure = ''