mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
Fix iproute -> iproute2
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
, gnutar
|
||||
, gzip
|
||||
, iana-etc
|
||||
, iproute
|
||||
, iproute2
|
||||
, less
|
||||
, lib
|
||||
, nix
|
||||
@@ -61,7 +61,7 @@ let
|
||||
(gcc-unwrapped // {
|
||||
outputs = builtins.filter (x: x != "libgcc") gcc-unwrapped.outputs;
|
||||
})
|
||||
iproute
|
||||
iproute2
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user