Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = https://github.com/rpodgorny/uptimed/;
|
||||
license = licenses.gpl2;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
patches = [ ./no-var-spool-install.patch ];
|
||||
|
||||
Reference in New Issue
Block a user