mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libidn2: remove unused argument
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -853,7 +853,6 @@ in
|
||||
inherit (self)
|
||||
stdenv
|
||||
runCommandLocal
|
||||
patchelf
|
||||
libunistring
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user