From 0ba4d72c554405ac693c472e23cff1d28d352dc1 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Fri, 18 Aug 2023 15:16:12 -0400 Subject: [PATCH] g2o: split outputs Paths in CMake files all appear to be stil correct with this patch. --- pkgs/development/libraries/g2o/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/g2o/default.nix b/pkgs/development/libraries/g2o/default.nix index 0823100b1765..cc4339da982a 100644 --- a/pkgs/development/libraries/g2o/default.nix +++ b/pkgs/development/libraries/g2o/default.nix @@ -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 ];