1
0
Fork 1
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:
Peter Simons 2014-08-11 13:01:49 +02:00
parent 4126a651b7
commit cf0e96d049

View file

@ -12,8 +12,5 @@ stdenv.mkDerivation {
preferLocalBuild = true;
meta = {
description = lambdabot.meta.description;
};
meta = lambdabot.meta;
}