flip-link: fix darwin build
This commit is contained in:
parent
838e396944
commit
9b79f03edf
@ -1,4 +1,4 @@
|
|||||||
{ lib, rustPlatform, fetchFromGitHub }:
|
{ lib, stdenv, rustPlatform, fetchFromGitHub, libiconv }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "flip-link";
|
pname = "flip-link";
|
||||||
@ -13,6 +13,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "13rgpbwaz2b928rg15lbaszzjymph54pwingxpszp5paihx4iayr";
|
cargoSha256 = "13rgpbwaz2b928rg15lbaszzjymph54pwingxpszp5paihx4iayr";
|
||||||
|
|
||||||
|
buildInputs = lib.optional stdenv.isDarwin libiconv;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Adds zero-cost stack overflow protection to your embedded programs";
|
description = "Adds zero-cost stack overflow protection to your embedded programs";
|
||||||
homepage = "https://github.com/knurling-rs/flip-link";
|
homepage = "https://github.com/knurling-rs/flip-link";
|
||||||
|
Loading…
Reference in New Issue
Block a user