refactor(hmpl): fix warnings

This commit is contained in:
2025-03-24 19:27:11 +00:00
parent b169105ddd
commit 267bd497df
6 changed files with 130 additions and 77 deletions
+2 -2
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 = ''