From 3b6bc4b69ca7eec695291af31d8878071e0e084d Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 2 Jun 2022 14:38:41 +0100 Subject: treewide: set sourceProvenance for packages containing downloaded jars these are the easily identifiable cases and will not be comprehensive --- pkgs/applications/editors/jedit/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/editors/jedit') diff --git a/pkgs/applications/editors/jedit/default.nix b/pkgs/applications/editors/jedit/default.nix index 0d29eeb17dc24..1cffa831ef614 100644 --- a/pkgs/applications/editors/jedit/default.nix +++ b/pkgs/applications/editors/jedit/default.nix @@ -55,6 +55,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Mature programmer's text editor (Java based)"; homepage = "http://www.jedit.org"; + sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.gpl2; platforms = platforms.unix; maintainers = [ maintainers.vbgl ]; -- cgit 1.4.1