summary refs log tree commit diff
diff options
context:
space:
mode:
authorTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-20 07:11:59 +0000
committerTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-20 07:11:59 +0000
commitea5cd9c3351179063fff991e9b673c83f8458f3e (patch)
tree3ce1ef2acc65fee41728386a4daad659a6427c46
parent68c1807f3c523788b5ce58879ec67ed9c43022d6 (diff)
downloadnixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar.gz
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar.bz2
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar.lz
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar.xz
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.tar.zst
nixpkgs-ea5cd9c3351179063fff991e9b673c83f8458f3e.zip
discord-gamesdk: specify `sourceProvenance`
-rw-r--r--pkgs/development/libraries/discord-gamesdk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/discord-gamesdk/default.nix b/pkgs/development/libraries/discord-gamesdk/default.nix
index 513eebe7124..5e17d1788da 100644
--- a/pkgs/development/libraries/discord-gamesdk/default.nix
+++ b/pkgs/development/libraries/discord-gamesdk/default.nix
@@ -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" ];
   };
 }