Add llvm dep
This commit is contained in:
parent
ce31e4d490
commit
23261ec380
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ pkgs.haskellPackages.developPackage {
|
||||||
withHoogle = true;
|
withHoogle = true;
|
||||||
modifier = drv:
|
modifier = drv:
|
||||||
pkgs.haskell.lib.addBuildTools 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; [
|
(with pkgs.haskellPackages; [
|
||||||
cabal-install
|
cabal-install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue