mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
g2o: split outputs
Paths in CMake files all appear to be stil correct with this patch.
This commit is contained in:
parent
2b984b10fa
commit
0ba4d72c55
@ -15,6 +15,7 @@ mkDerivation rec {
|
|||||||
# Removes a reference to gcc that is only used in a debug message
|
# Removes a reference to gcc that is only used in a debug message
|
||||||
patches = [ ./remove-compiler-reference.patch ];
|
patches = [ ./remove-compiler-reference.patch ];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user