mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03: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