Marius Bakke <mba...@fastmail.com> skribis: > * gnu/packages/python.scm (python-cram, python2-cram): New variables.
LGTM! > + (substitute* "cram/_test.py" > + ;; This hack works around a bug triggered by substituting > + ;; the /bin/sh paths. "tests/usage.t" compares the output of > + ;; "cram -h", which breaks the output at 80 characters. This > + ;; causes the line showing the default shell to break into two > + ;; lines, but the test expects a single line... > + (("env\\['COLUMNS'\\] = '80'") > + "env['COLUMNS'] = '160'")) Woow, good catch. Ludo’.