Unverified Commit c963dd50 authored by Marc Plano-Lesay's avatar Marc Plano-Lesay
Browse files

keyfinder-cli: add darwin as supported platform

parent 005028d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}