Unverified Commit e5e1bbf9 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

presenterm: 0.15.1 -> 0.16.0 (#491534)

parents 1392f503 131673d9
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "presenterm";
  version = "0.15.1";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "mfontanini";
    repo = "presenterm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tkIw7qo7lq3rSaBG0m6HzlXt8l3dQVFSBm8P3v7adVk=";
    hash = "sha256-wQP3tLa6+GZAhNkAaIrbpIMBnQD7UoH6O5N/wDKtfrQ=";
  };

  nativeBuildInputs =
@@ -35,20 +35,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
    libsixel
  ];

  buildFeatures = [
    "sixel"
  ];

  cargoHash = "sha256-CLoN85A2fggTHs/AHmo43N+9Q4FGKwNmKObw+OMBFao=";
  cargoHash = "sha256-mDbzZZDsGCpbOKJ9/lX23VgSH0LGzHvYo2nxnRay15A=";

  env = lib.optionalAttrs (isDarwin && isx86_64) {
    NIX_CFLAGS_LINK = "-fuse-ld=lld";
  };

  checkFeatures = [
    "sixel"
  ];

  checkFlags = [
    # failed to load .tmpEeeeaQ: No such file or directory (os error 2)
    "--skip=external_snippet"