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.
This commit is contained in:
Alyssa Ross 2019-12-26 13:19:17 +00:00
parent f0e3140e68
commit dfc27a8430

View File

@ -22,6 +22,7 @@ let
};
nativeBuildInputs = [ unzip ];
installPhase = "cp -r . $out";
meta.license = stdenv.lib.licenses.unfree;
};
wine-wow64 = wine.override {