treewide: Add lots of platforms to packages with no meta

Build-tested on x86_64 Linux and on Darwin.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 19:06:29 +03:00
parent 59ce911810
commit 2258b21e4b
139 changed files with 548 additions and 0 deletions

View File

@@ -39,4 +39,8 @@ stdenv.mkDerivation rec {
cp $i $out/share/fonts/truetype;
done;
'';
meta = {
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -18,4 +18,8 @@ stdenv.mkDerivation {
mkdir -p $out/share/fonts/truetype
cp *.ttf $out/share/fonts/truetype
'';
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -15,4 +15,8 @@ stdenv.mkDerivation {
mkdir -p $fontDir
cp *.ttf $fontDir
'';
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -30,4 +30,8 @@ stdenv.mkDerivation {
unzip ${isoents}
sed -e "s/iso-/ISO/" -e "s/.gml//" -i docbook.cat
'';
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -30,4 +30,8 @@ stdenv.mkDerivation {
unzip ${isoents}
sed -e "s/iso-/ISO/" -e "s/.gml//" -i docbook.cat
'';
meta = {
platforms = stdenv.lib.platforms.unix;
};
}

View File

@@ -10,4 +10,8 @@ stdenv.mkDerivation {
md5 = "e50f7d38caf4285965c7a247e026fa7c";
};
catalog = ./docbook-ebnf.cat;
meta = {
platforms = stdenv.lib.platforms.unix;
};
}