Merge pull request #247687 from Ma27/poweralertd-patches

poweralertd: patchPhase -> postPatch
This commit is contained in:
Weijia Wang 2023-08-07 14:21:45 +02:00 committed by GitHub
commit 25754a49e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'"
'';