forked from mirrors/nixpkgs
Fix previous commit.
svn path=/nixpkgs/trunk/; revision=13870
This commit is contained in:
parent
c2be87e132
commit
74df154f73
|
@ -563,7 +563,7 @@ rec {
|
|||
if opt ? default then opt.default
|
||||
else throw "Not defined."
|
||||
else opt.merge values
|
||||
));
|
||||
);
|
||||
notHandle = throw "Used without option declaration.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue