haskellPackages.unix-time: add dependency on pthreads for windows

This commit is contained in:
Alexandre Esteves
2026-02-14 21:22:36 +00:00
parent 47f400c51b
commit ba8adba743
@@ -8,6 +8,8 @@ with haskellLib;
(self: super: {
# cabal2nix doesn't properly add dependencies conditional on os(windows)
unix-time = addBuildDepends [ pkgs.windows.pthreads ] super.unix-time;
network = lib.pipe super.network [
(addBuildDepends [ self.temporary ])