Add necessary build packages
This commit is contained in:
parent
022acaa787
commit
aeb5550dc2
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue