ihaskell-wrapper: inherit the meta section from ihaskell
This commit is contained in:
parent
1e5c45f18e
commit
b0ea187001
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue