about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bcache-tools
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-14 12:58:27 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-14 22:38:27 +0300
commit4fb1f1ff6e4de22522adf68461206bde8b046523 (patch)
tree6b593f2a6191f12a0d11b0f538d20d549a5c860d /pkgs/tools/filesystems/bcache-tools
parent70efa5aa1e2c1189836e7a12dc75c726920f02ad (diff)
bcache-tools: remove kmod from arguments
Diffstat (limited to 'pkgs/tools/filesystems/bcache-tools')
-rw-r--r--pkgs/tools/filesystems/bcache-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/bcache-tools/default.nix b/pkgs/tools/filesystems/bcache-tools/default.nix
index 14d8d282c81cd..288cd14c16bb6 100644
--- a/pkgs/tools/filesystems/bcache-tools/default.nix
+++ b/pkgs/tools/filesystems/bcache-tools/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, utillinux, kmod }:
+{ stdenv, fetchurl, pkgconfig, utillinux }:
 
 stdenv.mkDerivation rec {
   name = "bcache-tools-${version}";