bcache-tools: remove kmod from arguments

This commit is contained in:
Nikolay Amiantov 2016-08-14 12:58:27 +03:00
parent 70efa5aa1e
commit 4fb1f1ff6e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, utillinux, kmod }:
{ stdenv, fetchurl, pkgconfig, utillinux }:
stdenv.mkDerivation rec {
name = "bcache-tools-${version}";