python3Packages.cmarkgfm: fix cross-compilation
This commit is contained in:
parent
6265b71ecd
commit
2700a57e95
@ -14,6 +14,8 @@ buildPythonPackage rec {
|
||||
sha256 = "ec2bf8d5799c4b5bbfbae30a4a1dfcb06512f2e17e9ee60ba7e1d390318582fc";
|
||||
};
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
propagatedBuildInputs = [ cffi ];
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user