diff options
| author | Hlöðver Sigurðsson <hlolli@gmail.com> | 2022-11-05 12:34:34 +0000 |
|---|---|---|
| committer | Hlöðver Sigurðsson <hlolli@gmail.com> | 2022-11-05 12:34:34 +0000 |
| commit | 88a8282e7c3d42c47b5051bcb612fc855115c83a (patch) | |
| tree | ae8b444cf083246dc06021c1b7bc14ab1a8beffc | |
| parent | erigon: init module (diff) | |
| download | nixpkgs-88a8282e7c3d42c47b5051bcb612fc855115c83a.tar.gz | |
faust2: darwin support
| -rw-r--r-- | pkgs/applications/audio/faust/faust2.nix | 2 |
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 ]; }; |
