nodejs: remove util-linux from build inputs

These were introduced with nodejs itself back in 2016: 822abc49ad.
Removing `util-linux` from build inputs doesn't break the builds,
so there's no reason to keep them.
This commit is contained in:
Ivan Babrou 2021-02-13 11:18:49 -08:00
parent 344243bb47
commit 52756df546

View file

@ -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