mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
airwave.meta: min-scope with lib
This commit is contained in:
parent
b98418678d
commit
c6f20632f5
1 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ multiStdenv.mkDerivation {
|
||||||
wrapProgram $out/libexec/airwave-host-64.exe --set WINELOADER ${wine-xembed}/bin/wine64
|
wrapProgram $out/libexec/airwave-host-64.exe --set WINELOADER ${wine-xembed}/bin/wine64
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "WINE-based VST bridge for Linux VST hosts";
|
description = "WINE-based VST bridge for Linux VST hosts";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Airwave is a wine based VST bridge, that allows for the use of
|
Airwave is a wine based VST bridge, that allows for the use of
|
||||||
|
@ -94,9 +94,9 @@ multiStdenv.mkDerivation {
|
||||||
window.
|
window.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/phantom-code/airwave";
|
homepage = "https://github.com/phantom-code/airwave";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ michalrus ];
|
maintainers = with lib.maintainers; [ michalrus ];
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue