diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-22 21:55:38 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-26 08:23:57 +0100 |
commit | fff83bca1b5069f49af4d2e1dc1e1b1da60d7a61 (patch) | |
tree | 120fa07a42c5ac7e02fdd2d5245a7bbf00525e7d /deps | |
parent | 1c5b72f01ae4cac9740b43af6963e08c6277275c (diff) |
build: use npins
Diffstat (limited to 'deps')
-rw-r--r-- | deps/pywikiapi.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/deps/pywikiapi.nix b/deps/pywikiapi.nix deleted file mode 100644 index 856f0f0..0000000 --- a/deps/pywikiapi.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs }: -with pkgs.python310Packages; - -buildPythonPackage rec { - pname = "pywikiapi"; - version = "4.3.0"; - src = pkgs.fetchPypi { - inherit pname; - inherit version; - hash = "sha256-gynkx98y8Vx/N3i6xoQ7x9MgTW6qACoYcDwy71FDYIE="; - }; - - dependencies = [ - requests - ]; -} |