about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/antlr/4.9.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-02 14:38:41 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-04 19:47:57 +0100
commit3b6bc4b69ca7eec695291af31d8878071e0e084d (patch)
treebe1a2290fc8831c596bdf2b585b8677876ad9b29 /pkgs/development/tools/parsing/antlr/4.9.nix
parentf1d7577cca9f9dac11994c694369e325943ab798 (diff)
downloadnixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar.gz
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar.bz2
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar.lz
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar.xz
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.tar.zst
nixlib-3b6bc4b69ca7eec695291af31d8878071e0e084d.zip
treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
Diffstat (limited to 'pkgs/development/tools/parsing/antlr/4.9.nix')
-rw-r--r--pkgs/development/tools/parsing/antlr/4.9.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/parsing/antlr/4.9.nix b/pkgs/development/tools/parsing/antlr/4.9.nix
index bdb373f243f8..3046f3e17caa 100644
--- a/pkgs/development/tools/parsing/antlr/4.9.nix
+++ b/pkgs/development/tools/parsing/antlr/4.9.nix
@@ -80,6 +80,7 @@ let
         walk parse trees.
       '';
       homepage = "https://www.antlr.org/";
+      sourceProvenance = with sourceTypes; [ binaryBytecode ];
       license = licenses.bsd3;
       platforms = platforms.unix;
     };