summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/keyfinder/default.nix')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index ffd8d071ab215..7706203104caf 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 ];
   };