summary refs log tree commit diff
path: root/pkgs/tools/system/ioping/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ioping/default.nix')
-rw-r--r--pkgs/tools/system/ioping/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ioping/default.nix b/pkgs/tools/system/ioping/default.nix
index 54721f7ce73..bd01dc8377b 100644
--- a/pkgs/tools/system/ioping/default.nix
+++ b/pkgs/tools/system/ioping/default.nix
@@ -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;
   };