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/applications/audio/keyfinder/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio/keyfinder') diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix index ffd8d071ab21..7706203104ca 100644 --- a/pkgs/applications/audio/keyfinder/default.nix +++ b/pkgs/applications/audio/keyfinder/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation { ''; homepage = http://www.ibrahimshaath.co.uk/keyfinder/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; -- cgit 1.4.1