···1-{ lib, fetchFromGitHub, rustPlatform }:
23rustPlatform.buildRustPackage rec {
4 pname = "gptman";
···12 };
1314 cargoSha256 = "1cp8cyrd7ab8r2j28b69c2p3ysix5b9hpsqk07cmzgqwwml0qj12";
001516 meta = with lib; {
17 description = "A CLI tool for Linux to copy a partition from one disk to another and more.";
···1+{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv }:
23rustPlatform.buildRustPackage rec {
4 pname = "gptman";
···12 };
1314 cargoSha256 = "1cp8cyrd7ab8r2j28b69c2p3ysix5b9hpsqk07cmzgqwwml0qj12";
15+16+ buildInputs = lib.optional stdenv.isDarwin libiconv;
1718 meta = with lib; {
19 description = "A CLI tool for Linux to copy a partition from one disk to another and more.";