mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
Merge pull request #247687 from Ma27/poweralertd-patches
poweralertd: patchPhase -> postPatch
This commit is contained in:
commit
25754a49e9
@ -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'"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user