packages: Remove phase language identifiers

Automatically handled by the new treesitter syntax highlighting.
This commit is contained in:
Donovan Glover 2024-04-21 11:17:34 -04:00
parent e1509cabe9
commit cd29ca4825
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation {
hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM=";
};
installPhase = /* bash */ ''
installPhase = ''
runHook preInstall
install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype/AleoFonts

View File

@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
stripRoot = false;
};
installPhase = /* bash */ ''
installPhase = ''
runHook preInstall
mkdir -p $out

View File

@ -200,7 +200,7 @@ stdenvNoCC.mkDerivation {
sourceRoot = ".";
installPhase = /* bash */ ''
installPhase = ''
runHook preInstall
BASE="2024-03-30-Spring-2024-Fanart-Contest-All-Entries"