summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2015-08-15 10:35:36 +0300
committerAycan iRiCAN <iricanaycan@gmail.com>2015-08-15 10:35:36 +0300
commit482c29f8c6077a8ecba9c7d6ee5035451fc78396 (patch)
tree2ec3105cf22fdded21ca13fe4c4cc181654453f3 /pkgs/development/haskell-modules/configuration-common.nix
parentc4c2ee0d527d878571c009aea7092f1ed179bd5b (diff)
downloadnixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.gz
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.bz2
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.lz
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.xz
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.tar.zst
nixpkgs-482c29f8c6077a8ecba9c7d6ee5035451fc78396.zip
haskell-hans: disable building example webserver which includes double main.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 61e45edf8f2..758397de1ab 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -925,4 +925,6 @@ self: super: {
   elm-server = markBroken super.elm-server;
   elm-yesod = markBroken super.elm-yesod;
 
+  # https://github.com/GaloisInc/HaNS/pull/8
+  hans = appendPatch super.hans ./patches/hans-disable-webserver.patch;
 }