Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://alloy.mit.edu/;
|
||||
downloadPage = http://alloy.mit.edu/alloy/download.html;
|
||||
license = licenses.mit;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
|
||||
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.unfree;
|
||||
homepage = https://docs.saucelabs.com/reference/sauce-connect/;
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = with platforms; platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user