about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-16 22:03:20 +0200
committerGitHub <noreply@github.com>2024-05-16 22:03:20 +0200
commit5b2ec9302a240b513070133904514aa16e188b63 (patch)
treef405cfa271ab573ac74c9d761b5841347a2b7c9f /pkgs
parent2df5f8cd8f5bae9580c7a30e7a2a24b8e16c50aa (diff)
parentc963dd50c5d417d9aac6b2602487e6ecb12005e0 (diff)
Merge pull request #312203 from Kernald/keyfinder-cli-darwin
keyfinder-cli: add darwin as supported platform
Diffstat (limited to 'pkgs')
-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";
   };
 }