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

mkpasswd: split man output (#488325)

parents b9286b0e ee05797c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ stdenv.mkDerivation {
  buildPhase = "make mkpasswd";
  installPhase = "make install-mkpasswd";

  outputs = [
    "out"
    "man"
  ];

  meta = {
    homepage = "https://packages.qa.debian.org/w/whois.html";
    description = "Overfeatured front-end to crypt, from the Debian whois package";