···18 # For some reason systemd-cryptsetup-generator is a wrapper-script
19 # with the current release of systemd. We want the real one.
2021- # TODO: Revert 3efadce when the wrapper-script is gone
22 installPhase = ''
23 mkdir -p $out/lib/systemd/
24- cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
25 cp .libs/*.so $out/lib/
2627 mkdir -p $out/lib/systemd/system-generators/
···18 # For some reason systemd-cryptsetup-generator is a wrapper-script
19 # with the current release of systemd. We want the real one.
2021+ # TODO: Remove `.libs` prefix when the wrapper-script is gone
22 installPhase = ''
23 mkdir -p $out/lib/systemd/
24+ cp .libs/systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
25 cp .libs/*.so $out/lib/
2627 mkdir -p $out/lib/systemd/system-generators/