haskell-lambdabot-wrapper: properly inherit the meta section from lambdabot
This commit is contained in:
@@ -12,8 +12,5 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
meta = {
|
meta = lambdabot.meta;
|
||||||
description = lambdabot.meta.description;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user