mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
idris: fix by using llvm-general 3.3.5.*
I tried jailbreaking, but this didn't work as llvm-general is an optional (but enabled by default) dependency. Manual patching revealed idris gets confused over the llvm-general/llvm-general-pure split.
This commit is contained in:
parent
bfdfdaf084
commit
a12f0fad69
@ -2406,7 +2406,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
darcs = callPackage ../applications/version-management/darcs {};
|
||||
|
||||
idris_plain = callPackage ../development/compilers/idris {};
|
||||
idris_plain = callPackage ../development/compilers/idris {
|
||||
llvmGeneral = self.llvmGeneral_3_3_5;
|
||||
};
|
||||
|
||||
idris = callPackage ../development/compilers/idris/wrapper.nix {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user