about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-17 00:04:21 +0000
committerGitHub <noreply@github.com>2022-10-17 00:04:21 +0000
commit18a642390049e57ffa05f72a71e4e7ce95d91b34 (patch)
tree589df77f16d1528d95cab96ef5d65c675e481a96 /pkgs/applications/graphics
parentf52955a5218655faee5e0d98f55b727a719f7e31 (diff)
parent946774a4d14af09fa8a5358dcb5f033cc311064b (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/batik/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/batik/default.nix b/pkgs/applications/graphics/batik/default.nix
index b1259a543c734..ee6403271ce5c 100644
--- a/pkgs/applications/graphics/batik/default.nix
+++ b/pkgs/applications/graphics/batik/default.nix
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
     homepage = "https://xmlgraphics.apache.org/batik";
     license = licenses.asl20;
     platforms = platforms.unix;
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
   };
 
   installPhase = ''