about summary refs log tree commit diff
path: root/pkgs/applications/audio/csa
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-08 21:39:35 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-08 21:48:52 +0700
commit7a4f83fc9dfcb55e2e2570410260b0ed8f848a36 (patch)
treec5cdb6d0e0bc3504c18da77c151b2385bd63d974 /pkgs/applications/audio/csa
parent368bdd13f6552806057ea3b7285a3b56322b69b2 (diff)
csa: expand platforms to unix
Diffstat (limited to 'pkgs/applications/audio/csa')
-rw-r--r--pkgs/applications/audio/csa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/csa/default.nix b/pkgs/applications/audio/csa/default.nix
index 5121f6d616b29..0f7ad460a8c69 100644
--- a/pkgs/applications/audio/csa/default.nix
+++ b/pkgs/applications/audio/csa/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.gpl3;
     maintainers = [ maintainers.magnetophon ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }