Loading pkgs/tools/filesystems/mkspiffs/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, pkgsBuildHost, versionCheckHook, }: # Changing the variables CPPFLAGS and BUILD_CONFIG_NAME can be done by Loading Loading @@ -45,6 +46,9 @@ stdenv.mkDerivation (finalAttrs: { install -Dm755 -t $out/bin mkspiffs ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Tool to build and unpack SPIFFS images"; license = lib.licenses.mit; Loading Loading
pkgs/tools/filesystems/mkspiffs/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, pkgsBuildHost, versionCheckHook, }: # Changing the variables CPPFLAGS and BUILD_CONFIG_NAME can be done by Loading Loading @@ -45,6 +46,9 @@ stdenv.mkDerivation (finalAttrs: { install -Dm755 -t $out/bin mkspiffs ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { description = "Tool to build and unpack SPIFFS images"; license = lib.licenses.mit; Loading