about summary refs log tree commit diff
path: root/pkgs/applications/audio/mpg123
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-04-22 21:12:55 +0300
committerGitHub <noreply@github.com>2023-04-22 21:12:55 +0300
commit64cbddd7a8d52ac53b685a546e0271992d578655 (patch)
tree3d03acd21aeb95cfe25bfda9f2bac666f80f412d /pkgs/applications/audio/mpg123
parente78a5e67875adeaf42db6031cff69e973dcc56eb (diff)
parentf4c3ef8b1e00f0b7cf934be0cb175e02931f75bd (diff)
Merge pull request #226608 from trofi/libmpg123-dev-output
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 1e97b7badb48d..348dcfb5986f1 100644
--- a/pkgs/applications/audio/mpg123/default.nix
+++ b/pkgs/applications/audio/mpg123/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     hash = "sha256-HKd9Omml/4RbegU294P+5VThBBE5prl49q/hT1gUrRo=";
   };
 
-  outputs = [ "out" ] ++ lib.optional withConplay "conplay";
+  outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay";
 
   nativeBuildInputs = lib.optionals (!libOnly) (
     lib.optionals withConplay [ makeWrapper ]