Loading pkgs/tools/security/quill/default.nix +22 −4 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, openssl, Security, libiconv, pkg-config, protobuf, buildPackages }: { lib, stdenv, rustPlatform, fetchFromGitHub, openssl, Security, libiconv, pkg-config, protobuf, buildPackages, }: rustPlatform.buildRustPackage rec { pname = "quill"; Loading Loading @@ -39,9 +50,16 @@ rustPlatform.buildRustPackage rec { }; }; nativeBuildInputs = [ pkg-config protobuf ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security libiconv ]; nativeBuildInputs = [ pkg-config protobuf ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security libiconv ]; meta = with lib; { homepage = "https://github.com/dfinity/quill"; Loading Loading
pkgs/tools/security/quill/default.nix +22 −4 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, openssl, Security, libiconv, pkg-config, protobuf, buildPackages }: { lib, stdenv, rustPlatform, fetchFromGitHub, openssl, Security, libiconv, pkg-config, protobuf, buildPackages, }: rustPlatform.buildRustPackage rec { pname = "quill"; Loading Loading @@ -39,9 +50,16 @@ rustPlatform.buildRustPackage rec { }; }; nativeBuildInputs = [ pkg-config protobuf ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security libiconv ]; nativeBuildInputs = [ pkg-config protobuf ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security libiconv ]; meta = with lib; { homepage = "https://github.com/dfinity/quill"; Loading