swayidle: fix printf for i686

This commit is contained in:
Emery Hemingway 2022-04-05 20:28:41 -05:00 committed by Frederik Rietdijk
parent 2363be984a
commit cd001748be

View File

@ -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 = ''