glirc: init at 2.33.1
haskellPackages.glirc is a "Console IRC Client." I've added a doJailbreak to fix the build (thanks @infinisil) and added it to top-level/all-packages.nix so people can find and install it as they would normally. Would be nice to make this build in a way that allows the OTR extension to be enabled. One thing at a time....
This commit is contained in:
parent
42e51bd42e
commit
0787a562c4
3 changed files with 8 additions and 1 deletions
|
@ -1318,4 +1318,8 @@ self: super: {
|
|||
haskell-lsp_0_18_0_0 = super.haskell-lsp_0_18_0_0.override { haskell-lsp-types = self.haskell-lsp-types_0_18_0_0; };
|
||||
lsp-test_0_8_2_0 = (dontCheck super.lsp-test_0_8_2_0).override { haskell-lsp = self.haskell-lsp_0_18_0_0; };
|
||||
|
||||
# 2019-12-19 - glirc wants regex-tdfa >=1.3 which results in errors with regex-base which errors more
|
||||
# hoping to make a proper derivation with plugins enabled and more reliable building -- kiwi
|
||||
glirc = doJailbreak super.glirc;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -2576,6 +2576,8 @@ package-maintainers:
|
|||
- elm-export-persistent
|
||||
- pipes-mongodb
|
||||
- streaming-wai
|
||||
kiwi:
|
||||
- glirc
|
||||
psibi:
|
||||
- path-pieces
|
||||
- persistent
|
||||
|
@ -5081,7 +5083,6 @@ broken-packages:
|
|||
- gli
|
||||
- glicko
|
||||
- glider-nlp
|
||||
- glirc
|
||||
- GLMatrix
|
||||
- glob-posix
|
||||
- global
|
||||
|
|
|
@ -11663,6 +11663,8 @@ in
|
|||
|
||||
glib-networking = callPackage ../development/libraries/glib-networking {};
|
||||
|
||||
glirc = haskell.lib.justStaticExecutables haskellPackages.glirc;
|
||||
|
||||
gom = callPackage ../development/libraries/gom { };
|
||||
|
||||
ace = callPackage ../development/libraries/ace { };
|
||||
|
|
Loading…
Reference in a new issue