uefi-run: init at 0.5.0 (#184200)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Madeline S Sandro and committed by GitHub cf49501b 7c9cb921

+33
+6
maintainers/maintainer-list.nix
··· 8107 8107 githubId = 42545625; 8108 8108 name = "Maas Lalani"; 8109 8109 }; 8110 + maddiethecafebabe = { 8111 + email = "maddie@cafebabe.date"; 8112 + github = "maddiethecafebabe"; 8113 + githubId = 75337286; 8114 + name = "Madeline S."; 8115 + }; 8110 8116 madjar = { 8111 8117 email = "georges.dubus@compiletoi.net"; 8112 8118 github = "madjar";
+25
pkgs/tools/virtualization/uefi-run/default.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , rustPlatform 4 + }: 5 + 6 + rustPlatform.buildRustPackage rec { 7 + pname = "uefi-run"; 8 + version = "0.5.0"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "Richard-W"; 12 + repo = pname; 13 + rev = "v${version}"; 14 + sha256 = "sha256-fwzWdOinW/ECVI/65pPB1shxPdl2nZThAqlg8wlWg/g="; 15 + }; 16 + 17 + cargoSha256 = "sha256-c+wzMzTkG0FpfQ1rZ8e9dn0ez12vmoecrtNeFk90sdQ="; 18 + 19 + meta = with lib; { 20 + description = "Directly run UEFI applications in qemu"; 21 + homepage = "https://github.com/Richard-W/uefi-run"; 22 + license = licenses.mit; 23 + maintainers = [ maintainers.maddiethecafebabe ]; 24 + }; 25 + }
+2
pkgs/top-level/all-packages.nix
··· 31878 31878 31879 31879 ueberzug = with python3Packages; toPythonApplication ueberzug; 31880 31880 31881 + uefi-run = callPackage ../tools/virtualization/uefi-run { }; 31882 + 31881 31883 uhhyou.lv2 = callPackage ../applications/audio/uhhyou.lv2 { }; 31882 31884 31883 31885 umurmur = callPackage ../applications/networking/umurmur {