haskellPackages.stunclient: fix build error due to changing exports in deps

wip/yesman
obadz 8 years ago
parent 256394be60
commit daf44055cd
  1. 7
      pkgs/development/haskell-modules/configuration-common.nix

@ -983,4 +983,11 @@ self: super: {
})];
});
# remove if a version > 0.1.0.1 ever gets released
stunclient = overrideCabal super.stunclient (drv: {
postPatch = (drv.postPatch or "") + ''
substituteInPlace source/Network/Stun/MappedAddress.hs --replace "import Network.Endian" ""
'';
});
}

Loading…
Cancel
Save