11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-aEamhXr3C+jYDzQGzcmGFyl5oEtovxlNacFM08y0ZEk=";
23 build-system = [ poetry-core ];
25 dependencies = [ xmod ];
33 # requires .git directory
37 pythonImportsCheck = [ "runs" ];
40 description = "Run a block of text as a subprocess";
41 homepage = "https://github.com/rec/runs";
42 changelog = "https://github.com/rec/runs/blob/${src.rev}/CHANGELOG";
43 license = licenses.mit;