mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
wavpack: split headers to "dev" output (and "doc", "man" while at it)
This commit is contained in:
parent
e789c7976f
commit
599712cbc6
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user