about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2016-03-20 00:46:13 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-04-08 14:50:20 +0200
commit8cbf4bb70b50da07f15a1bfb07fd866c14312bf6 (patch)
tree38693cd9128ccb968b5d0fbd59411bee4279bba2 /pkgs
parent215b5f6282a02044b928a9a4fcf361beabba11ab (diff)
downloadnixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar.gz
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar.bz2
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar.lz
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar.xz
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.tar.zst
nixlib-8cbf4bb70b50da07f15a1bfb07fd866c14312bf6.zip
systemd-with-cryptsetup: append '-with-cryptsetup' to name.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d9507a189820..736cb2f2db6a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10993,9 +10993,9 @@ in
     cryptsetup = null; # Infinite recusion
   };
 
-  systemd-with-cryptsetup = systemd.override {
+  systemd-with-cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
     inherit cryptsetup;
-  };
+  });
 
   # In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
   # LVM2 working in systemd.