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 -1
View File
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "A lightweight C library for storing RDF data in memory";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
};
}