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

This commit is contained in:
Sergei Trofimovich 2023-04-24 22:14:30 +01:00
parent 8c98025212
commit efe64155a2

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-aDKzkmvrPDzQl4n0KgeiU5LOLhQA0tmwzGiXvJDp7ZI=";
};
outputs = [ "out" "dev" "man" ];
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''