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 sha256 = "ec2bf8d5799c4b5bbfbae30a4a1dfcb06512f2e17e9ee60ba7e1d390318582fc"; 15 }; 16 17 propagatedBuildInputs = [ cffi ]; 18 19 checkInputs = [ pytestCheckHook ];
··· 14 sha256 = "ec2bf8d5799c4b5bbfbae30a4a1dfcb06512f2e17e9ee60ba7e1d390318582fc"; 15 }; 16 17 + propagatedNativeBuildInputs = [ cffi ]; 18 + 19 propagatedBuildInputs = [ cffi ]; 20 21 checkInputs = [ pytestCheckHook ];