From 9626707e2b796c04871a22a583500a45c1c436d7 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Tue, 9 Aug 2016 19:21:58 +0200 Subject: [PATCH] systemd-cryptsetup-generator: Add note to revert 3efadce. --- pkgs/os-specific/linux/systemd/cryptsetup-generator.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/systemd/cryptsetup-generator.nix b/pkgs/os-specific/linux/systemd/cryptsetup-generator.nix index 11422f7d428..3d617ece1c0 100644 --- a/pkgs/os-specific/linux/systemd/cryptsetup-generator.nix +++ b/pkgs/os-specific/linux/systemd/cryptsetup-generator.nix @@ -17,6 +17,8 @@ stdenv.lib.overrideDerivation systemd (p: { # For some reason systemd-cryptsetup-generator is a wrapper-script # with the current release of systemd. We want the real one. + + # TODO: Revert 3efadce when the wrapper-script is gone installPhase = '' mkdir -p $out/lib/systemd/ cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup