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

This commit is contained in:
Sergei Trofimovich 2023-04-15 11:22:54 +01:00
parent 2f5fa4a6f7
commit 22e6b372f2

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "05lr9f0q4x1kvgfa3xrfmagpwvijv9m1s316aa9figqlkcc5vv4k";
};
outputs = [ "out" "dev" "man" ];
nativeBuildInputs = [ buildPackages.stdenv.cc pkg-config cmake ];
buildInputs = [ glib libsndfile libjack2 ]