* Forgot a few utillinuxng references.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30866
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, cryptsetup, dbus, dbus_glib, hal, intltool, ntfs3g, utillinuxng
|
||||
{ stdenv, fetchurl, cryptsetup, dbus, dbus_glib, hal, intltool, ntfs3g, utillinux
|
||||
, mediaDir ? "/media/"
|
||||
, lockDir ? "/var/lock/pmount"
|
||||
, whiteList ? "/etc/pmount.allow"
|
||||
@@ -15,14 +15,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036";
|
||||
};
|
||||
|
||||
buildInputs = [ hal intltool utillinuxng ];
|
||||
buildInputs = [ hal intltool utillinux ];
|
||||
|
||||
configureFlags = ""
|
||||
+ " --with-media-dir=${mediaDir}"
|
||||
+ " --with-lock-dir=${lockDir}"
|
||||
+ " --with-whitelist=${whiteList}"
|
||||
+ " --with-mount-prog=${utillinuxng}/bin/mount"
|
||||
+ " --with-umount-prog=${utillinuxng}/bin/umount"
|
||||
+ " --with-mount-prog=${utillinux}/bin/mount"
|
||||
+ " --with-umount-prog=${utillinux}/bin/umount"
|
||||
+ " --with-cryptsetup=${cryptsetup}/sbin/cryptsetup"
|
||||
+ " --with-mount-ntfs3g=${ntfs3g}/sbin/mount.ntfs-3g"
|
||||
+ " --enable-hal";
|
||||
|
||||
Reference in New Issue
Block a user