diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5938eb606812..4feafdebb2e4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1859,9 +1859,8 @@ let ihaskell = callPackage ../development/tools/haskell/ihaskell/wrapper.nix { inherit (haskellPackages) ihaskell ghcWithPackages; - ipython = buildEnv { - name = "ipython-faux-environment"; - paths = with pythonPackages; [ pythonFull ipykernel notebook ]; + ipython = pythonFull.buildEnv.override { + extraLibs = with pythonPackages; [ ipython ipykernel jupyter_client notebook ]; }; packages = config.ihaskell.packages or (self: []);