From 67f2ae770a79ca7e3adee6f62300ebf1d538b33a Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 4 Aug 2026 14:40:22 +0200 Subject: [PATCH] libidn2: remove unused argument --- pkgs/development/libraries/libidn2/no-bootstrap-reference.nix | 1 - pkgs/stdenv/linux/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/pkgs/development/libraries/libidn2/no-bootstrap-reference.nix b/pkgs/development/libraries/libidn2/no-bootstrap-reference.nix index ff8c47915067..773dfb6efe0f 100644 --- a/pkgs/development/libraries/libidn2/no-bootstrap-reference.nix +++ b/pkgs/development/libraries/libidn2/no-bootstrap-reference.nix @@ -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. diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix index c9b64c3086e8..64070e7747f6 100644 --- a/pkgs/stdenv/linux/default.nix +++ b/pkgs/stdenv/linux/default.nix @@ -853,7 +853,6 @@ in inherit (self) stdenv runCommandLocal - patchelf libunistring ; };