ghcid: standalone small closure
This commit is contained in:
parent
d7a8d6e13e
commit
3db2a41854
@ -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";
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user