fix some broken haskell packages
This commit is contained in:
parent
a8d69a7153
commit
6cd4dacebe
@ -206,9 +206,6 @@ self: super: {
|
|||||||
# the system-fileio tests use canonicalizePath, which fails in the sandbox
|
# the system-fileio tests use canonicalizePath, which fails in the sandbox
|
||||||
system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio;
|
system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio;
|
||||||
|
|
||||||
# same as above
|
|
||||||
mockery = if pkgs.stdenv.isDarwin then dontCheck super.mockery else super.mockery;
|
|
||||||
|
|
||||||
# Prevents needing to add security_tool as a build tool to all of x509-system's
|
# Prevents needing to add security_tool as a build tool to all of x509-system's
|
||||||
# dependencies.
|
# dependencies.
|
||||||
x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc
|
x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc
|
||||||
|
@ -111,6 +111,10 @@ self: super: {
|
|||||||
# Test suite has stricter version bounds
|
# Test suite has stricter version bounds
|
||||||
retry = dontCheck super.retry;
|
retry = dontCheck super.retry;
|
||||||
|
|
||||||
|
# test/System/Posix/Types/OrphansSpec.hs:19:13:
|
||||||
|
# Not in scope: type constructor or class ‘Int32’
|
||||||
|
base-orphans = dontCheck super.base-orphans;
|
||||||
|
|
||||||
# Test suite fails with time >= 1.5
|
# Test suite fails with time >= 1.5
|
||||||
http-date = dontCheck super.http-date;
|
http-date = dontCheck super.http-date;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user