treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
@@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
inherit unzip;
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user