Merge pull request #116428 from bennofs/haskell-old-network-notest
haskell-network_2_6_3_1: disable test suite
This commit is contained in:
commit
e93c109745
|
@ -341,6 +341,7 @@ self: super: {
|
||||||
nats-queue = dontCheck super.nats-queue;
|
nats-queue = dontCheck super.nats-queue;
|
||||||
netpbm = dontCheck super.netpbm;
|
netpbm = dontCheck super.netpbm;
|
||||||
network = dontCheck super.network;
|
network = dontCheck super.network;
|
||||||
|
network_2_6_3_1 = dontCheck super.network_2_6_3_1; # package is missing files for test
|
||||||
network-dbus = dontCheck super.network-dbus;
|
network-dbus = dontCheck super.network-dbus;
|
||||||
notcpp = dontCheck super.notcpp;
|
notcpp = dontCheck super.notcpp;
|
||||||
ntp-control = dontCheck super.ntp-control;
|
ntp-control = dontCheck super.ntp-control;
|
||||||
|
|
Loading…
Reference in New Issue