Revert "Merge pull request #15595 from laMudri/agda-stdlib"
This reverts commitce4f6c215f, reversing changes made to7817d0901d. See68e1419cb8 (r64175487)
This commit is contained in:
@@ -847,22 +847,13 @@ self: {
|
||||
];
|
||||
executableToolDepends = [ emacs ];
|
||||
postInstall = ''
|
||||
# Separate loops to avoid internal error
|
||||
files=($out/share/*-ghc-*/Agda-*/lib/prim/Agda/{Primitive.agda,Builtin/*.agda})
|
||||
for f in "''${files[@]}"
|
||||
do
|
||||
$out/bin/agda $f
|
||||
done
|
||||
for f in "''${files[@]}"
|
||||
do
|
||||
$out/bin/agda -c --no-main $f
|
||||
done
|
||||
$out/bin/agda -c --no-main $(find $out/share -name Primitive.agda)
|
||||
$out/bin/agda-mode compile
|
||||
'';
|
||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
license = "unknown";
|
||||
maintainers = with stdenv.lib.maintainers; [ abbradar mudri ];
|
||||
maintainers = with stdenv.lib.maintainers; [ abbradar ];
|
||||
}) {inherit (pkgs) emacs;};
|
||||
|
||||
"Agda-executable" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user