haskellPackages.jsaddle-warp: Fix build

wip/yesman
Malte Brandy 4 years ago
parent ffbf8ba912
commit 417c171c3a
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 10
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -1564,4 +1564,14 @@ self: super: {
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
});
# Picking fixed version constraint from upstream
# Issue: https://github.com/ghcjs/jsaddle/issues/115
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
jsaddle-warp = dontCheck (appendPatch super.jsaddle-warp (pkgs.fetchpatch {
url = "https://github.com/ghcjs/jsaddle/commit/86b166033186c1724d4d52eeaf0935f0f29fe1ca.patch";
sha256 = "0j4g3hcqrandlnzr9n9mixygg86accdyk2nyj9hh9g4p7mrcyb7j";
stripLen = 2;
extraPrefix = "";
}));
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -6866,7 +6866,6 @@ broken-packages:
- jpeg
- js-good-parts
- jsaddle-hello
- jsaddle-warp
- jsaddle-wkwebview
- JsContracts
- jsmw

@ -145939,8 +145939,6 @@ self: {
];
description = "Interface for JavaScript that works with GHCJS and GHC";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"jsaddle-webkit2gtk" = callPackage

Loading…
Cancel
Save