Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user