about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-08 11:06:12 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-08 11:06:12 +0200
commit68c20e60ca5ed99269672dc39ec74be1f0545503 (patch)
tree7f1cb266fc4403337951691fc64d9c86e6462f60 /modules
parentfc35a3d649d5426336a01cc1a3a9ee0b186c3f7a (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix7
1 files changed, 0 insertions, 7 deletions
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;
-          });
-        });
       };
     };