mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
idris: jailbreak to fix build with recent version of 'lens'
This commit is contained in:
parent
c487bdc12a
commit
f12ef69336
|
@ -23,7 +23,8 @@ cabal.mkDerivation (self: {
|
|||
];
|
||||
buildTools = [ happy ];
|
||||
extraLibraries = [ boehmgc gmp ];
|
||||
configureFlags = "-fllvm -fgmp -fffi";
|
||||
configureFlags = "-fgmp -fffi";
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.idris-lang.org/";
|
||||
description = "Functional Programming Language with Dependent Types";
|
||||
|
|
Loading…
Reference in a new issue