emacs/agda2-mode: deprecate phases (#133523)

This commit is contained in:
Felix Bühler 2021-08-17 15:00:12 +02:00 committed by GitHub
parent 3bb2af26e8
commit 7f972a2f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@
pname = "agda-mode";
version = pkgs.haskellPackages.Agda.version;
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
# already byte-compiled by Agda builder
buildPhase = ''