Merge pull request #112894 from siriobalmelli-foss/fix/nrfutil
nrfutil: python37Packages -> python3Packages
This commit is contained in:
commit
ab0c20d917
@ -1,6 +1,6 @@
|
||||
{ lib, python37Packages, fetchFromGitHub }:
|
||||
{ lib, python3Packages, fetchFromGitHub }:
|
||||
|
||||
with python37Packages; buildPythonApplication rec {
|
||||
with python3Packages; buildPythonApplication rec {
|
||||
pname = "nrfutil";
|
||||
version = "6.1";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user