Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-03 18:18:51 +00:00
committed by GitHub
90 changed files with 1869 additions and 3429 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, gcc-arm-embedded, binutils-arm-embedded, makeWrapper
, python, pythonPackages
, python2Packages
# Extra options
, device ? "fsij", vid ? "234b", pid ? "0000"
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
inherit src;
nativeBuildInputs = [ gcc-arm-embedded binutils-arm-embedded makeWrapper ];
buildInputs = [ python ] ++ (with pythonPackages; [ pyusb colorama ]);
buildInputs = with python2Packages; [ python pyusb colorama ];
configurePhase = ''
cd src