systemd: avoid rebuild from the parent commit for now
Otherwise we'd be delaying this staging-next cycle noticeably.
This commit is contained in:
parent
a239864fc6
commit
b59847b848
@ -66,6 +66,9 @@ 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…
x
Reference in New Issue
Block a user