audiofile: move headers and mand to "dev" and "man" outputs

This commit is contained in:
Sergei Trofimovich
2023-04-16 07:23:48 +01:00
parent 2f5fa4a6f7
commit 617525dd31
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "0rb927zknk9kmhprd8rdr4azql4gn2dp75a36iazx2xhkbqhvind";
};
outputs = [ "out" "dev" "man" ];
# fix build with gcc9
NIX_CFLAGS_LINK = lib.optional (stdenv.system == "i686-linux") "-lgcc";