haskellPackages.libmodbus: fix (lib)modbus system dependency
This commit is contained in:
parent
6fe82e59ee
commit
a3dfde6476
2 changed files with 5 additions and 1 deletions
|
@ -1728,6 +1728,11 @@ self: super: {
|
|||
sha256 = "0pmx54xd7ah85y9mfi5366wbnwrp918j0wbx8yw8hrdac92qi4gh";
|
||||
});
|
||||
|
||||
# list `modbus` in librarySystemDepends, correct to `libmodbus`
|
||||
libmodbus = overrideCabal super.libmodbus (drv: {
|
||||
librarySystemDepends = [ pkgs.libmodbus ];
|
||||
});
|
||||
|
||||
# 2021-04-02: Outdated optparse-applicative bound is fixed but not realeased on upstream.
|
||||
trial-optparse-applicative = assert super.trial-optparse-applicative.version == "0.0.0.0"; doJailbreak super.trial-optparse-applicative;
|
||||
|
||||
|
|
|
@ -7696,7 +7696,6 @@ broken-packages:
|
|||
- liblawless
|
||||
- liblinear-enumerator
|
||||
- libltdl
|
||||
- libmodbus
|
||||
- libmolude
|
||||
- libnix
|
||||
- liboath-hs
|
||||
|
|
Loading…
Reference in a new issue