about summary refs log tree commit diff
path: root/pkgs/applications/audio/mpg123
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-04-17 10:11:17 +0100
committerArtturin <Artturin@artturin.com>2023-04-22 17:22:35 +0300
commitf4c3ef8b1e00f0b7cf934be0cb175e02931f75bd (patch)
treec32c6062356488a8c6bfb26ac1ecb3c494dd0175 /pkgs/applications/audio/mpg123
parent3e042b788fb27a64b0687005d805b3bf70e12ccf (diff)
libmpg123: move headers out to "dev" output, mans to "man"
Diffstat (limited to 'pkgs/applications/audio/mpg123')
-rw-r--r--pkgs/applications/audio/mpg123/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpg123/default.nix b/pkgs/applications/audio/mpg123/default.nix
index 36c8a2409abb2..9a2ba796a55b7 100644
--- a/pkgs/applications/audio/mpg123/default.nix
+++ b/pkgs/applications/audio/mpg123/default.nix
@@ -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 ]