ihaskell-wrapper: inherit the meta section from ihaskell

This commit is contained in:
Peter Simons 2014-10-22 10:24:34 +02:00
parent 1e5c45f18e
commit b0ea187001

View file

@ -20,8 +20,5 @@ stdenv.mkDerivation rec {
--set GHC_PACKAGE_PATH "\$GHC_PACKAGE_PATH:" # always end with : to include base packages
'';
meta = {
description = ihaskell.meta.description;
broken = true;
};
}
inherit (ihaskell) meta;
}