Add necessary build packages

This commit is contained in:
Kiana Sheibani 2022-03-14 13:17:32 -04:00
parent 022acaa787
commit aeb5550dc2

View file

@ -30,6 +30,13 @@
modifier = drv:
pkgs.haskell.lib.addBuildTools drv (with hp; [
# Specify your build/dev dependencies here.
hlint
haskell-language-server
ormolu
pkgs.mesa
pkgs.mesa_glu
pkgs.freeglut
]);
};
in