Skip to content

Commit a0de99a

Browse files
garage: 1.0 and 0.9 are no longer broken on Darwin (#366373)
2 parents 978facd + 75bc948 commit a0de99a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/tools/filesystems/garage/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,12 @@ rec {
129129
hash = "sha256-2ZaxenwaVGYYUjUJaGgnGpZNQprQV9+Jns2sXM6cowk=";
130130
cargoHash = "sha256-ittesFz1GUGipQecsmMA+GEaVoUY+C9DtEvsO0HFNCc=";
131131
cargoPatches = [ ./update-time.patch ];
132-
broken = stdenv.hostPlatform.isDarwin;
133132
};
134133

135134
garage_1_1_0 = generic {
136135
version = "1.1.0";
137136
hash = "sha256-ysf/GYR39trXTPRdw8uB6E4YDp4nAR8dbU9k9rQTxz0=";
138137
cargoHash = "sha256-SkDr/e9YZ3raTGucaiv/RV2zF9tEDIeqZeri6Xk3xEU=";
139-
broken = stdenv.hostPlatform.isDarwin;
140138
};
141139

142140
garage_0_8 = garage_0_8_7;

0 commit comments

Comments
 (0)