ghcid: standalone small closure

This commit is contained in:
Domen Kožar 2019-08-14 21:57:38 +02:00 committed by Peter Simons
parent d7a8d6e13e
commit 3db2a41854
2 changed files with 3 additions and 0 deletions

View file

@ -95,6 +95,7 @@ self: super: builtins.intersectAttrs super {
sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL";
cachix = enableSeparateBinOutput super.cachix;
ghcid = enableSeparateBinOutput super.ghcid;
hzk = overrideCabal super.hzk (drv: {
preConfigure = "sed -i -e /include-dirs/d hzk.cabal";

View file

@ -10774,6 +10774,8 @@ in
ghp-import = callPackage ../development/tools/ghp-import { };
ghcid = haskellPackages.ghcid.bin;
icon-lang = callPackage ../development/interpreters/icon-lang { };
libgit2 = callPackage ../development/libraries/git2 {