Fix ipython-kernel derivation name

This commit is contained in:
Vaibhav Sagar 2017-08-18 21:24:30 +08:00
parent 014bdd36dd
commit e98945ff16

View File

@ -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;