summary refs log tree commit diff
path: root/pkgs/development/python-modules/commonmark/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/commonmark/default.nix')
-rw-r--r--pkgs/development/python-modules/commonmark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/commonmark/default.nix b/pkgs/development/python-modules/commonmark/default.nix
index 56ddf766307..1efefa4bf03 100644
--- a/pkgs/development/python-modules/commonmark/default.nix
+++ b/pkgs/development/python-modules/commonmark/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
   # UnicodeEncodeError on Python 2
   doCheck = isPy3k;
 
-  checkInputs = [  glibcLocales ];
+  nativeCheckInputs = [  glibcLocales ];
   propagatedBuildInputs = [ future ];
 
   meta = with lib; {