mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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