pythonPackages.robotframework: fix darwin build

This commit is contained in:
Josef Kemetmüller 2018-03-11 00:28:59 +01:00 committed by Bjørn Forsman
parent 370e01acce
commit 8f9e814132

View file

@ -15,7 +15,6 @@ buildPythonPackage rec {
description = "Generic test automation framework";
homepage = http://robotframework.org/;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor ];
};
}