Commit f4c3ef8b authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Artturin
Browse files

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

parent 3e042b78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]