libbsd: Separate out, dev, and man outputs
This commit is contained in:
committed by
John Ericson
parent
6802c2e2ce
commit
4689d19e35
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l";
|
sha256 = "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "man" ];
|
||||||
|
|
||||||
# darwin changes configure.ac which means we need to regenerate
|
# darwin changes configure.ac which means we need to regenerate
|
||||||
# the configure scripts
|
# the configure scripts
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|||||||
Reference in New Issue
Block a user