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 02:46:44 -03:00 committed by GitHub
parent 1464836d28
commit cdac06c9bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];