Skip to content

Commit

Permalink
optional patch for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
stevalkr committed Aug 4, 2024
1 parent 6794cbd commit 1c0dbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ in with lib; {
self.darwin.apple_sdk.frameworks.Foundation
self.darwin.apple_sdk.frameworks.AppKit
];
patches = patches ++ [
patches = patches ++ lib.optionals self.stdenv.isDarwin [
# Fix build with darwin-aarch64
(self.fetchpatch {
url = "https://github.com/ros2-gbp/rviz-release/commit/777d3f45f7d6197e3ee3b7e3b9e95f0138ca6266.patch";
Expand Down

0 comments on commit 1c0dbb7

Please sign in to comment.