summary refs log tree commit diff
path: root/pkgs/development/python-modules/cirq-pasqal
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-12 10:22:34 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-12 19:10:54 -0800
commit2043dbb6faa9e21b0fb500161542e30d6c8bc680 (patch)
tree6cab78acf14200289d749425cadfd159819f81d0 /pkgs/development/python-modules/cirq-pasqal
parent3f5767d09e05e3ceb6cbe7fe16c326b68c7e025c (diff)
downloadnixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.gz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.bz2
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.lz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.xz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.zst
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.zip
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/cirq-pasqal')
-rw-r--r--pkgs/development/python-modules/cirq-pasqal/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/cirq-pasqal/default.nix b/pkgs/development/python-modules/cirq-pasqal/default.nix
index d51cd21ff1e..0743ee02dc7 100644
--- a/pkgs/development/python-modules/cirq-pasqal/default.nix
+++ b/pkgs/development/python-modules/cirq-pasqal/default.nix
@@ -1,8 +1,5 @@
-{ lib
-, buildPythonPackage
+{ buildPythonPackage
 , cirq-core
-, pythonOlder
-, fetchFromGitHub
 , requests
 , pytestCheckHook
 }: