moodle: fix typo

This commit is contained in:
sohalt 2020-07-19 17:02:23 +02:00 committed by Lassulus
parent 5717d9d2f7
commit aac4810374

View File

@ -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;