lilex: remove unpackPhase with sourceRoot
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user