[audiorelay] Add sourceProvenance
This commit is contained in:
parent
ea3b74982b
commit
611f10800e
1 changed files with 5 additions and 0 deletions
|
@ -93,5 +93,10 @@ stdenv.mkDerivation {
|
|||
homepage = "https://audiorelay.net";
|
||||
downloadPage = "https://audiorelay.net/downloads";
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
binaryBytecode
|
||||
binaryNativeCode # native rtaudio and opus libs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue