summaryrefslogtreecommitdiff
path: root/python-package.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-24 12:48:18 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-24 13:30:52 +0530
commit90f0f6d331c0d2bc004f09edc98c1c724b24c41e (patch)
tree6ce8364e5164f602e79292155b69b65d082a693c /python-package.nix
parent0080f0929c90167d338bb136f9677c5462aa961c (diff)
evanix: add estimate flag
Diffstat (limited to 'python-package.nix')
-rw-r--r--python-package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/python-package.nix b/python-package.nix
index deeb594..4a1d170 100644
--- a/python-package.nix
+++ b/python-package.nix
@@ -8,6 +8,7 @@
cjson,
highs,
uthash,
+ sqlite,
}:
buildPythonPackage {
@@ -41,5 +42,6 @@ buildPythonPackage {
cjson
highs
uthash
+ sqlite
];
}