Commit 4b97454f authored by Doron Behar's avatar Doron Behar
Browse files

wget: split man & info outputs

parent f5fb7f67
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