summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHlöðver Sigurðsson <hlolli@gmail.com>2022-11-05 12:34:34 +0000
committerHlöðver Sigurðsson <hlolli@gmail.com>2022-11-05 12:34:34 +0000
commit88a8282e7c3d42c47b5051bcb612fc855115c83a (patch)
treeae8b444cf083246dc06021c1b7bc14ab1a8beffc
parenterigon: init module (diff)
downloadnixpkgs-88a8282e7c3d42c47b5051bcb612fc855115c83a.tar.gz
faust2: darwin support
-rw-r--r--pkgs/applications/audio/faust/faust2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 32bcbee2e6cd..19468b3af345 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -34,7 +34,7 @@ let
homepage = "https://faust.grame.fr/";
downloadPage = "https://github.com/grame-cncm/faust/";
license = licenses.gpl2;
- platforms = platforms.linux;
+ platforms = platforms.unix;
maintainers = with maintainers; [ magnetophon pmahoney ];
};