swayidle: fix printf for i686

This commit is contained in:
Emery Hemingway
2022-04-07 08:34:51 +02:00
committed by Frederik Rietdijk
parent 2363be984a
commit cd001748be
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dman-pages=enabled" "-Dlogind=${if systemdSupport then "enabled" else "disabled"}" ];
postPatch = "substituteInPlace main.c --replace '%lu' '%zu'";
meta = with lib; {
description = "Idle management daemon for Wayland";
longDescription = ''