mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-lambdabot-wrapper: properly inherit the meta section from lambdabot
This commit is contained in:
parent
4126a651b7
commit
cf0e96d049
|
@ -12,8 +12,5 @@ stdenv.mkDerivation {
|
|||
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta = {
|
||||
description = lambdabot.meta.description;
|
||||
};
|
||||
meta = lambdabot.meta;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue