Agda cubical 2.6.2 fix (#131280)

Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
Guilherme Silva
2021-07-24 06:46:44 +01:00
committed by GitHub
co-authored by Ben Siraphob
parent 1464836d28
commit cdac06c9bb
@@ -13,6 +13,8 @@ mkDerivation rec {
LC_ALL = "en_US.UTF-8";
preConfigure = ''export AGDA_EXEC=agda'';
# The cubical library has several `Everything.agda` files, which are
# compiled through the make file they provide.
nativeBuildInputs = [ ghc glibcLocales ];