mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Oops, libsigsegv-2.5 was not a builderDefs expression
svn path=/nixpkgs/trunk/; revision=16633
This commit is contained in:
parent
2ef1fe1b5b
commit
9d7600ccf5
@ -3613,7 +3613,8 @@ let
|
||||
};
|
||||
|
||||
# To bootstrap SBCL, I need CLisp 2.44.1; it needs libsigsegv 2.5
|
||||
libsigsegv_25 = builderDefsPackage ../development/libraries/libsigsegv/2.5.nix {
|
||||
libsigsegv_25 = import ../development/libraries/libsigsegv/2.5.nix {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
libsndfile = import ../development/libraries/libsndfile {
|
||||
|
Loading…
Reference in New Issue
Block a user