Commit 97b2789f authored by Audrey Dutcher's avatar Audrey Dutcher
Browse files

freebsd.libbsdxml: split debug output

parent e8671002
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,4 +3,8 @@ mkDerivation {
  path = "lib/libexpat";
  extraPaths = [ "contrib/expat" ];
  buildInputs = [ ];
  outputs = [
    "out"
    "debug"
  ];
}