mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = ihaskell.meta.description;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
inherit (ihaskell) meta;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user