mach-nix/tests/test_dot_in_name.nix
2020-08-18 13:18:53 +07:00

7 lines
110 B
Nix

let
mach-nix = import ../.;
in mach-nix.mkPython {
requirements = ''
pdfminer.six == 20200726
'';
}