mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
discord-gamesdk: specify sourceProvenance
This commit is contained in:
parent
68c1807f3c
commit
ea5cd9c335
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user