mkDerivation: fix typo in checkFlags

This commit is contained in:
Robert Hensing 2024-03-22 02:20:14 +01:00 committed by DavHau
parent 45ec75f466
commit d623e6ec21

View File

@ -171,7 +171,7 @@
# check phase # check phase
checkTarget = optNullOrStr; checkTarget = optNullOrStr;
checkFLags = optList; checkFlags = optList;
# install phase # install phase
installTargets = optNullOrStr; installTargets = optNullOrStr;