···1818 # For some reason systemd-cryptsetup-generator is a wrapper-script
1919 # with the current release of systemd. We want the real one.
20202121- # TODO: Revert 3efadce when the wrapper-script is gone
2121+ # TODO: Remove `.libs` prefix when the wrapper-script is gone
2222 installPhase = ''
2323 mkdir -p $out/lib/systemd/
2424- cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
2424+ cp .libs/systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
2525 cp .libs/*.so $out/lib/
26262727 mkdir -p $out/lib/systemd/system-generators/