python.pkgs.robomachine: fix build
This commit is contained in:
parent
492390cfad
commit
d019bb0123
@ -20319,6 +20319,10 @@ in {
|
|||||||
rm "$out/bin/"*.bat
|
rm "$out/bin/"*.bat
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace "argparse" ""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Test data generator for Robot Framework";
|
description = "Test data generator for Robot Framework";
|
||||||
homepage = https://github.com/mkorpela/RoboMachine;
|
homepage = https://github.com/mkorpela/RoboMachine;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user