Merge pull request #226253 from trofi/fluidsynth-dev-and-man-output

fluidsynth: move headers out to "dev" output, mans to "man"
This commit is contained in:
Sergei Trofimovich
2023-04-24 09:32:48 +01:00
committed by GitHub
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-BSJu3jB7b5G2ThXBUHUNnBGl55EXe3nIzdBdgfOWDSM=";
};
outputs = [ "out" "dev" "man" ];
nativeBuildInputs = [ buildPackages.stdenv.cc pkg-config cmake ];
buildInputs = [ glib libsndfile libjack2 ]