summary refs log tree commit diff
path: root/pkgs/applications/audio/airwave
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-26 13:19:17 +0000
committerAlyssa Ross <hi@alyssa.is>2020-01-03 15:58:13 +0000
commitdfc27a84302db6a2d798b99a8e35dedf2690a82b (patch)
treeda722155485934d005ae373a3d79aa1a63bbae5a /pkgs/applications/audio/airwave
parentf0e3140e68cc8aa48e14604c33d1d6d43f71be0b (diff)
downloadnixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar.gz
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar.bz2
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar.lz
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar.xz
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.tar.zst
nixpkgs-dfc27a84302db6a2d798b99a8e35dedf2690a82b.zip
airwave: mark VST SDK as unfree
Airwave itself is free software, but the VST SDK it depends on is not.
This means that trying to build airwave fails with an error about
manually adding VST SDK to the store, rather than the expected error
that non-free software has been requested.
Diffstat (limited to 'pkgs/applications/audio/airwave')
-rw-r--r--pkgs/applications/audio/airwave/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/airwave/default.nix b/pkgs/applications/audio/airwave/default.nix
index dde2c5e44b3..1d91ad4d2be 100644
--- a/pkgs/applications/audio/airwave/default.nix
+++ b/pkgs/applications/audio/airwave/default.nix
@@ -22,6 +22,7 @@ let
     };
     nativeBuildInputs = [ unzip ];
     installPhase = "cp -r . $out";
+    meta.license = stdenv.lib.licenses.unfree;
   };
 
   wine-wow64 = wine.override {