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 {
|
||||
--x-libraries=${libX11}/lib";
|
||||
|
||||
buildInputs = [libjpeg libXext libX11 xextproto libtiff libungif libpng];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user