bcache-tools: remove kmod from arguments
This commit is contained in:
parent
70efa5aa1e
commit
4fb1f1ff6e
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, utillinux, kmod }:
|
||||
{ stdenv, fetchurl, pkgconfig, utillinux }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bcache-tools-${version}";
|
||||
|
|
Loading…
Reference in New Issue