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

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