about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-25 21:37:59 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-25 21:37:59 +0300
commit6e7c0b97d4d9be2420bcd15dc232528c8b0433bc (patch)
tree948a910f5a2756a17adac0d1f9a2bd9160a37eec /pkgs/applications/editors
parent027259f359ac7cbbe46f4b645b0fbdb4065a6355 (diff)
treewide: make fetchPypi more explicit
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jupyter-kernels/octave/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jupyter-kernels/octave/kernel.nix b/pkgs/applications/editors/jupyter-kernels/octave/kernel.nix
index fc6254f27e8de..c37a9e3bc73be 100644
--- a/pkgs/applications/editors/jupyter-kernels/octave/kernel.nix
+++ b/pkgs/applications/editors/jupyter-kernels/octave/kernel.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages }:
+{ lib, python3Packages, fetchPypi }:
 
 with python3Packages;