Replies: 1 comment
-
Looks like the answer is mainly here: NixOS/nixpkgs#420671 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get an Nix overlay for the Workrave 1.10.53 Nix package to work, and I'm stumped. I have
--enable-gnome45
as a configure flags, and gtk4 as a build input, and near as I can tell, Workrave is being compiled with that flag and with GTK4 support. The file "Workrave-2.0.typelib
" is even in/run/current-system/sw/lib/girepository-1.0
, and the file "Workrave-2.0.gir
" is in/run/current-system/sw/share/gir-1.0
(where, as far as I can tell,/run/current-system/sw
might as well be/usr
).Yet in the extension manager, I still see this error message:
Any idea what's going on here? What am I missing for the Workrave build?
BTW, for those who know NixOS, this is what my overlay currently looks like:
Beta Was this translation helpful? Give feedback.
All reactions