python-packages: add workaround to reenable requirements checking
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ sha256, lib, buildPythonPackage, fetchFromGitHub }:
|
||||
{ sha256, lib, buildPythonPackageWithDepsCheck, fetchFromGitHub }:
|
||||
|
||||
buildPythonPackage {
|
||||
buildPythonPackageWithDepsCheck {
|
||||
pname = "runes";
|
||||
version = "0.4.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user