haskellPackages.http-client: add dependency on safe for windows
This commit is contained in:
@@ -8,6 +8,8 @@ with haskellLib;
|
||||
|
||||
(self: super: {
|
||||
# cabal2nix doesn't properly add dependencies conditional on os(windows)
|
||||
http-client = addBuildDepends [ self.safe ] super.http-client;
|
||||
|
||||
unix-time = addBuildDepends [ pkgs.windows.pthreads ] super.unix-time;
|
||||
|
||||
network = lib.pipe super.network [
|
||||
|
||||
Reference in New Issue
Block a user