mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Fix ipython-kernel derivation name
This commit is contained in:
parent
014bdd36dd
commit
e98945ff16
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user