1
0
Fork 1
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:
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;