Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -55,7 +55,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = https://github.com/drotiro/boxfs2;
|
||||
license = licenses.gpl3;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user