summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2016-03-03 07:11:36 -0500
committerPeter Simons <simons@cryp.to>2016-05-10 12:28:36 +0200
commitd2387e3c4a71ee83f29733710bd9af7ca0a7ce49 (patch)
tree8ef7be97e6fe055cd88518ef64e57fb5d5abaf3c /pkgs/development/haskell-modules/configuration-common.nix
parentdeba002b3c81cf41523fa36db17ac996eab8c920 (diff)
downloadnixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar.gz
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar.bz2
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar.lz
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar.xz
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.tar.zst
nixpkgs-d2387e3c4a71ee83f29733710bd9af7ca0a7ce49.zip
haskellPackages.hjsonschema: remove hjsonpointer override
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e3a3b92bcbf..5f1335ca72f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -306,7 +306,7 @@ self: super: {
   github-types = dontCheck super.github-types;          # http://hydra.cryp.to/build/1114046/nixlog/1/raw
   hadoop-rpc = dontCheck super.hadoop-rpc;              # http://hydra.cryp.to/build/527461/nixlog/2/raw
   hasql = dontCheck super.hasql;                        # http://hydra.cryp.to/build/502489/nixlog/4/raw
-  hjsonschema = overrideCabal (super.hjsonschema.override { hjsonpointer = self.hjsonpointer_0_2_0_4; }) (drv: { testTarget = "local"; });
+  hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
   hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; });
   marmalade-upload = dontCheck super.marmalade-upload;  # http://hydra.cryp.to/build/501904/nixlog/1/raw
   network-transport-tcp = dontCheck super.network-transport-tcp;