[audiorelay] Add sourceProvenance

This commit is contained in:
Ryze 2024-10-03 22:14:25 +03:00
parent ea3b74982b
commit 611f10800e
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -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
];
};
}