Remove support for the obsolete powerpc-darwin and i686-darwin platforms
This commit is contained in:
@@ -15,10 +15,6 @@ let
|
||||
arch = "x86-linux";
|
||||
sha256 = "1s00r1kszk5zhmv7m8z5q2wcqjn2gn7fbqwji3hgnsdvbb1f3jdn";
|
||||
}
|
||||
else if system == "i686-darwin" then fetchDist {
|
||||
arch = "x86-darwin";
|
||||
sha256 = "0vd3zbp5zcp0hjd3y03k595hmri8hw884brjpwjiby3jpm3l40np";
|
||||
}
|
||||
else throw "Unsupported platform for cmucl.";
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user