Skip to content

Commit af5998f

Browse files
authored
Include terminfo in nonReinstallablePkgs for reinstallableLibGhc (#606)
This allows building at least haddock-api, which depends on the ghc library, with reinstallableLibGhc = true.
1 parent 5748187 commit af5998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/component-driver.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ in
6565
# "ghci" "haskeline"
6666
"hpc"
6767
"mtl" "parsec" "process" "text" "time" "transformers"
68-
"unix" "xhtml"
69-
# "stm" "terminfo"
68+
"unix" "xhtml" "terminfo"
69+
# "stm"
7070
];
7171

7272
options.bootPkgs = lib.mkOption {

0 commit comments

Comments
 (0)