mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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