bug#57742: [PATCH core-updates] build: qt-utils: Add prefix when wrapping QT_PLUGIN_PATH variable.

2023-03-31 Thread Antero Mejr via Bug reports for GNU Guix
This allows extension of QT_PLUGIN_PATH. QT programs will now work under Wayland when qt-wayland is installed. * guix/build/qt-utils.scm (variables-for-wrapping)[QT_PLUGIN_PATH]: Add prefix value to 'wrap-program' procedure call for QT_PLUGIN_PATH variable. --- Tested using Wayland and X (via XWay

bug#57742: [PATCH core-updates] build: qt-utils: Add prefix when wrapping QT_PLUGIN_PATH variable.

2023-03-31 Thread Antero Mejr via Bug reports for GNU Guix
Please ignore the QT patch I just sent, it's exactly the same as yours, and I sent it before I saw your message from 20 minutes ago. Sorry! When I tested the patch I didn't get any of that noise about "Plugin uses incompatible Qt library", although the program I tested with may have configured QT

bug#63728: GHC cannot find lrt

2023-05-25 Thread Antero Mejr via Bug reports for GNU Guix
Attempting to build a trivial Haskell program using ghc fails, as the linker cannot find the rt library: ``` ~ $ ghc -O2 test.hs Linking test ... /home/a/.guix-profile/bin/ld: cannot find -lrt: No such file or directory collect2: error: ld returned 1 exit status `gcc' failed in phase `Linker'. (Ex

bug#63728: (no subject)

2023-05-26 Thread Antero Mejr via Bug reports for GNU Guix
merge 63258 63728

bug#63728: GHC cannot find lrt

2023-05-26 Thread Antero Mejr via Bug reports for GNU Guix
Mekeor Melire writes: > 2023-05-25 22:25 bug-guix@gnu.org: > >> Attempting to build a trivial Haskell program using ghc fails, as the linker >> cannot find the rt library: > > Does installing gcc-toolchain:static help as a work-around? I merged this bug with #63258. The gcc-toolchain:static wor