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

keyfinder-cli: add darwin as supported platform

authored by Pol Dellaiera and committed by GitHub 5b2ec930 2df5f8cd

+1 -1
+1 -1
pkgs/applications/audio/keyfinder-cli/default.nix
··· 26 used to estimate the musical key of many different audio formats. 27 ''; 28 license = licenses.gpl3Plus; 29 - platforms = platforms.linux; 30 mainProgram = "keyfinder-cli"; 31 }; 32 }
··· 26 used to estimate the musical key of many different audio formats. 27 ''; 28 license = licenses.gpl3Plus; 29 + platforms = platforms.unix; 30 mainProgram = "keyfinder-cli"; 31 }; 32 }