mach-nix/tests/test_dot_in_name.nix

13 lines
214 B
Nix
Raw Permalink Normal View History

{
2021-06-09 06:11:17 +00:00
baseArgsMkPython ? {},
baseArgsBuildPythonPackage ? {},
mach-nix ? import ../. {},
...
}:
with builtins;
2021-06-09 06:11:17 +00:00
mach-nix.mkPython (baseArgsMkPython // {
2020-08-18 06:18:53 +00:00
requirements = ''
pdfminer.six == 20200726
'';
2021-06-09 06:11:17 +00:00
})