about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-16 23:27:58 +0000
committerGitHub <noreply@github.com>2022-06-16 23:27:58 +0000
commit46b42d9734c6a647744a53df414eb7d1b211f7a6 (patch)
treea2a75ea91f5c45504b9d1aa16a76f67f3da0a1e8 /pkgs/tools/archivers
parent8c938c76c893c1279ad6238eec07229f2da25838 (diff)
parentccdd0f7af67ac098e67dc7e406ecde363e28546e (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/rar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/archivers/rar/default.nix b/pkgs/tools/archivers/rar/default.nix
index 6f47992b512c0..7a5fd320c9480 100644
--- a/pkgs/tools/archivers/rar/default.nix
+++ b/pkgs/tools/archivers/rar/default.nix
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Utility for RAR archives";
     homepage = "https://www.rarlab.com/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ thiagokokada ];
     platforms = with platforms; linux ++ darwin;