treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
This commit is contained in:
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://www.zlib.net/pigz/";
|
||||
description = "A parallel implementation of gzip for multi-core machines";
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user