Unverified Commit f13e6381 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

h2o.tests: fix the eval (#459585)

parents 3084ac41 f6871f8d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -673,7 +673,10 @@ in
  guacamole-server = runTest ./guacamole-server.nix;
  guix = handleTest ./guix { };
  gvisor = runTest ./gvisor.nix;
  h2o = import ./web-servers/h2o { inherit runTest; };
  h2o = import ./web-servers/h2o {
    inherit runTest;
    inherit (pkgs) lib;
  };
  hadoop = import ./hadoop {
    inherit handleTestOn;
    package = pkgs.hadoop;