python.pkgs.robomachine: fix build

This commit is contained in:
Frederik Rietdijk 2017-08-25 10:56:05 +02:00
parent 492390cfad
commit d019bb0123

View File

@ -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;