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