Merge pull request #119494 from Ericson2314/libbsd-split-output

libbsd: Separate `out`, `dev`, and `man` outputs
This commit is contained in:
John Ericson 2021-04-14 21:24:41 -04:00 committed by GitHub
commit 9eee6b3daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l";
};
outputs = [ "out" "dev" "man" ];
# darwin changes configure.ac which means we need to regenerate
# the configure scripts
nativeBuildInputs = [ autoreconfHook ];