agda: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
79e1d7f7cc
commit
aa91690dad
@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
|
|||||||
$out/bin/agda -c --no-main $(find $out/share -name Primitive.agda)
|
$out/bin/agda -c --no-main $(find $out/share -name Primitive.agda)
|
||||||
$out/bin/agda-mode compile
|
$out/bin/agda-mode compile
|
||||||
'';
|
'';
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||||
description = "A dependently typed functional programming language and proof assistant";
|
description = "A dependently typed functional programming language and proof assistant";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user