alfaview: 9.21.1 -> 9.22.10
add `xcb-util-cursor` as runtime dependency to provide `libxcb-cursor.so.0`. Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user