Merge pull request #226486 from trofi/wavpack-dev-output
wavpack: split headers to "dev" output (and "doc", "man" while at it)
This commit is contained in:
commit
d6856047c8
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-4QDtLywu0PT+YsMV26M74bL2P7p4s1tk8ZBQtQcubaU=";
|
hash = "sha256-4QDtLywu0PT+YsMV26M74bL2P7p4s1tk8ZBQtQcubaU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "doc" "man" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Hybrid audio compression format";
|
description = "Hybrid audio compression format";
|
||||||
homepage = "https://www.wavpack.com/";
|
homepage = "https://www.wavpack.com/";
|
||||||
|
|
Loading…
Reference in a new issue