From 7fd2796e994842e7c7998ad81d7815838b0226fe Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Tue, 17 Nov 2015 21:29:29 +0100 Subject: Replace 'with plaforms; platform' with 'platforms.platform' --- pkgs/tools/system/foremost/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/system/foremost') diff --git a/pkgs/tools/system/foremost/default.nix b/pkgs/tools/system/foremost/default.nix index d560fdad51bc7..0e502edc2893c 100644 --- a/pkgs/tools/system/foremost/default.nix +++ b/pkgs/tools/system/foremost/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; homepage = http://foremost.sourceforge.net/; license = licenses.publicDomain; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; -- cgit 1.4.1