pantheon.xdg-desktop-portal-pantheon: 1.1.0 -> 1.2.0

Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
R. RyanTM 2022-10-27 23:09:15 -07:00 committed by GitHub
parent 4163ce49e7
commit 3615064e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,17 +13,18 @@
, libhandy , libhandy
, systemd , systemd
, vte , vte
, xorg
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon"; pname = "xdg-desktop-portal-pantheon";
version = "1.1.0"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = "portals"; repo = "portals";
rev = version; rev = version;
sha256 = "sha256-YICNOeNrpO2tJFyULjQEhZQCrrMyQau59EC7c5K9q40="; sha256 = "sha256-DPCBC3/MJxy9d77ZYzK68FwN8kbyo7guYrkZC+onRBw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
libhandy libhandy
systemd systemd
vte vte
xorg.libX11
]; ];
mesonFlags = [ mesonFlags = [