From 6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Wed, 25 Nov 2015 23:04:57 +0100 Subject: Remove unneeded 'with's from meta.platforms --- pkgs/os-specific/linux/untie/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/linux/untie/default.nix b/pkgs/os-specific/linux/untie/default.nix index d6b88bfc467..91443eeced5 100644 --- a/pkgs/os-specific/linux/untie/default.nix +++ b/pkgs/os-specific/linux/untie/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A tool to run processes untied from some of the namespaces"; maintainers = with maintainers; [ raskin ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; passthru = { -- cgit 1.4.1