···11-{ lib, fetchFromGitHub, rustPlatform }:
11+{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv }:
2233rustPlatform.buildRustPackage rec {
44 pname = "gptman";
···1212 };
13131414 cargoSha256 = "1cp8cyrd7ab8r2j28b69c2p3ysix5b9hpsqk07cmzgqwwml0qj12";
1515+1616+ buildInputs = lib.optional stdenv.isDarwin libiconv;
15171618 meta = with lib; {
1719 description = "A CLI tool for Linux to copy a partition from one disk to another and more.";