mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
python.pkgs.robomachine: fix build
This commit is contained in:
parent
492390cfad
commit
d019bb0123
|
@ -20319,6 +20319,10 @@ in {
|
|||
rm "$out/bin/"*.bat
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "argparse" ""
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Test data generator for Robot Framework";
|
||||
homepage = https://github.com/mkorpela/RoboMachine;
|
||||
|
|
Loading…
Reference in a new issue