quicklispPackages.iolib: try loading the system
This commit is contained in:
parent
953fc6c0a0
commit
5d83ef6a91
1 changed files with 5 additions and 0 deletions
|
@ -19,5 +19,10 @@
|
|||
};
|
||||
iolib = x: {
|
||||
propagatedBuildInputs = [pkgs.libfixposix pkgs.gcc];
|
||||
overrides = y: {
|
||||
postBuild = ''
|
||||
NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iolib)"' common-lisp.sh ""
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue