10 buildPythonPackage rec {
12 format = "setuptools";
15 nativeCheckInputs = [ which ];
18 inherit pname version;
19 sha256 = "0bvz6fwdi55rkrz3f50zsy35gvvwhlppki2yml5bj5ffy9d499vx";
23 patchShebangs scripts/cram
24 substituteInPlace tests/test.t \
25 --replace "/bin/bash" "${bash}/bin/bash"
33 description = "Simple testing framework for command line applications";
35 homepage = "https://bitheap.org/cram/";
36 license = lib.licenses.gpl2Plus;
37 maintainers = with lib.maintainers; [ jluttine ];
38 # Tests fail on i686: https://hydra.nixos.org/build/52896671/nixlog/4
39 broken = stdenv.hostPlatform.isi686;