w3m: split man output (#482244)
This commit is contained in:
@@ -115,6 +115,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
substituteInPlace ./configure --replace /usr /no-such-path
|
||||
'';
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
||||
Reference in New Issue
Block a user