Commit 2a0312a9 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

alfaview: 9.21.1 -> 9.22.10



add `xcb-util-cursor` as runtime dependency to provide `libxcb-cursor.so.0`.

Signed-off-by: default avatarJan-Niklas Burfeind <git@aiyionpri.me>
parent 8130e712
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -21,16 +21,17 @@
  libgbm,
  openssl,
  systemd,
  xcb-util-cursor,
  xorg,
}:

stdenv.mkDerivation rec {
  pname = "alfaview";
  version = "9.21.1";
  version = "9.22.10";

  src = fetchurl {
    url = "https://assets.alfaview.com/stable/linux/deb/${pname}_${version}.deb";
    hash = "sha256-/Wue2Ag+ofv3z33PfpI7SlZWsGUjY33nOEcx5xPh5CA=";
    hash = "sha256-xZnpi0xKdPuKera3bJYLjfKB9nwgFyBYQ5P7teTvyn8=";
  };

  nativeBuildInputs = [
@@ -59,6 +60,7 @@ stdenv.mkDerivation rec {
    openssl
    stdenv.cc.cc
    systemd
    xcb-util-cursor
    xorg.libX11
    xorg.xcbutilwm
    xorg.xcbutilimage