mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +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 New Issue
Block a user