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.
This commit is contained in:
parent
344243bb47
commit
52756df546
@ -55,7 +55,7 @@ in
|
|||||||
buildInputs = optionals stdenv.isDarwin [ CoreServices ApplicationServices ]
|
buildInputs = optionals stdenv.isDarwin [ CoreServices ApplicationServices ]
|
||||||
++ [ zlib libuv openssl http-parser icu ];
|
++ [ zlib libuv openssl http-parser icu ];
|
||||||
|
|
||||||
nativeBuildInputs = [ which util-linux pkg-config python ]
|
nativeBuildInputs = [ which pkg-config python ]
|
||||||
++ optionals stdenv.isDarwin [ xcbuild ];
|
++ optionals stdenv.isDarwin [ xcbuild ];
|
||||||
|
|
||||||
configureFlags = let
|
configureFlags = let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user