mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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
Block a user