zsh: enable tests
This commit is contained in:
parent
78b33072d8
commit
092a5eea28
@ -25,6 +25,8 @@ stdenv.mkDerivation {
|
|||||||
configureFlags="--enable-maildir-support --enable-multibyte --enable-zprofile=$out/etc/zprofile --with-tcsetpgrp --enable-pcre"
|
configureFlags="--enable-maildir-support --enable-multibyte --enable-zprofile=$out/etc/zprofile --with-tcsetpgrp --enable-pcre"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
# XXX: think/discuss about this, also with respect to nixos vs nix-on-X
|
# XXX: think/discuss about this, also with respect to nixos vs nix-on-X
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/
|
mkdir -p $out/share/
|
||||||
|
Loading…
Reference in New Issue
Block a user