Skip to content

Commit

Permalink
Fix missing libtracefs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
range3 committed Jan 11, 2024
1 parent ba8230d commit 5a7ffc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/libtracefs/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class Libtracefs(MakefilePackage):

version("1.7.0", sha256="411fcbf3434ecbaefa6c2b1bf092266293a672e2d7ee46fdd6b402753cb8bd16")

depends_on("libtraceevent@1.3:")
depends_on("pkgconfig", type="build")

conflicts("platform=darwin", msg="Linux-only")

def install(self, spec, prefix):
Expand Down

0 comments on commit 5a7ffc2

Please sign in to comment.