clisp: doCheck = true
This commit is contained in:
parent
51d906d234
commit
731dffef22
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