haskellPackages.glirc: unbreak
This commit is contained in:
parent
29416adfe8
commit
30c0026077
@ -295,6 +295,9 @@ self: super: {
|
|||||||
github-rest = dontCheck super.github-rest; # test suite needs the network
|
github-rest = dontCheck super.github-rest; # test suite needs the network
|
||||||
gitlib-cmdline = dontCheck super.gitlib-cmdline;
|
gitlib-cmdline = dontCheck super.gitlib-cmdline;
|
||||||
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
|
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
|
||||||
|
#next release supports random 1.1; jailbroken because i didn't know about vty when glguy was updating the bounds
|
||||||
|
#should be fixed soon. maybe even before this is merged. currently glirc is 2.37
|
||||||
|
glirc = doJailbreak (super.glirc.override { random = self.random_1_2_0; });
|
||||||
hackport = dontCheck super.hackport;
|
hackport = dontCheck super.hackport;
|
||||||
hadoop-formats = dontCheck super.hadoop-formats;
|
hadoop-formats = dontCheck super.hadoop-formats;
|
||||||
haeredes = dontCheck super.haeredes;
|
haeredes = dontCheck super.haeredes;
|
||||||
|
@ -2696,6 +2696,7 @@ package-maintainers:
|
|||||||
kiwi:
|
kiwi:
|
||||||
- config-schema
|
- config-schema
|
||||||
- config-value
|
- config-value
|
||||||
|
- glirc
|
||||||
- irc-core
|
- irc-core
|
||||||
- QuickCheck_2_14_2
|
- QuickCheck_2_14_2
|
||||||
- random_1_2_0
|
- random_1_2_0
|
||||||
@ -5533,7 +5534,6 @@ broken-packages:
|
|||||||
- gli
|
- gli
|
||||||
- glicko
|
- glicko
|
||||||
- glider-nlp
|
- glider-nlp
|
||||||
- glirc
|
|
||||||
- GLMatrix
|
- GLMatrix
|
||||||
- glob-posix
|
- glob-posix
|
||||||
- global
|
- global
|
||||||
|
Loading…
x
Reference in New Issue
Block a user