mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
rosec-bitwarden-pm: init at 0.0.28
This commit is contained in:
31
pkgs/by-name/ro/rosec-bitwarden-pm/package.nix
Normal file
31
pkgs/by-name/ro/rosec-bitwarden-pm/package.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
rosec,
|
||||
lld,
|
||||
nix-update-script,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: rec {
|
||||
pname = "rosec-bitwarden-pm";
|
||||
|
||||
inherit (rosec) src version;
|
||||
|
||||
sourceRoot = "${src.name}/rosec-bitwarden-pm";
|
||||
|
||||
cargoHash = "sha256-hNeCZPclwz2WMKnHsECBL0TduqkWsYhadEfsw54lGBg=";
|
||||
|
||||
env.RUSTFLAGS = "-C linker=wasm-ld";
|
||||
nativeBuildInputs = [ lld ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "Bitwarden (Personal) provider for rosec";
|
||||
homepage = "https://github.com/jmylchreest/rosec";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ mikilio ];
|
||||
platforms = lib.platforms.wasi;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user