about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-partiql-parser
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-07-13 23:21:10 +0800
committerYt <happysalada@tuta.io>2023-10-18 22:24:53 +0000
commit115b7994b0fa8c75de738ffdf564785e0f03c606 (patch)
tree3e19f09f556e53291448bec5186031d515cbe1be /pkgs/development/python-modules/py-partiql-parser
parentf530ffbd45f9bf575e59577ec0140d967fa489df (diff)
pythonPackages: fix input argument typos
disable -> disabled
Diffstat (limited to 'pkgs/development/python-modules/py-partiql-parser')
-rw-r--r--pkgs/development/python-modules/py-partiql-parser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/py-partiql-parser/default.nix b/pkgs/development/python-modules/py-partiql-parser/default.nix
index 555268a26c088..07855f6b32881 100644
--- a/pkgs/development/python-modules/py-partiql-parser/default.nix
+++ b/pkgs/development/python-modules/py-partiql-parser/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
   version = "0.3.8";
   pyproject = true;
 
-  disable = pythonOlder "3.7";
+  disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "getmoto";