about summary refs log tree commit diff
path: root/pkgs/applications/networking/soapui
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/soapui')
-rw-r--r--pkgs/applications/networking/soapui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/soapui/default.nix b/pkgs/applications/networking/soapui/default.nix
index 6839b6be67291..f3c8301a69b61 100644
--- a/pkgs/applications/networking/soapui/default.nix
+++ b/pkgs/applications/networking/soapui/default.nix
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "The Most Advanced REST & SOAP Testing Tool in the World";
     homepage = "https://www.soapui.org/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = "SoapUI End User License Agreement";
     maintainers = with maintainers; [ gerschtli ];
     platforms = platforms.all;