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

This commit is contained in:
Pascal Wittmann
2015-11-18 11:33:50 +01:00
parent 33a8e07d64
commit c283a3da68
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation {
homepage = http://ohnopub.net/~ohnobinki/bin_replace_string/;
downloadPage = ftp://ohnopub.net/mirror/;
license = licenses.gpl3Plus;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};