haskellPackages.{binary-strict,webify}: fix build
webify needs a bump in the cabal file. As the last upstream commit is two years ago, I think it makes sense to not wait for upstream to merge the PR [0] and release a new version. [0] https://github.com/ananthakumaran/webify/pull/27
This commit is contained in:
parent
f3ec558ac6
commit
86e2dd2c24
@ -1505,4 +1505,13 @@ self: super: {
|
|||||||
# Test suite requires running a database server. Testing is done upstream.
|
# Test suite requires running a database server. Testing is done upstream.
|
||||||
hasql-pool = dontCheck super.hasql-pool;
|
hasql-pool = dontCheck super.hasql-pool;
|
||||||
|
|
||||||
|
# This bumps optparse-applicative to <0.16 in the cabal file, as otherwise
|
||||||
|
# the version bounds are not satisfied. This can be removed if the PR at
|
||||||
|
# https://github.com/ananthakumaran/webify/pull/27 is merged and a new
|
||||||
|
# release of webify is published.
|
||||||
|
webify = appendPatch super.webify (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/ananthakumaran/webify/pull/27/commits/6d653e7bdc1ffda75ead46851b5db45e87cb2aa0.patch";
|
||||||
|
sha256 = "sha256:0xbfhzhzg94b4r5qy5dg1c40liswwpqarrc2chcwgfbfnrmwkfc2";
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -3110,7 +3110,6 @@ broken-packages:
|
|||||||
- binary-protocol-zmq
|
- binary-protocol-zmq
|
||||||
- binary-search
|
- binary-search
|
||||||
- binary-streams
|
- binary-streams
|
||||||
- binary-strict
|
|
||||||
- binary-typed
|
- binary-typed
|
||||||
- bind-marshal
|
- bind-marshal
|
||||||
- BinderAnn
|
- BinderAnn
|
||||||
@ -10466,7 +10465,6 @@ broken-packages:
|
|||||||
- webdriver-w3c
|
- webdriver-w3c
|
||||||
- WeberLogic
|
- WeberLogic
|
||||||
- webfinger-client
|
- webfinger-client
|
||||||
- webify
|
|
||||||
- webkit-javascriptcore
|
- webkit-javascriptcore
|
||||||
- Webrexp
|
- Webrexp
|
||||||
- webserver
|
- webserver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user