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
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ in stdenv.mkDerivation {
|
|||
|
||||
postPatch = ''
|
||||
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 \
|
||||
--replace \
|
||||
"find_program('ld'" \
|
||||
|
|
Loading…
Reference in a new issue