Commit 56682511 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: remove non-IHaskell overrides

No related merge requests found
...@@ -30,9 +30,6 @@ let ...@@ -30,9 +30,6 @@ let
}); });
ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {}; ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {};
ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {}; ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {};
inline-r = nixpkgs.haskell.lib.dontCheck super.inline-r;
static-canvas = nixpkgs.haskell.lib.doJailbreak super.static-canvas;
} // displays self); } // displays self);
}); });
ihaskellExe = nixpkgs.haskell.lib.justStaticExecutables haskellPackages.ihaskell; ihaskellExe = nixpkgs.haskell.lib.justStaticExecutables haskellPackages.ihaskell;
......
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