Loading pkgs/by-name/sa/sandhole/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ cmake, fetchFromGitHub, lib, lld, perl, rustPlatform, stdenv, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -27,7 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ cmake perl ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ lld ]; strictDeps = true; useNextest = true; Loading Loading
pkgs/by-name/sa/sandhole/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ cmake, fetchFromGitHub, lib, lld, perl, rustPlatform, stdenv, versionCheckHook, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -27,7 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ cmake perl ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ lld ]; strictDeps = true; useNextest = true; Loading