From 68c20e60ca5ed99269672dc39ec74be1f0545503 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 8 Aug 2015 11:06:12 +0200 Subject: profiles/base: Revert disabling hinotify tests. This reverts the following commits: b0a2a69: profiles/base: Temporarily disable hinotify tests. fc35a3d: profiles/base: Properly disable hinotify tests. These are no longer needed as it has been quickly fixed upstream at NixOS/nixpkgs@e75e0d9, thanks to @peti. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/user/aszlig') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 55068eb9..4855f32c 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -83,13 +83,6 @@ in { w3m = pkgs.w3m.override { graphicsSupport = true; }; - - # XXX: Workaround for fixing hinotify build. - haskellPackages = pkgs.recurseIntoAttrs (pkgs.haskellPackages.override { - hinotify = lib.const (super: super.hinotify.overrideDerivation { - doCheck = false; - }); - }); }; }; -- cgit 1.4.1