Skip to content
Snippets Groups Projects
Commit 7c9e0210 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Fix vty build

parent f1599af0
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ let
in map import inputs;
# All Haskell packages built with the HEAD compiler.
haskellPackages = nixpkgs.haskellPackages;
haskellPackages = nixpkgs.haskellPackages.extend(sel: sup: {terminfo = null;});
# The packages which we are here to test
testedPackages = with nixpkgs.haskell.lib; with haskellPackages; {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment