Skip to content

Commit 3da5533

Browse files
committed
Only patch rcodesign 0.22.0
1 parent 7b4cfe0 commit 3da5533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/rcodesign.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# versions of macOS (one of the tests fails validating signatures
33
# in `/usr/bin`).
44
final: prev: {
5-
rcodesign = prev.rcodesign.override (old: {
5+
rcodesign = prev.rcodesign.override (old: final.lib.optionalAttrs (prev.rcodesign.version == "0.22.0") {
66
rustPlatform = old.rustPlatform // {
77
buildRustPackage = args: old.rustPlatform.buildRustPackage (args // {
88
version = "0.27.0";

0 commit comments

Comments
 (0)