Unverified Commit 64cbddd7 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #226608 from trofi/libmpg123-dev-output

parents e78a5e67 f4c3ef8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]