treewide: remove buildPythonPackageWithDepsCheck
Requirements checking has been re-enabled in nixos 24.05.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, buildPythonPackageWithDepsCheck, fetchFromGitHub, secp256k1 }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, secp256k1 }:
|
||||
|
||||
buildPythonPackageWithDepsCheck rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "python-bitcointx";
|
||||
version = "1.1.5";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user