From 52756df546cee35df88d04fa63f5c4505668b9e0 Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Sat, 13 Feb 2021 11:18:49 -0800 Subject: [PATCH] nodejs: remove util-linux from build inputs These were introduced with nodejs itself back in 2016: 822abc49adc7. Removing `util-linux` from build inputs doesn't break the builds, so there's no reason to keep them. --- pkgs/development/web/nodejs/nodejs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index 68232088fa9..83e456e728e 100644 --- a/pkgs/development/web/nodejs/nodejs.nix +++ b/pkgs/development/web/nodejs/nodejs.nix @@ -55,7 +55,7 @@ in buildInputs = optionals stdenv.isDarwin [ CoreServices ApplicationServices ] ++ [ zlib libuv openssl http-parser icu ]; - nativeBuildInputs = [ which util-linux pkg-config python ] + nativeBuildInputs = [ which pkg-config python ] ++ optionals stdenv.isDarwin [ xcbuild ]; configureFlags = let