Merge pull request #228025 from trofi/numactl-dev-output

numactl: move headers and mans to "dev" and "man" outputs
This commit is contained in:
Sergei Trofimovich 2023-04-27 10:08:22 +01:00 committed by GitHub
commit 8ce3ef6b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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