pythonPackages.robotframework: fix darwin build
This commit is contained in:
parent
370e01acce
commit
8f9e814132
|
@ -15,7 +15,6 @@ buildPythonPackage rec {
|
||||||
description = "Generic test automation framework";
|
description = "Generic test automation framework";
|
||||||
homepage = http://robotframework.org/;
|
homepage = http://robotframework.org/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue