summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRicardo Ardissone <ricardo.ardissone@gmail.com>2020-05-06 01:08:27 -0300
committerRicardo Ardissone <ricardo.ardissone@gmail.com>2020-05-06 01:14:06 -0300
commit834eb1729b396fefa2af3d08406c82e2fc72ec6f (patch)
tree2f9ca03b0bb9a2026c5f80bcda1d9473b0f132cf /pkgs/development/haskell-modules/configuration-common.nix
parent22a3bf9fb9edad917fb6cd1066d58b5e426ee975 (diff)
downloadnixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar.gz
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar.bz2
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar.lz
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar.xz
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.tar.zst
nixpkgs-834eb1729b396fefa2af3d08406c82e2fc72ec6f.zip
haskellPackages.network_2_6_3_1: enable dontCheck
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4cf9770c7a2..f9cdab48b32 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -333,6 +333,7 @@ self: super: {
   nats-queue = dontCheck super.nats-queue;
   netpbm = dontCheck super.netpbm;
   network = dontCheck super.network;
+  network_2_6_3_1 = dontCheck super.network_2_6_3_1;
   network-dbus = dontCheck super.network-dbus;
   notcpp = dontCheck super.notcpp;
   ntp-control = dontCheck super.ntp-control;