g2o: split outputs

Paths in CMake files all appear to be stil correct with this patch.
This commit is contained in:
Ben Wolsieffer 2023-08-18 15:16:12 -04:00
parent 2b984b10fa
commit 0ba4d72c55

View File

@ -15,6 +15,7 @@ mkDerivation rec {
# Removes a reference to gcc that is only used in a debug message
patches = [ ./remove-compiler-reference.patch ];
outputs = [ "out" "dev" ];
separateDebugInfo = true;
nativeBuildInputs = [ cmake ];