systemd: update patchShebangs comment

We can't remove this yet even though we're on 250.3, because some more
crept in and weren't fixed in time for the release.
This commit is contained in:
Alyssa Ross 2022-03-06 01:04:13 +00:00 committed by Jonathan Ringer
parent 69e1d85d54
commit a0bfc8e7c1

View File

@ -335,8 +335,8 @@ stdenv.mkDerivation {
fi
''
# Finally patch shebangs that might need patching.
# Should no longer be necessary with v250.
# https://github.com/systemd/systemd/pull/19638
# Should no longer be necessary with v251.
# https://github.com/systemd/systemd/pull/21749
+ ''
patchShebangs .
'';