summary refs log tree commit diff
path: root/pkgs/applications/editors/greenfoot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/greenfoot/default.nix')
-rw-r--r--pkgs/applications/editors/greenfoot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/greenfoot/default.nix b/pkgs/applications/editors/greenfoot/default.nix
index 962710be2f5..6bf26b525b5 100644
--- a/pkgs/applications/editors/greenfoot/default.nix
+++ b/pkgs/applications/editors/greenfoot/default.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A simple integrated development environment for Java";
     homepage = "https://www.greenfoot.org/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl2ClasspathPlus;
     maintainers = [ maintainers.chvp ];
     platforms = platforms.unix;