Replace 'with plaforms; platform' with 'platforms.platform'

This commit is contained in:
Pascal Wittmann
2015-11-18 11:34:09 +01:00
parent 33a8e07d64
commit c283a3da68
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ goPackages.buildGoPackage rec {
license = licenses.mit;
homepage = https://github.com/dbohdan/remarshal;
maintainers = with maintainers; [ offline ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}