[GH-ISSUE #1194] build dep luajit-dev not found on fresh Debian/Rust Docker Image #8792

Closed
opened 2026-05-23 03:54:20 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @benoitlx on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1194

I'm unable to find the luajit-dev package using apt update && apt search luajit-dev on a fresh Debian image or the official Rust Docker image.

As a workaround, I used libluajit-5.1-dev, which seems to work fine (at least the build is successful, and my bar displays as usual during runtime).

Additionally, I suggest explicitly adding gtk-layer-shell in the documentation for the runtime requirements. It is only mentioned as a build dependency, but my bar wouldn’t launch without it installed.

I can open a PR with the documentation changes I mentioned if you would like.

Keep up the great work! I love how lightweight the bar you created is!

Originally created by @benoitlx on GitHub (Oct 14, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1194 I'm unable to find the `luajit-dev` package using `apt update && apt search luajit-dev` on a fresh Debian image or the official Rust Docker image. As a workaround, I used `libluajit-5.1-dev`, which seems to work fine (at least the build is successful, and my bar displays as usual during runtime). Additionally, I suggest explicitly adding `gtk-layer-shell` in the documentation for the runtime requirements. It is only mentioned as a build dependency, but my bar wouldn’t launch without it installed. I can open a PR with the documentation changes I mentioned if you would like. Keep up the great work! I love how lightweight the bar you created is!
JakeStanger 2026-05-23 03:54:20 +01:00
Author
Owner

@JakeStanger commented on GitHub (Oct 14, 2025):

Cheers I'll get those amended when I can.

It should be:

  • luajit for runtime
  • libluajit-5.1-dev for build time, which brings in luajit

And same story for gtk[4]-layer-shell

<!-- gh-comment-id:3400871239 --> @JakeStanger commented on GitHub (Oct 14, 2025): Cheers I'll get those amended when I can. It should be: - `luajit` for runtime - `libluajit-5.1-dev` for build time, which brings in `luajit` And same story for `gtk[4]-layer-shell`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8792
No description provided.