treewide: Fix meta.platforms related typos

This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:17:44 +03:00
parent e669521834
commit b96fe03484
10 changed files with 17 additions and 18 deletions
@@ -20,7 +20,6 @@ stdenv.mkDerivation {
homepage = http://assimp.sourceforge.net/;
license = licenses.bsd3;
maintainers = with maintainers; [ ehmry ];
platfroms = [ platforms.linux platforms.darwin ];
inherit version;
platforms = platforms.unix;
};
}