wavpack: split headers to "dev" output (and "doc", "man" while at it)

This commit is contained in:
Sergei Trofimovich 2023-04-16 15:50:37 +01:00
parent e789c7976f
commit 599712cbc6

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
hash = "sha256-4QDtLywu0PT+YsMV26M74bL2P7p4s1tk8ZBQtQcubaU=";
};
outputs = [ "out" "dev" "doc" "man" ];
meta = with lib; {
description = "Hybrid audio compression format";
homepage = "https://www.wavpack.com/";