bug#62672: Unexpected interaction between gobject-introspection and grafts

2023-04-05 Thread Collin J. Doering
Hi John, Thanks for taking the time to chime in, much appreciated! > https://gitlab.com/podiki/guix-pod/-/blob/main/taffybar.scm I took a look at your repo and found that our definition of ghc-gi-gdk is almost exactly the same (sans some historical differences (eg, using gtk (v4) vs gtk+)).

bug#62672: Unexpected interaction between gobject-introspection and grafts

2023-04-05 Thread John Kehayias via Bug reports for GNU Guix
Hi Collin and Josselin, I haven't fully read this thread but wanted to chime in with work I did but never finalized to upstream here. In short, I did get taffybar to build and run if I recall. There was a lot of fussing with versions, some Haskell packages that were broken/undergoing some breaking

bug#62672: Unexpected interaction between gobject-introspection and grafts

2023-04-05 Thread Collin J. Doering
Hi Josselin, Thanks for your quick reply. It appears that all dynamic libraries referenced by libgtk.so are correctly referenced (and not missing): --8<---cut here---start->8--- $ ldd /gnu/store/91ar3zh59n19rdn00png5r9hxp3k0y13-gtk-4.8.1/lib/libgtk-4.so.1 linu

bug#59256: Emacs-guix tab-completion returns gexp error

2023-04-05 Thread Maxime Devos
Op 22-03-2023 om 07:10 schreef Joshua Hecker: [...] I'm not involved in Guix development anymore. Greetings, Maxime. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#62672: Unexpected interaction between gobject-introspection and grafts

2023-04-05 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Collin, "Collin J. Doering" via Bug reports for GNU Guix writes: > Hi team Guix! > > I was working on packaging taffybar (https://github.com/taffybar/taffybar), > which depends on haskell-gi (https://github.com/haskell-gi/haskell-gi) - > haskell bindings for goject-introspection capable lib