Commit 6d598fed authored by Mario Rodas's avatar Mario Rodas
Browse files

llhttp: extract headers to dev output

parent 3b1f3712
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
  };

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [
    cmake
  ];