idris: remove unnecessary jailbreak
This commit is contained in:
parent
0be4d04420
commit
3f2c6833ac
|
@ -26,7 +26,6 @@ cabal.mkDerivation (self: {
|
|||
buildTools = [ happy ];
|
||||
extraLibraries = [ boehmgc gmp ];
|
||||
configureFlags = "-fllvm -fgmp -fffi";
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.idris-lang.org/";
|
||||
description = "Functional Programming Language with Dependent Types";
|
||||
|
|
Loading…
Reference in New Issue