ihaskell-wrapper: inherit the meta section from ihaskell
This commit is contained in:
parent
1e5c45f18e
commit
b0ea187001
@ -20,8 +20,5 @@ stdenv.mkDerivation rec {
|
|||||||
--set GHC_PACKAGE_PATH "\$GHC_PACKAGE_PATH:" # always end with : to include base packages
|
--set GHC_PACKAGE_PATH "\$GHC_PACKAGE_PATH:" # always end with : to include base packages
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
inherit (ihaskell) meta;
|
||||||
description = ihaskell.meta.description;
|
|
||||||
broken = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user