File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7373 fetchgitArgs . hash = "sha256-gztnxui9Fe/FTieMjdvfJjWHjkImtlsHn6fM1FruyME=" ;
7474 } ;
7575
76+ gtsam = rosSuper . gtsam . overrideAttrs ( {
77+ nativeBuildInputs ? [ ] , ...
78+ } : {
79+ # https://github.com/borglab/gtsam/pull/2171
80+ # boost is optional but enabled by default
81+ nativeBuildInputs = nativeBuildInputs ++ [ self . boost ] ;
82+ } ) ;
83+
7684 gz-cmake-vendor = lib . patchGzAmentVendorGit rosSuper . gz-cmake-vendor { } ;
7785
7886 gz-common-vendor = ( lib . patchGzAmentVendorGit rosSuper . gz-common-vendor { } ) . overrideAttrs ( {
Original file line number Diff line number Diff line change 7373 fetchgitArgs . hash = "sha256-gztnxui9Fe/FTieMjdvfJjWHjkImtlsHn6fM1FruyME=" ;
7474 } ;
7575
76+ gtsam = rosSuper . gtsam . overrideAttrs ( {
77+ nativeBuildInputs ? [ ] , ...
78+ } : {
79+ # https://github.com/borglab/gtsam/pull/2171
80+ # boost is optional but enabled by default
81+ nativeBuildInputs = nativeBuildInputs ++ [ self . boost ] ;
82+ } ) ;
83+
7684 gz-cmake-vendor = lib . patchAmentVendorGit rosSuper . gz-cmake-vendor { } ;
7785
7886 gz-common-vendor = ( lib . patchAmentVendorGit rosSuper . gz-common-vendor { } ) . overrideAttrs ( {
You can’t perform that action at this time.
0 commit comments