treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
@@ -13,4 +13,8 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
neededLibs = map (p: p.out)
|
||||
[xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user