nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

glymur: fix build

(cherry picked from commit 6dc23393d9a24abfff423a2ea4bfc574cebd4eca)

authored by

Vikram Narayanan and committed by
github-actions[bot]
dcd36cba 9ef5252d

+2
+2
pkgs/development/python-modules/glymur/default.nix
··· 10 10 , mock 11 11 , importlib-resources 12 12 , isPy27 13 + , lxml 13 14 }: 14 15 15 16 buildPythonPackage rec { ··· 32 31 scikitimage 33 32 procps 34 33 pytestCheckHook 34 + lxml 35 35 ]; 36 36 37 37 postConfigure = ''