numactl: move headers and mans to "dev" and "man" outputs

+2
+2
pkgs/os-specific/linux/numactl/default.nix
··· 11 11 sha256 = "sha256-aDKzkmvrPDzQl4n0KgeiU5LOLhQA0tmwzGiXvJDp7ZI="; 12 12 }; 13 13 14 + outputs = [ "out" "dev" "man" ]; 15 + 14 16 nativeBuildInputs = [ autoreconfHook ]; 15 17 16 18 postPatch = ''