refactor(hmpl): fix warnings

This commit is contained in:
2025-03-24 19:27:11 +00:00
parent 4280f0df95
commit 3bb2b23be5
6 changed files with 130 additions and 77 deletions

View File

@@ -10,11 +10,11 @@ stdenv.mkDerivation {
nativeBuildInputs = [ gcc ];
buildPhase = ''
${bash}/bin/sh ./build.sh
${bash}/bin/sh ./make.sh build
'';
checkPhase = ''
${bash}/bin/sh ./check.sh
${bash}/bin/sh ./make.sh check
'';
installPhase = ''