From 092a5eea285ea5eb142b1a4c41f1ca0f2cd28d65 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 6 Sep 2015 19:04:42 +0200 Subject: [PATCH] zsh: enable tests --- pkgs/shells/zsh/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix index 39ffb471a8c..e90012626ed 100644 --- a/pkgs/shells/zsh/default.nix +++ b/pkgs/shells/zsh/default.nix @@ -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/