summary refs log tree commit diff
path: root/pkgs/servers/h2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/h2/default.nix')
-rw-r--r--pkgs/servers/h2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/h2/default.nix b/pkgs/servers/h2/default.nix
index ee673b53aad..62e1e22992f 100644
--- a/pkgs/servers/h2/default.nix
+++ b/pkgs/servers/h2/default.nix
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "The Java SQL database";
     homepage = "http://www.h2database.com/html/main.html";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.mpl20;
     platforms = lib.platforms.linux;
     maintainers = with maintainers; [ mahe ];