Loading pkgs/by-name/as/asm-lsp/package.nix +20 −18 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config , openssl , darwin , libiconv { lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, openssl, darwin, libiconv, }: let pname = "asm-lsp"; Loading @@ -21,13 +22,11 @@ rustPlatform.buildRustPackage { hash = "sha256-0GB3tXZuCu3syh+RG+eXoliZVHMPOhYC3RchSSx4u5w="; }; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ buildInputs = [ openssl ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration libiconv ]; Loading @@ -43,7 +42,10 @@ rustPlatform.buildRustPackage { description = "Language server for NASM/GAS/GO Assembly"; homepage = "https://github.com/bergercookie/asm-lsp"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ NotAShelf CaiqueFigueiredo ]; maintainers = with lib.maintainers; [ NotAShelf CaiqueFigueiredo ]; mainProgram = "asm-lsp"; platforms = lib.platforms.unix; }; Loading Loading
pkgs/by-name/as/asm-lsp/package.nix +20 −18 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config , openssl , darwin , libiconv { lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, openssl, darwin, libiconv, }: let pname = "asm-lsp"; Loading @@ -21,13 +22,11 @@ rustPlatform.buildRustPackage { hash = "sha256-0GB3tXZuCu3syh+RG+eXoliZVHMPOhYC3RchSSx4u5w="; }; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ buildInputs = [ openssl ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration libiconv ]; Loading @@ -43,7 +42,10 @@ rustPlatform.buildRustPackage { description = "Language server for NASM/GAS/GO Assembly"; homepage = "https://github.com/bergercookie/asm-lsp"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ NotAShelf CaiqueFigueiredo ]; maintainers = with lib.maintainers; [ NotAShelf CaiqueFigueiredo ]; mainProgram = "asm-lsp"; platforms = lib.platforms.unix; }; Loading