15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitLab {
20 domain = "gitlab.freedesktop.org";
23 rev = "v${finalAttrs.version}";
24 hash = "sha256-wawz7QCzpeQgdxwFQaZ/yV//AepEE+FLNG7ho/lHtFE=";
44 substituteInPlace scripts/mesonPostInstall.sh \
45 --replace-fail "#!/usr/bin/env sh" "#!${stdenv.shell}" \
46 --replace-fail "update-desktop-database -q" "update-desktop-database $out/share/applications"
50 qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
53 passthru.updateScript = nix-update-script { };
56 description = "Simple GUI that displays the protocols implemented by a Wayland compositor";
57 homepage = "https://gitlab.freedesktop.org/serebit/waycheck";
58 license = lib.licenses.asl20;
59 maintainers = with lib.maintainers; [
63 mainProgram = "waycheck";
64 platforms = lib.platforms.linux;