about summary refs log tree commit diff
path: root/pkgs/applications/audio/openutau
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-10-12 15:31:25 -0400
committerLily Foster <lily@lily.flowers>2023-10-12 15:31:25 -0400
commit54c2dacff4141d0f0977b5717e4537b4258b49f2 (patch)
treef3d220ee96d8436d6fac01da4ec0bc03731f3ad0 /pkgs/applications/audio/openutau
parent3a2786eea085f040a66ecde1bc3ddc7099f6dbeb (diff)
openutau: clarify license situation with worldline again
It seems the prebuilt worldline files are considered redistributable as
part of the project's MIT license.

See https://github.com/stakira/OpenUtau/commit/8b1d8b33557865a87c48e1586b361ea8c287b634
Diffstat (limited to 'pkgs/applications/audio/openutau')
-rw-r--r--pkgs/applications/audio/openutau/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/openutau/default.nix b/pkgs/applications/audio/openutau/default.nix
index 645b0715611de..0bf75d8462967 100644
--- a/pkgs/applications/audio/openutau/default.nix
+++ b/pkgs/applications/audio/openutau/default.nix
@@ -74,10 +74,10 @@ buildDotnetModule rec {
       binaryNativeCode
     ];
     license = with licenses; [
-      # dotnet code
+      # dotnet code and worldline resampler binary
       mit
-      # worldline resampler
-      unfree
+      # worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT
+      unfreeRedistributable
     ];
     maintainers = with maintainers; [ lilyinstarlight ];
     platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];