utillinux: rename to util-linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, intltool, glib, pkgconfig, udev, utillinux, acl }:
|
||||
{ stdenv, fetchurl, intltool, glib, pkgconfig, udev, util-linux, acl }:
|
||||
stdenv.mkDerivation {
|
||||
name = "udevil-0.4.4";
|
||||
src = fetchurl {
|
||||
@@ -13,9 +13,9 @@ stdenv.mkDerivation {
|
||||
substituteInPlace src/Makefile.in --replace 4755 0755
|
||||
./configure \
|
||||
--prefix=$out \
|
||||
--with-mount-prog=${utillinux}/bin/mount \
|
||||
--with-umount-prog=${utillinux}/bin/umount \
|
||||
--with-losetup-prog=${utillinux}/bin/losetup \
|
||||
--with-mount-prog=${util-linux}/bin/mount \
|
||||
--with-umount-prog=${util-linux}/bin/umount \
|
||||
--with-losetup-prog=${util-linux}/bin/losetup \
|
||||
--with-setfacl-prog=${acl.bin}/bin/setfacl \
|
||||
--sysconfdir=$prefix/etc
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user