ckb-next: rename ckb-modprobe.patch to modprobe.patch
This keeps the naming consistent with the other two patches in this directory.
This commit is contained in:
parent
dfdaf39ec3
commit
7a0d849653
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
./install-dirs.patch
|
./install-dirs.patch
|
||||||
./systemd-service.patch
|
./systemd-service.patch
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
name = "ckb-modprobe.patch";
|
name = "ckb-next-modprobe.patch";
|
||||||
src = ./ckb-modprobe.patch;
|
src = ./modprobe.patch;
|
||||||
inherit kmod;
|
inherit kmod;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user