Remove explicit darwin framework and keep libiconv.

rev -> tag

authored by Guy Chronister and committed by Yaya 91b71e39 43d7b804

+1 -3
+1 -3
pkgs/by-name/am/amber/package.nix
··· 4 fetchFromGitHub, 5 rustPlatform, 6 libiconv, 7 - Security, 8 }: 9 10 rustPlatform.buildRustPackage rec { ··· 14 src = fetchFromGitHub { 15 owner = "dalance"; 16 repo = pname; 17 - rev = "v${version}"; 18 sha256 = "sha256-q0o2PQngbDLumck27V0bIiB35zesn55Y+MwK2GjNVWo="; 19 }; 20 ··· 23 24 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 25 libiconv 26 - Security 27 ]; 28 29 meta = with lib; {
··· 4 fetchFromGitHub, 5 rustPlatform, 6 libiconv, 7 }: 8 9 rustPlatform.buildRustPackage rec { ··· 13 src = fetchFromGitHub { 14 owner = "dalance"; 15 repo = pname; 16 + tag = "v${version}"; 17 sha256 = "sha256-q0o2PQngbDLumck27V0bIiB35zesn55Y+MwK2GjNVWo="; 18 }; 19 ··· 22 23 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 24 libiconv 25 ]; 26 27 meta = with lib; {