libnl: Split into multiple outputs

This commit is contained in:
Tuomas Tynkkynen
2015-10-28 10:23:01 +01:00
committed by Vladimír Čunát
parent 0fe3e37946
commit e649ac36da
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation {
owner = "thom311";
};
outputs = [ "dev" "bin" "out" "man" ];
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig ];
meta = {