Merge pull request #93411 from danieldk/dbxml-multiple-outputs
dbxml: use multiple outputs
This commit is contained in:
commit
e6b2930cf6
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "a8fc8f5e0c3b6e42741fa4dfc3b878c982ff8f5e5f14843f6a7e20d22e64251a";
|
sha256 = "a8fc8f5e0c3b6e42741fa4dfc3b878c982ff8f5e5f14843f6a7e20d22e64251a";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "bin" "dev" "out" ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./cxx11.patch
|
./cxx11.patch
|
||||||
./incorrect-optimization.patch
|
./incorrect-optimization.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user