Skip to content

Commit

Permalink
cardano-tracer: Non-Windows deps for systemd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Oct 11, 2021
1 parent 55e05fd commit cc6d107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ library
, extra
, filepath
, hashable
, libsystemd-journal
, optparse-applicative
, ouroboros-network-framework
, snap-blaze
Expand All @@ -78,6 +77,9 @@ library
, trace-forward
, unordered-containers

if !os(windows)
build-depends: libsystemd-journal

executable cardano-tracer
import: base, project-config

Expand Down

0 comments on commit cc6d107

Please sign in to comment.