summary refs log tree commit diff
path: root/pkgs/applications/audio/whipper
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2023-08-02 04:04:42 +0100
committerEmily <vcs@emily.moe>2023-08-02 04:05:03 +0100
commit58dff2378fec180a2d273bccfe10a6423fafcba5 (patch)
tree14e237100f5a7baf6d32b88cdade21a4d87af09a /pkgs/applications/audio/whipper
parent13e2cb64cfc4236c6b0f11076636b471d97ac0b0 (diff)
downloadnixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar.gz
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar.bz2
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar.lz
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar.xz
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.tar.zst
nixpkgs-58dff2378fec180a2d273bccfe10a6423fafcba5.zip
{cdrdao,whipper}: support Darwin
Diffstat (limited to 'pkgs/applications/audio/whipper')
-rw-r--r--pkgs/applications/audio/whipper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix
index e92b2f13187..eb179bfa549 100644
--- a/pkgs/applications/audio/whipper/default.nix
+++ b/pkgs/applications/audio/whipper/default.nix
@@ -95,6 +95,6 @@ in python3.pkgs.buildPythonApplication rec {
     description = "A CD ripper aiming for accuracy over speed";
     maintainers = with maintainers; [ emily ];
     license = licenses.gpl3Plus;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }