Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
description = "Musical key detection for digital audio (C++ library)";
|
||||
homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user