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

This commit is contained in:
Pascal Wittmann
2015-11-17 21:30:43 +01:00
parent 8ca605fccb
commit 7fd2796e99
95 changed files with 95 additions and 95 deletions
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://coan2.sourceforge.net/;
license = licenses.bsd3;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
@@ -22,7 +22,7 @@ buildPerlPackage rec {
'';
homepage = http://www.gson.org/egypt/;
license = with licenses; [ artistic1 gpl1Plus ];
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
'';
homepage = http://include-what-you-use.org;
license = licenses.bsd3;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};