Merge pull request #263068 from hraban/clisp-docheck
clisp: doCheck = true
This commit is contained in:
commit
cb5678d28d
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ stdenv.mkDerivation {
|
|||
cd builddir
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postInstall =
|
||||
lib.optionalString (withModules != [])
|
||||
(''./clisp-link add "$out"/lib/clisp*/base "$(dirname "$out"/lib/clisp*/base)"/full''
|
||||
|
|
Loading…
Reference in a new issue