* 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
|
# 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
|
# store instead of in /sbin for mount helpers (like mount.ntfs-3g or
|
||||||
# mount.cifs).
|
# mount.cifs).
|
||||||
mount = import "${nixpkgs}/pkgs/os-specific/linux/util-linux" {
|
mount = pkgs.utillinuxng.override {
|
||||||
inherit (pkgs) fetchurl stdenv;
|
|
||||||
buildMountOnly = true;
|
buildMountOnly = true;
|
||||||
mountHelpers = pkgs.buildEnv {
|
mountHelpers = pkgs.buildEnv {
|
||||||
name = "mount-helpers";
|
name = "mount-helpers";
|
||||||
|
|
Loading…
Reference in a new issue