10 multiStdenv.mkDerivation (finalAttrs: {
12 version = "unstable-2023-09-25";
14 src = fetchFromGitHub {
15 owner = "CyberShadow";
17 rev = "2ea9d469785bbe0338729c4deeb902a259fd7b10";
18 hash = "sha256-bYuIngZ76m5IgbbTFTZ8LJmpHl4nHS272Ci1B9eJIws=";
21 outputs = [ "out" "doc" ];
32 install -Dm644 lib32/hax11.so -t $out/lib32/
33 install -Dm644 lib64/hax11.so -t $out/lib64/
34 install -Dm644 README.md -t $doc/share/doc/hax11/
40 updateScript = unstableGitUpdater { };
44 homepage = "https://github.com/CyberShadow/hax11";
45 description = "Hackbrary to Hook and Augment X11 protocol calls";
46 license = with lib.licenses; [ mit ];
47 maintainers = with lib.maintainers; [ AndersonTorres ];
48 platforms = lib.platforms.linux;