mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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
|
||||
./systemd-service.patch
|
||||
(substituteAll {
|
||||
name = "ckb-modprobe.patch";
|
||||
src = ./ckb-modprobe.patch;
|
||||
name = "ckb-next-modprobe.patch";
|
||||
src = ./modprobe.patch;
|
||||
inherit kmod;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue