libmpg123: move headers out to "dev" output, mans to "man"

This commit is contained in:
Sergei Trofimovich 2023-04-17 10:11:17 +01:00 committed by Artturin
parent 3e042b788f
commit f4c3ef8b1e

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-sX8ikF4x9DtrQB399qce0Ru30Fb2jbRJ1wufmug5x94=";
};
outputs = [ "out" ] ++ lib.optional withConplay "conplay";
outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay";
nativeBuildInputs = lib.optionals (!libOnly) (
lib.optionals withConplay [ makeWrapper ]