Merge pull request #312203 from Kernald/keyfinder-cli-darwin

keyfinder-cli: add darwin as supported platform
This commit is contained in:
Pol Dellaiera 2024-05-16 22:03:20 +02:00 committed by GitHub
commit 5b2ec9302a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}