Skip to content

Commit

Permalink
add freebsd target for building sbcl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomster committed Oct 10, 2015
1 parent c62b4bc commit d8d4039
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/compilers/sbcl/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ let
sha256 = "0sp5445rbvms6qvzhld0kwwvydw51vq5iaf4kdqsf2d9jvaz3yx5";
};
armv6l-linux = armv7l-linux;
x86_64-freebsd = rec {
version = "1.2.7";
system = "x86-64-freebsd";
sha256 = "14k42xiqd2rrim4pd5k5pjcrpkac09qnpynha8j1v4jngrvmw7y6";
};
};
cfg = options.${stdenv.system};
in
Expand Down

0 comments on commit d8d4039

Please sign in to comment.