Created
October 15, 2015 20:11
-
-
Save garbas/a2a623b65de04d4fc151 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/development/compilers/sbcl/bootstrap.nix b/pkgs/development/compilers/sbcl/bootstrap.nix | |
index 6e9124a..eb03b25 100644 | |
--- a/pkgs/development/compilers/sbcl/bootstrap.nix | |
+++ b/pkgs/development/compilers/sbcl/bootstrap.nix | |
@@ -23,6 +23,11 @@ let | |
sha256 = "0sp5445rbvms6qvzhld0kwwvydw51vq5iaf4kdqsf2d9jvaz3yx5"; | |
}; | |
armv6l-linux = armv7l-linux; | |
+ x86_64-freebsd = { | |
+ version = "1.2.7"; | |
+ system = "x86-64-freebsd"; | |
+ sha256 = "14k42xiqd2rrim4pd5k5pjcrpkac09qnpynha8j1v4jngrvmw7y6"; | |
+ }; | |
}; | |
cfg = options.${stdenv.system}; | |
in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment