Loading pkgs/by-name/ty/typst/package.nix +26 −19 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , installShellFiles , pkg-config , openssl , xz , stdenv , darwin , nix-update-script { lib, rustPlatform, fetchFromGitHub, installShellFiles, pkg-config, openssl, xz, stdenv, darwin, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading @@ -33,10 +34,12 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl xz ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreServices darwin.apple_sdk.frameworks.Security Loading Loading @@ -73,6 +76,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/typst/typst"; license = lib.licenses.asl20; mainProgram = "typst"; maintainers = with lib.maintainers; [ drupol figsoda kanashimia ]; maintainers = with lib.maintainers; [ drupol figsoda kanashimia ]; }; } Loading
pkgs/by-name/ty/typst/package.nix +26 −19 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , installShellFiles , pkg-config , openssl , xz , stdenv , darwin , nix-update-script { lib, rustPlatform, fetchFromGitHub, installShellFiles, pkg-config, openssl, xz, stdenv, darwin, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading @@ -33,10 +34,12 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ openssl xz ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.CoreFoundation darwin.apple_sdk.frameworks.CoreServices darwin.apple_sdk.frameworks.Security Loading Loading @@ -73,6 +76,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/typst/typst"; license = lib.licenses.asl20; mainProgram = "typst"; maintainers = with lib.maintainers; [ drupol figsoda kanashimia ]; maintainers = with lib.maintainers; [ drupol figsoda kanashimia ]; }; }