* Use utillinuxng.override.
svn path=/nixos/trunk/; revision=14801
This commit is contained in:
parent
02b243e11b
commit
723b0dc74b
1 changed files with 1 additions and 2 deletions
|
@ -152,8 +152,7 @@ rec {
|
|||
# A patched `mount' command that looks in a directory in the Nix
|
||||
# store instead of in /sbin for mount helpers (like mount.ntfs-3g or
|
||||
# mount.cifs).
|
||||
mount = import "${nixpkgs}/pkgs/os-specific/linux/util-linux" {
|
||||
inherit (pkgs) fetchurl stdenv;
|
||||
mount = pkgs.utillinuxng.override {
|
||||
buildMountOnly = true;
|
||||
mountHelpers = pkgs.buildEnv {
|
||||
name = "mount-helpers";
|
||||
|
|
Loading…
Reference in a new issue