libidn2: remove unused argument

This commit is contained in:
Stefan Frijters
2026-08-04 14:40:22 +02:00
parent 9b7c698456
commit 67f2ae770a
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
libidn2,
libunistring,
runCommandLocal,
patchelf,
}:
# Construct a copy of libidn2.* where all (transitive) libc references (in .bin)
# get replaced by a new one, so that there's no reference to bootstrap tools.

View File

@@ -853,7 +853,6 @@ in
inherit (self)
stdenv
runCommandLocal
patchelf
libunistring
;
};