iproute -> iproute2
This commit is contained in:
parent
3be72cd2dc
commit
322d61d436
@ -24,6 +24,7 @@
|
|||||||
./not-os-patches/pr-30.patch
|
./not-os-patches/pr-30.patch
|
||||||
./not-os-patches/pr-31.patch
|
./not-os-patches/pr-31.patch
|
||||||
./not-os-patches/pr-33.patch
|
./not-os-patches/pr-33.patch
|
||||||
|
./not-os-patches/iproute2.patch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
13
not-os-patches/iproute2.patch
Normal file
13
not-os-patches/iproute2.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/system-path.nix b/system-path.nix
|
||||||
|
index 490197d..93e940a 100644
|
||||||
|
--- a/system-path.nix
|
||||||
|
+++ b/system-path.nix
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
with lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
- requiredPackages = with pkgs; [ utillinux coreutils iproute iputils procps bashInteractive runit ];
|
||||||
|
+ requiredPackages = with pkgs; [ utillinux coreutils iproute2 iputils procps bashInteractive runit ];
|
||||||
|
in
|
||||||
|
{
|
||||||
|
options = {
|
Loading…
Reference in New Issue
Block a user