systemd-cryptsetup-generator: Fix bug.

The annoying wrapper script also wraps `systemd-cryptsetup`. We need to
copy the original binary to $out too.

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