summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system/tm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/tm/default.nix')
-rw-r--r--pkgs/tools/system/tm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/tm/default.nix b/pkgs/tools/system/tm/default.nix
index c443dc148f13..58036af1a947 100644
--- a/pkgs/tools/system/tm/default.nix
+++ b/pkgs/tools/system/tm/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
description = "terminal mixer - multiplexer for the i/o of terminal applications";
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
- platforms = with platforms; all;
+ platforms = platforms.all;
};
}