nixpkgs-lint: add the platforms meta attr for most of my packages
This commit is contained in:
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A WebDriver server for running Selenium tests on Chrome";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user