Commit e98945ff authored by Vaibhav Sagar's avatar Vaibhav Sagar

Fix ipython-kernel derivation name

parent 014bdd36
......@@ -25,7 +25,7 @@ let
ihaskell = dontCheck (
self.callCabal2nix "ihaskell" src { bin-package-db = null; });
ghc-parser = self.callCabal2nix "ghc-parser" "${src}/ghc-parser" {};
ipython-kernel = self.callCabal2nix "ghc-parser" "${src}/ipython-kernel" {};
ipython-kernel = self.callCabal2nix "ipython-kernel" "${src}/ipython-kernel" {};
} // displays self;
};
ihaskell = 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