Replace 'with plaforms; platform' with 'platforms.platform'

This commit is contained in:
Pascal Wittmann
2015-11-17 21:30:43 +01:00
parent 8ca605fccb
commit 7fd2796e99
95 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Disk I/O latency measuring tool";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; unix;
platforms = platforms.unix;
license = licenses.gpl3Plus;
homepage = https://github.com/koct9i/ioping;
};