Revert "systemd: avoid rebuild from the parent commit for now"
This reverts commit b59847b848
.
This commit is contained in:
parent
2988780eb5
commit
02751f8843
1 changed files with 0 additions and 3 deletions
|
@ -66,9 +66,6 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/basic/path-util.h --replace "@defaultPathNormal@" "${placeholder "out"}/bin/"
|
substituteInPlace src/basic/path-util.h --replace "@defaultPathNormal@" "${placeholder "out"}/bin/"
|
||||||
''
|
|
||||||
# TODO: unconditionalize on the next rebuild
|
|
||||||
+ stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
|
|
||||||
substituteInPlace src/boot/efi/meson.build \
|
substituteInPlace src/boot/efi/meson.build \
|
||||||
--replace \
|
--replace \
|
||||||
"find_program('ld'" \
|
"find_program('ld'" \
|
||||||
|
|
Loading…
Reference in a new issue