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:
parent
1d74c8f202
commit
c5a6679de1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue