42 stdenv.mkDerivation (finalPackages: {
44 version = "0-unstable-2024-08-26";
46 src = fetchFromGitHub {
49 rev = "5672116f627de492fb4df0b33d36b78041cd3931";
50 hash = "sha256-xZX6uLs/H/wONKrUnYxSynHK7CL7FDfzWvSjtXxT8es=";
94 "--disable-int10-module"
106 "--enable-xcsecurity"
107 "--with-xkb-bin-directory=${xkbcomp}/bin"
108 "--with-xkb-output=/tmp"
109 "--with-xkb-path=${xkeyboard_config}/share/X11/xkb"
112 passthru.updateScript = unstableGitUpdater { };
115 homepage = "https://github.com/letoram/letoram";
116 description = "Patched Xserver that bridges connections to Arcan";
117 mainProgram = "Xarcan";
119 xarcan is a patched X server with a KDrive backend that uses the
120 arcan-shmif to map Xlib/Xcb/X clients to a running arcan instance. It
121 allows running an X session as a window under Arcan.
123 license = with lib.licenses; [ mit ];
124 maintainers = with lib.maintainers; [ AndersonTorres ];
125 platforms = lib.platforms.unix;