Skip to content

Commit 75bc948

Browse files
committed
garage: 1.0 and 0.9 is no longer broken on Darwin
0.8 failed build, but due to type mismatches within code, not a linker error like the others used to.
1 parent 53abe0f commit 75bc948

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)