1
0
Fork 1
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:
Kier Davis 2018-05-06 19:49:51 +01:00
parent dfdaf39ec3
commit 7a0d849653
No known key found for this signature in database
GPG key ID: 66378DA35FF9F0FA
2 changed files with 2 additions and 2 deletions

View file

@ -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;
})
];