libfreeaptx: split headers to "dev" output

+2
+2
pkgs/development/libraries/libfreeaptx/default.nix
··· 11 11 sha256 = "sha256-eEUhOrKqb2hHWanY+knpY9FBEnjkkFTB+x6BZgMBpbo="; 12 12 }; 13 13 14 + outputs = [ "out" "dev" ]; 15 + 14 16 postPatch = lib.optionalString stdenv.isDarwin '' 15 17 substituteInPlace Makefile \ 16 18 --replace '-soname' '-install_name' \