Dummy SBCL property to allow other derivations to build.
This commit is contained in:
parent
bcc7d8add9
commit
bab0a82983
|
@ -23,6 +23,7 @@ let
|
||||||
sha256 = "0sp5445rbvms6qvzhld0kwwvydw51vq5iaf4kdqsf2d9jvaz3yx5";
|
sha256 = "0sp5445rbvms6qvzhld0kwwvydw51vq5iaf4kdqsf2d9jvaz3yx5";
|
||||||
};
|
};
|
||||||
armv6l-linux = armv7l-linux;
|
armv6l-linux = armv7l-linux;
|
||||||
|
x86_64-solaris = x86_64-linux;
|
||||||
};
|
};
|
||||||
cfg = options.${stdenv.system};
|
cfg = options.${stdenv.system};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue