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

This commit is contained in:
Pascal Wittmann
2015-11-17 21:29:29 +01:00
parent 8ca605fccb
commit 7fd2796e99
95 changed files with 95 additions and 95 deletions

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.benf.org/other/cfr/;
license = licenses.mit;
platforms = with platforms; all;
platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};