summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2018-07-02 22:11:17 +0100
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-03 19:24:40 -0400
commit9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6 (patch)
treec875c9a56e7ecd74e9963810d82870373e7dfa9f /pkgs/development/haskell-modules/configuration-nix.nix
parent1a668f79b277f7e7d3a4bae93cc1234ce3b25a4b (diff)
downloadnixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar.gz
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar.bz2
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar.lz
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar.xz
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.tar.zst
nixpkgs-9ed54a38bd9f2c60c18ef30857dbb9f220ced9f6.zip
configuration-common.nix: fix build tools
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 769033e7df9..07be6298453 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -517,14 +517,11 @@ self: super: builtins.intersectAttrs super {
   blank-canvas = dontCheck super.blank-canvas;
   blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;
 
-  # cabal2nix generates a dependency on base-compat, which is the wrong version
-  base-compat-batteries = super.base-compat-batteries.override {
-    base-compat = super.base-compat_0_10_1;
-  };
-
   # Custom setup needs pg_config
   HDBC-postgresql = addBuildTool super.HDBC-postgresql pkgs.postgresql;
 
   # Custom setup needs sdl-config
   SDL = addBuildTool super.SDL pkgs.SDL;
+  neat-interpolation = addBuildTool super.neat-interpolation self.HTF;
+  hnix = addBuildTool super.hnix pkgs.nix;
 }