40 stdenv.mkDerivation (finalPackages: {
42 version = "0-unstable-2024-05-23";
44 src = fetchFromGitHub {
47 rev = "ebb46609315d95fb286009310de11b03f7333022";
48 hash = "sha256-XXA5c/yV6QaPiz1LHWkb+Tm6Wmead8EndkSk3onvrcs=";
91 "--disable-int10-module"
103 "--enable-xcsecurity"
104 "--with-xkb-bin-directory=${xkbcomp}/bin"
105 "--with-xkb-output=/tmp"
106 "--with-xkb-path=${xkeyboard_config}/share/X11/xkb"
109 passthru.updateScript = unstableGitUpdater {};
112 homepage = "https://github.com/letoram/letoram";
113 description = "Patched Xserver that bridges connections to Arcan";
114 mainProgram = "Xarcan";
116 xarcan is a patched X server with a KDrive backend that uses the
117 arcan-shmif to map Xlib/Xcb/X clients to a running arcan instance. It
118 allows running an X session as a window under Arcan.
120 license = with lib.licenses; [ mit ];
121 maintainers = with lib.maintainers; [ AndersonTorres ];
122 platforms = lib.platforms.unix;