Unverified Commit d9a578f8 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

wget: split man & info outputs (#488315)

parents 05d617f7 4b97454f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -67,6 +67,12 @@ stdenv.mkDerivation (finalAttrs: {
    "--without-included-regex"
  ];

  outputs = [
    "out"
    "man"
    "info"
  ];

  preBuild = ''
    # avoid runtime references to build-only depends
    make -C src version.c