summary refs log tree commit diff
path: root/pkgs/applications/misc/meerk40t/camera.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/meerk40t/camera.nix')
-rw-r--r--pkgs/applications/misc/meerk40t/camera.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/misc/meerk40t/camera.nix b/pkgs/applications/misc/meerk40t/camera.nix
index 9d262488a67..ab2a70ad8eb 100644
--- a/pkgs/applications/misc/meerk40t/camera.nix
+++ b/pkgs/applications/misc/meerk40t/camera.nix
@@ -1,16 +1,17 @@
 { lib
 , python3
+, fetchPypi
 }:
 
 let
-  inherit (python3.pkgs) buildPythonPackage fetchPypi;
+  inherit (python3.pkgs) buildPythonPackage;
 in
 buildPythonPackage rec {
   pname = "meerk40t-camera";
   version = "0.1.9";
   format = "setuptools";
 
-  src = python3.pkgs.fetchPypi {
+  src = fetchPypi {
     inherit pname version;
     hash = "sha256-uGCBHdgWoorVX2XqMCg0YBweb00sQ9ZSbJe8rlGeovs=";
   };