fmt
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, MODEL ? "5"
|
||||
, DEBUG ? "0"
|
||||
, TFA_FLAGS ? ""
|
||||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
MODEL ? "5",
|
||||
DEBUG ? "0",
|
||||
TFA_FLAGS ? "",
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -18,7 +19,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
# Add required host tools if needed:
|
||||
nativeBuildInputs = [ /* dtc python3 openssl etc. */ ];
|
||||
nativeBuildInputs = [
|
||||
# dtc python3 openssl etc.
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
make \
|
||||
@@ -47,4 +50,4 @@ stdenv.mkDerivation rec {
|
||||
platforms = [ "aarch64-linux" ];
|
||||
maintainers = with maintainers; [ kazenyuk ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user