discord-gamesdk: specify sourceProvenance

This commit is contained in:
Tomo 2023-05-20 07:11:59 +00:00
parent 68c1807f3c
commit ea5cd9c335

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
description = "Library to allow other programs to interact with the Discord desktop application";
license = licenses.unfree;
maintainers = with maintainers; [ tomodachi94 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ];
};
}