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
commit b394a31dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ]