mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
sbcl: avoid using wrong options
This commit is contained in:
parent
194a2ae86a
commit
c410dc75f2
@ -23,7 +23,6 @@ let
|
||||
sha256 = "0sp5445rbvms6qvzhld0kwwvydw51vq5iaf4kdqsf2d9jvaz3yx5";
|
||||
};
|
||||
armv6l-linux = armv7l-linux;
|
||||
x86_64-solaris = x86_64-linux;
|
||||
x86_64-freebsd = rec {
|
||||
version = "1.2.7";
|
||||
system = "x86-64-freebsd";
|
||||
@ -32,6 +31,7 @@ let
|
||||
};
|
||||
cfg = options.${stdenv.system};
|
||||
in
|
||||
assert builtins.hasAttr stdenv.system options;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sbcl-bootstrap-${version}";
|
||||
version = cfg.version;
|
||||
|
Loading…
Reference in New Issue
Block a user