Skip to content

Commit

Permalink
fix: reversed (or previously applied) patch error
Browse files Browse the repository at this point in the history
  • Loading branch information
stevalkr committed Sep 15, 2024
1 parent 65fe079 commit 25182db
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 @@ -134,7 +134,7 @@ in with lib; {
self.darwin.apple_sdk.frameworks.Foundation
self.darwin.apple_sdk.frameworks.AppKit
];
patches = patches ++ lib.optionals self.stdenv.isDarwin [
patches = patches ++ [
# Fix build with darwin-aarch64
(self.fetchpatch {
url = "https://github.com/stevalkr/rviz-release/commit/777d3f45f7d6197e3ee3b7e3b9e95f0138ca6266.patch";
Expand Down

0 comments on commit 25182db

Please sign in to comment.