mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
haskell: fix build of hw-xml
This commit is contained in:
parent
398b36431d
commit
a759faf60b
|
@ -95,6 +95,14 @@ self: super: {
|
|||
# https://github.com/froozen/kademlia/issues/2
|
||||
kademlia = dontCheck super.kademlia;
|
||||
|
||||
# https://github.com/haskell-works/hw-xml/issues/23
|
||||
# Disable building the hw-xml-example executable:
|
||||
hw-xml = (overrideCabal super.hw-xml (drv: {
|
||||
postPatch = "sed -i 's/ hs-source-dirs: app/" +
|
||||
" hs-source-dirs: app\\n" +
|
||||
" buildable: false/' hw-xml.cabal";
|
||||
}));
|
||||
|
||||
hzk = dontCheck super.hzk;
|
||||
haskakafka = dontCheck super.haskakafka;
|
||||
|
||||
|
|
Loading…
Reference in a new issue