Unverified Commit 8812947a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

dmidecode: split man & doc outputs (#482652)

parents 2746bf0c 85a49117
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ stdenv.mkDerivation rec {
    "prefix=$(out)"
    "CC=${stdenv.cc.targetPrefix}cc"
  ];
  outputs = [
    "out"
    "man"
    "doc"
  ];

  meta = {
    homepage = "https://www.nongnu.org/dmidecode/";