Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://pcsclite.alioth.debian.org/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ viric wkennington ];
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user