python-packages: minor fixes for NixOS 25.11

This commit is contained in:
Erik Arvstedt
2025-12-23 10:45:43 +01:00
parent 54651163ba
commit 974f29b516
7 changed files with 10 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
buildPythonPackage rec {
pname = "liquid-swap";
version = "0.0.2";
format = "setuptools";
propagatedBuildInputs = [ click ];