Skip to content

Commit 2e0d31b

Browse files
authored
Merge pull request #841 from alexfmpe/iproute2
Forward compatibility with iproute deprecation
2 parents 719167e + 0f7c854 commit 2e0d31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-overlays/reflex-packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ in
105105
nixpkgs_oldChromium.chromium
106106
which
107107
] ++ lib.optionals (!noGcTest) [
108-
nixpkgs.iproute
108+
nixpkgs.iproute2
109109
];
110110
} // lib.optionalAttrs (!noGcTest) {
111111
# The headless browser run as part of gc tests would hang/crash without this

0 commit comments

Comments
 (0)