mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskell-esqueleto: mark the build as broken
This commit is contained in:
parent
82bb8cb934
commit
059c61d001
1 changed files with 3 additions and 8 deletions
|
@ -93,14 +93,9 @@ self: super: {
|
||||||
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
|
fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
|
||||||
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
||||||
};
|
};
|
||||||
esqueleto = overrideSrc (addBuildDepend (dontCheck (dontHaddock super.esqueleto)) self.unliftio) {
|
|
||||||
src = pkgs.fetchFromGitHub {
|
# https://github.com/bitemyapp/esqueleto/issues/105
|
||||||
owner = "bitemyapp";
|
esqueleto = markBrokenVersion "2.5.3" super.esqueleto;
|
||||||
repo = "esqueleto";
|
|
||||||
rev = "b81e0d951e510ebffca03c5a58658ad884cc6fbd";
|
|
||||||
sha256 = "0lz1qxms7cfg5p3j37inlych0r2fwhm8xbarcys3df9m7jy9nixa";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Fix test trying to access /home directory
|
# Fix test trying to access /home directory
|
||||||
shell-conduit = overrideCabal super.shell-conduit (drv: {
|
shell-conduit = overrideCabal super.shell-conduit (drv: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue