Loading pkgs/by-name/sc/sccache/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ rustPlatform, pkg-config, openssl, distributed ? false, }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-1kfKBN4uRbU5LjbC0cLgMqoGnOSEAdC0S7EzXlfaDPo="; buildFeatures = lib.optionals distributed [ "dist-client" "dist-server" ]; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/by-name/sc/sccache/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ rustPlatform, pkg-config, openssl, distributed ? false, }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-1kfKBN4uRbU5LjbC0cLgMqoGnOSEAdC0S7EzXlfaDPo="; buildFeatures = lib.optionals distributed [ "dist-client" "dist-server" ]; nativeBuildInputs = [ pkg-config ]; Loading