about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-24 12:58:44 +0100
committerRick van Schijndel <Mindavi@users.noreply.github.com>2022-10-16 22:28:54 +0200
commit687424678cef543570c30a2ecd7b7bf6fb6f4d62 (patch)
tree2564a3f24e811e3edec915ea510dfa5f184c5eae /pkgs/applications/graphics
parent5499415827ef1ef22fe99c0866bd856fe677849d (diff)
batik: mark as sourceProvenance binaryBytecode
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 = ''