refactor: change packages names

This commit is contained in:
2025-04-05 19:09:13 +00:00
parent 6454ae65ef
commit 77f9c7acbe
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, gcc, lib, hectic, bash }:
{ stdenv, gcc, lib, c-hectic, bash }:
stdenv.mkDerivation {
pname = "hmpl";
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = ./.;
doCheck = true;
buildInputs = [ hectic ];
buildInputs = [ c-hectic ];
nativeBuildInputs = [ gcc ];
buildPhase = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, gcc, lib, bash, inotify-tools }:
{ stdenv, gcc, lib, bash, c-hectic }:
stdenv.mkDerivation {
pname = "prettify";
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = ./.;
doCheck = false;
nativeBuildInputs = [ gcc ];
nativeBuildInputs = [ gcc c-hectic ];
buildPhase = ''
ls
+1 -1
View File
@@ -102,4 +102,4 @@ case "$MODE" in
print_help
exit 1
;;
esac
esac