Unverified Commit 8f6f920b authored by Ratakor's avatar Ratakor
Browse files

pmount: Fix LUKS integration

parent 73642e98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  intltool,
  ntfs3g,
  util-linux,
  cryptsetup,
  mediaDir ? "/media/",
  lockDir ? "/var/lock/pmount",
  whiteList ? "/etc/pmount.allow",
@@ -65,6 +66,7 @@ stdenv.mkDerivation rec {
    "--with-mount-prog=${util-linux}/bin/mount"
    "--with-umount-prog=${util-linux}/bin/umount"
    "--with-mount-ntfs3g=${ntfs3g}/sbin/mount.ntfs-3g"
    "--with-cryptsetup-prog=${cryptsetup}/bin/cryptsetup"
  ];

  postConfigure = ''