mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
69e1d85d54
commit
a0bfc8e7c1
@ -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 .
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user