Skip to content

Commit

Permalink
haskellPackages.libmodbus: fix (lib)modbus system dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki authored and sternenseemann committed Apr 9, 2021
1 parent 6fe82e5 commit a3dfde6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7696,7 +7696,6 @@ broken-packages:
- liblawless
- liblinear-enumerator
- libltdl
- libmodbus
- libmolude
- libnix
- liboath-hs
Expand Down

0 comments on commit a3dfde6

Please sign in to comment.