moodle: fix typo
This commit is contained in:
parent
5717d9d2f7
commit
aac4810374
@ -5,7 +5,7 @@ let
|
|||||||
name,
|
name,
|
||||||
src,
|
src,
|
||||||
pluginType,
|
pluginType,
|
||||||
configuraPhase ? ":",
|
configurePhase ? ":",
|
||||||
buildPhase ? ":",
|
buildPhase ? ":",
|
||||||
buildInputs ? [ ],
|
buildInputs ? [ ],
|
||||||
...
|
...
|
||||||
@ -14,7 +14,7 @@ let
|
|||||||
name = name;
|
name = name;
|
||||||
|
|
||||||
inherit pluginType;
|
inherit pluginType;
|
||||||
inherit configuraPhase buildPhase;
|
inherit configurePhase buildPhase;
|
||||||
|
|
||||||
buildInputs = [ unzip ] ++ buildInputs;
|
buildInputs = [ unzip ] ++ buildInputs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user