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
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "A library for serialising LV2 atoms to/from RDF";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}