moodle: fix typo

This commit is contained in:
sohalt
2020-07-19 18:38:54 +02:00
committed by Lassulus
parent 5717d9d2f7
commit aac4810374
@@ -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;