nrfutil: python37Packages -> python3Packages
Clean up build so it tracks latest python3Packages, instead of being pinned to python37Packages. Nrfutil builds and works fine with python38. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
parent
b4f2376434
commit
c280c15805
@ -1,6 +1,6 @@
|
||||
{ lib, python37Packages, fetchFromGitHub }:
|
||||
{ lib, python3Packages, fetchFromGitHub }:
|
||||
|
||||
with python37Packages; buildPythonApplication rec {
|
||||
with python3Packages; buildPythonApplication rec {
|
||||
pname = "nrfutil";
|
||||
version = "6.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user