python3Packages.cmarkgfm: fix cross-compilation

authored by legendofmiracles and committed by Jonathan Ringer 2700a57e 6265b71e

+2
+2
pkgs/development/python-modules/cmarkgfm/default.nix
··· 14 14 sha256 = "ec2bf8d5799c4b5bbfbae30a4a1dfcb06512f2e17e9ee60ba7e1d390318582fc"; 15 15 }; 16 16 17 + propagatedNativeBuildInputs = [ cffi ]; 18 + 17 19 propagatedBuildInputs = [ cffi ]; 18 20 19 21 checkInputs = [ pytestCheckHook ];