Add `doCheck' for Guile-Lint and Guile-Library.

svn path=/nixpkgs/trunk/; revision=11289
This commit is contained in:
Ludovic Courtès
2008-03-26 15:20:25 +00:00
parent 31bc21974d
commit 62bcc0f821
3 changed files with 9 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
mv ,,tmp guile-lint.in
'';
doCheck = true;
meta = {
description = ''Guile-Lint checks syntax and semantics in a
Guile program or module.'';