Unverified Commit 4bcfb693 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

w3m: split man output (#482244)

parents 007f839e 4273705e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -115,6 +115,11 @@ stdenv.mkDerivation (finalAttrs: {
    substituteInPlace ./configure --replace /usr /no-such-path
  '';

  outputs = [
    "out"
    "man"
  ];

  enableParallelBuilding = false;

  passthru.tests.version = testers.testVersion {