poweralertd: patchPhase -> postPatch

To make sure that people can apply patches in their overlays. In fact
that's what I wanted to do and I was pretty confused why my patch
didn't work.
This commit is contained in:
Maximilian Bosch 2023-08-07 10:17:52 +02:00
parent 1d74c8f202
commit c5a6679de1
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "19rw9q4pcqw56nmzjfglfikzx5wwjl4n08awwdhg0jy1k0bm3dvp";
};
patchPhase = ''
postPatch = ''
substituteInPlace meson.build --replace "systemd.get_pkgconfig_variable('systemduserunitdir')" "'${placeholder "out"}/lib/systemd/user'"
'';