about summary refs log tree commit diff
path: root/pkgs/applications/editors/jupyter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jupyter')
-rw-r--r--pkgs/applications/editors/jupyter/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jupyter/kernel.nix b/pkgs/applications/editors/jupyter/kernel.nix
index 4a079625d1832..205c32d5f806a 100644
--- a/pkgs/applications/editors/jupyter/kernel.nix
+++ b/pkgs/applications/editors/jupyter/kernel.nix
@@ -26,7 +26,7 @@ in
 
   # Definitions is an attribute set.
 
-  create = { definitions ?  default }: with lib; stdenv.mkDerivation rec {
+  create = { definitions ?  default }: with lib; stdenv.mkDerivation {
 
     name = "jupyter-kernels";