nixpkgs-lint: add the platforms meta attr for most of my packages

This commit is contained in:
Cillian de Róiste
2014-03-16 12:08:26 +01:00
parent 37c42c16a4
commit b57ee8c331
21 changed files with 21 additions and 8 deletions
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://puszcza.gnu.org.ua/software/podiff;
license = licenses.gpl3Plus;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}