From c963dd50c5d417d9aac6b2602487e6ecb12005e0 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Thu, 16 May 2024 23:16:15 +1000 Subject: [PATCH] keyfinder-cli: add darwin as supported platform --- pkgs/applications/audio/keyfinder-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/keyfinder-cli/default.nix b/pkgs/applications/audio/keyfinder-cli/default.nix index 33adb65f5e8a..9fe910d85769 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"; }; }