mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 09:32:50 +00:00
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"
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
# XXX: think/discuss about this, also with respect to nixos vs nix-on-X
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/
|
||||
|
|
Loading…
Reference in a new issue