about summary refs log tree commit diff
path: root/pkgs/applications/networking/soapui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/soapui/default.nix')
-rw-r--r--pkgs/applications/networking/soapui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/soapui/default.nix b/pkgs/applications/networking/soapui/default.nix
index 32a6423243e6b..12301981f6537 100644
--- a/pkgs/applications/networking/soapui/default.nix
+++ b/pkgs/applications/networking/soapui/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, writeText, jdk, maven, makeWrapper }:
+{ fetchurl, lib, stdenv, writeText, jdk, maven, makeWrapper }:
 
 stdenv.mkDerivation rec {
   pname = "soapui";
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
     '')
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "The Most Advanced REST & SOAP Testing Tool in the World";
     homepage = "https://www.soapui.org/";
     license = "SoapUI End User License Agreement";