From f96684c71a4f37f14e7f68787a96a2c885ea673d Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Tue, 30 Sep 2014 10:25:38 +0200 Subject: nfs-utils: add missing python dependency nfsiostat is written in python. python is already in the closure of nfs-utils, so this adds no cost. --- pkgs/os-specific/linux/nfs-utils/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/nfs-utils') diff --git a/pkgs/os-specific/linux/nfs-utils/default.nix b/pkgs/os-specific/linux/nfs-utils/default.nix index bb85acf4dcb..9c4905bd529 100644 --- a/pkgs/os-specific/linux/nfs-utils/default.nix +++ b/pkgs/os-specific/linux/nfs-utils/default.nix @@ -1,5 +1,6 @@ { fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap -, lvm2, e2fsprogs }: +, lvm2, e2fsprogs, python +}: stdenv.mkDerivation rec { name = "nfs-utils-1.2.5"; @@ -11,7 +12,7 @@ stdenv.mkDerivation rec { buildInputs = [ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap - lvm2 e2fsprogs + lvm2 e2fsprogs python ]; # FIXME: Add the dependencies needed for NFSv4 and TI-RPC. -- cgit 1.4.1