0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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 ];
};
}