mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskellPackages.stunclient: fix build error due to changing exports in deps
This commit is contained in:
parent
256394be60
commit
daf44055cd
@ -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…
Reference in New Issue
Block a user