Commit 82208921 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Remove flag in release.nix

parent e29f1977
......@@ -23,7 +23,7 @@ let
haskellPackages = pkgs.haskellPackages.override {
overrides = self: super: {
ihaskell = dontCheck (
self.callCabal2nix "ihaskell" src { bin-package-db = null; });
self.callCabal2nix "ihaskell" src {});
ghc-parser = self.callCabal2nix "ghc-parser" "${src}/ghc-parser" {};
ipython-kernel = self.callCabal2nix "ipython-kernel" "${src}/ipython-kernel" {};
} // displays self;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment