PINE64
XMonad on Manjaro: is anyone having success? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: XMonad on Manjaro: is anyone having success? (/showthread.php?tid=11704)



XMonad on Manjaro: is anyone having success? - yashrk - 10-02-2020

Hi. I'm using Manjaro on PineBook Pro and I'm trying to install XMonad.

There is no official package for this WM,  and packages from aur cannot be built (Haskell infrastructure for aarch64 in Manjaro seems broken at all).

I installed GHC and Cabal from Nix repository. I even had successfully built XMonad once, but it failed to recompile itself after an update.

I can now build XMonad binary using GHC from Nix, but it won't start because of different versions of glibc in the system and in the nix environment.

Have anyone a success in running XMonad in Arch? If so, what toolchain you used?