moodle: fix typo
This commit is contained in:
parent
5717d9d2f7
commit
aac4810374
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
name,
|
||||
src,
|
||||
pluginType,
|
||||
configuraPhase ? ":",
|
||||
configurePhase ? ":",
|
||||
buildPhase ? ":",
|
||||
buildInputs ? [ ],
|
||||
...
|
||||
|
@ -14,7 +14,7 @@ let
|
|||
name = name;
|
||||
|
||||
inherit pluginType;
|
||||
inherit configuraPhase buildPhase;
|
||||
inherit configurePhase buildPhase;
|
||||
|
||||
buildInputs = [ unzip ] ++ buildInputs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue