mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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-mode compile
|
||||
'';
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
|
Loading…
Reference in New Issue
Block a user