utillinux: rename to util-linux
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
, installShellFiles
|
||||
, Security
|
||||
, gitMinimal
|
||||
, utillinuxMinimal
|
||||
, util-linuxMinimal
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
nativeBuildInputs = [ installShellFiles pkg-config ];
|
||||
buildInputs = [ openssl ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin Security;
|
||||
checkInputs = [ gitMinimal utillinuxMinimal ];
|
||||
checkInputs = [ gitMinimal util-linuxMinimal ];
|
||||
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user