mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
carefully revert e749f1ef61
and 8f1d256435
This commit is contained in:
parent
8914e1af6d
commit
2f7a75f74a
@ -8512,7 +8512,7 @@ let
|
||||
agda = callPackage ../build-support/agda {
|
||||
glibcLocales = if pkgs.stdenv.isLinux then pkgs.glibcLocales else null;
|
||||
extension = self : super : { };
|
||||
inherit (haskell.packages.ghc784) Agda;
|
||||
inherit (haskellPackages) Agda;
|
||||
inherit writeScriptBin;
|
||||
};
|
||||
|
||||
@ -11287,9 +11287,7 @@ let
|
||||
};
|
||||
|
||||
external = {
|
||||
# FIXME: revert when Agda and ghc-mod are fixed on 7.10
|
||||
inherit (haskell.packages.ghc784) ghc-mod Agda;
|
||||
inherit (haskellPackages) structured-haskell-mode;
|
||||
inherit (haskellPackages) ghc-mod structured-haskell-mode Agda;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user