lilex: remove unpackPhase with sourceRoot

This commit is contained in:
Sigmanificient
2026-05-22 00:41:44 +02:00
parent ac4c1c99b7
commit c83b46d1fa
+2 -6
View File
@@ -14,6 +14,8 @@ stdenvNoCC.mkDerivation rec {
hash = "sha256-NDEO20unSfdy1CuI4+7EpjGFJ+dc7qqWz8VW7jU2b7w=";
};
sourceRoot = ".";
outputs = [
"out"
"webfont"
@@ -24,12 +26,6 @@ stdenvNoCC.mkDerivation rec {
unzip
];
unpackPhase = ''
runHook preUnpack
unzip $src
runHook postUnpack
'';
meta = {
description = "Open source programming font";
homepage = "https://github.com/mishamyrt/Lilex";