about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder-cli
diff options
context:
space:
mode:
authorMarc Plano-Lesay <kernald@enoent.fr>2024-05-16 23:16:15 +1000
committerMarc Plano-Lesay <kernald@enoent.fr>2024-05-16 23:16:15 +1000
commitc963dd50c5d417d9aac6b2602487e6ecb12005e0 (patch)
tree3c8eadf4fa1b80d81ca0be03ca79515744ab8d85 /pkgs/applications/audio/keyfinder-cli
parent005028d7e2725a23cf8f87a830363da6badded27 (diff)
keyfinder-cli: add darwin as supported platform
Diffstat (limited to 'pkgs/applications/audio/keyfinder-cli')
-rw-r--r--pkgs/applications/audio/keyfinder-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/keyfinder-cli/default.nix b/pkgs/applications/audio/keyfinder-cli/default.nix
index 33adb65f5e8ac..9fe910d857691 100644
--- a/pkgs/applications/audio/keyfinder-cli/default.nix
+++ b/pkgs/applications/audio/keyfinder-cli/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
       used to estimate the musical key of many different audio formats.
     '';
     license = licenses.gpl3Plus;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     mainProgram = "keyfinder-cli";
   };
 }