db: split outputs
This commit is contained in:
parent
f54d54dc71
commit
4b0638394d
@ -20,6 +20,8 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
patches = extraPatches;
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
|
||||
configureFlags =
|
||||
[
|
||||
(if cxxSupport then "--enable-cxx" else "--disable-cxx")
|
||||
|
Loading…
Reference in New Issue
Block a user