summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-24 00:02:29 +0000
committerGitHub <noreply@github.com>2022-06-24 00:02:29 +0000
commit5b9ee17283fdfda3d413789d55b9d71834ebbec5 (patch)
tree8dcae57148418ea5bd857af3e7c930b3ce90b567 /pkgs/applications/graphics/sane
parent4f79f81d47ad074786ee27376c64d1aa7fd0ffd7 (diff)
parent2ee36a0de700998569f9f68e402eb27139c78083 (diff)
downloadnixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar.gz
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar.bz2
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar.lz
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar.xz
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.tar.zst
nixpkgs-5b9ee17283fdfda3d413789d55b9d71834ebbec5.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/graphics/sane')
-rw-r--r--pkgs/applications/graphics/sane/backends/brscan4/default.nix1
-rw-r--r--pkgs/applications/graphics/sane/backends/brscan5/default.nix1
-rw-r--r--pkgs/applications/graphics/sane/backends/dsseries/default.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/sane/backends/brscan4/default.nix b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
index ea70224a932..ec8efcc27c2 100644
--- a/pkgs/applications/graphics/sane/backends/brscan4/default.nix
+++ b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
@@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
     description = "Brother brscan4 sane backend driver";
     homepage = "http://www.brother.com";
     platforms = [ "i686-linux" "x86_64-linux" ];
+    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;
     maintainers = with lib.maintainers; [ jraygauthier ];
   };
diff --git a/pkgs/applications/graphics/sane/backends/brscan5/default.nix b/pkgs/applications/graphics/sane/backends/brscan5/default.nix
index 4d276bd57bc..59daa9eb09a 100644
--- a/pkgs/applications/graphics/sane/backends/brscan5/default.nix
+++ b/pkgs/applications/graphics/sane/backends/brscan5/default.nix
@@ -102,6 +102,7 @@ stdenv.mkDerivation rec {
     description = "Brother brscan5 sane backend driver";
     homepage = "https://www.brother.com";
     platforms = [ "i686-linux" "x86_64-linux" ];
+    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;
     maintainers = with lib.maintainers; [ mattchrist ];
   };
diff --git a/pkgs/applications/graphics/sane/backends/dsseries/default.nix b/pkgs/applications/graphics/sane/backends/dsseries/default.nix
index 8a01f70c6b0..93e179d867d 100644
--- a/pkgs/applications/graphics/sane/backends/dsseries/default.nix
+++ b/pkgs/applications/graphics/sane/backends/dsseries/default.nix
@@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
     description = "Brother DSSeries SANE backend driver";
     homepage = "http://www.brother.com";
     platforms = lib.platforms.linux;
+    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.unfree;
     maintainers = with lib.maintainers; [ callahad ];
   };