python3Packages.pycmarkgfm: fix cross-compilation
This commit is contained in:
parent
8b57030f53
commit
bcae2af56c
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ buildPythonPackage rec {
|
|||
sha256 = "694cb242f4961437c30b5b015dfbce9d1a1fa48305c2e39f902ce7c65b4cbe0e";
|
||||
};
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
propagatedBuildInputs = [ cffi ];
|
||||
|
||||
# I would gladly use pytestCheckHook, but pycmarkgfm relies on a native
|
||||
|
|
Loading…
Reference in a new issue