Add llvm dep
This commit is contained in:
parent
08917be1c6
commit
bd792f7785
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ pkgs.haskellPackages.developPackage {
|
|||
withHoogle = true;
|
||||
modifier = drv:
|
||||
pkgs.haskell.lib.addBuildTools drv (
|
||||
(with pkgs; [ hlint haskell-language-server ghc jasmin ])
|
||||
(with pkgs; [ hlint haskell-language-server ghc jasmin llvmPackages_15.libllvm])
|
||||
++
|
||||
(with pkgs.haskellPackages; [
|
||||
cabal-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue