Skip to content

Commit

Permalink
Only patch rcodesign 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 21, 2025
1 parent 7b4cfe0 commit 3da5533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/rcodesign.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# versions of macOS (one of the tests fails validating signatures
# in `/usr/bin`).
final: prev: {
rcodesign = prev.rcodesign.override (old: {
rcodesign = prev.rcodesign.override (old: final.lib.optionalAttrs (prev.rcodesign.version == "0.22.0") {
rustPlatform = old.rustPlatform // {
buildRustPackage = args: old.rustPlatform.buildRustPackage (args // {
version = "0.27.0";
Expand Down

0 comments on commit 3da5533

Please sign in to comment.