haskellPackages.shell-conduit: fix failing test
This commit is contained in:
parent
698efcb7b5
commit
da8712e4e9
@ -87,6 +87,11 @@ self: super: {
|
|||||||
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Fix test trying to access /home directory
|
||||||
|
shell-conduit = (overrideCabal super.shell-conduit (drv: {
|
||||||
|
postPatch = "sed -i s/home/tmp/ test/Spec.hs";
|
||||||
|
}));
|
||||||
|
|
||||||
# https://github.com/froozen/kademlia/issues/2
|
# https://github.com/froozen/kademlia/issues/2
|
||||||
kademlia = dontCheck super.kademlia;
|
kademlia = dontCheck super.kademlia;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user