forked from mirrors/nixpkgs
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:
parent
f0e3140e68
commit
dfc27a8430
|
@ -22,6 +22,7 @@ let
|
|||
};
|
||||
nativeBuildInputs = [ unzip ];
|
||||
installPhase = "cp -r . $out";
|
||||
meta.license = stdenv.lib.licenses.unfree;
|
||||
};
|
||||
|
||||
wine-wow64 = wine.override {
|
||||
|
|
Loading…
Reference in a new issue