Merge pull request #120996 from elohmeier/xdg-desktop-portal-wlr

xdg-desktop-portal-wlr: 0.2.0 -> 0.3.0
This commit is contained in:
Maciej Krüger 2021-04-29 11:08:29 +02:00 committed by GitHub
commit d305f9df11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
{ lib, stdenv, fetchFromGitHub { lib, stdenv, fetchFromGitHub
, meson, ninja, pkg-config, wayland-protocols , meson, ninja, pkg-config, wayland-protocols
, pipewire, wayland, systemd, libdrm }: , pipewire, wayland, systemd, libdrm, iniparser, scdoc }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-wlr"; pname = "xdg-desktop-portal-wlr";
version = "0.2.0"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emersion"; owner = "emersion";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1vjz0y3ib1xw25z8hl679l2p6g4zcg7b8fcd502bhmnqgwgdcsfx"; sha256 = "sha256-6ArUQfWx5rNdpsd8Q22MqlpxLT8GTSsymAf21zGe1KI=";
}; };
nativeBuildInputs = [ meson ninja pkg-config wayland-protocols ]; nativeBuildInputs = [ meson ninja pkg-config wayland-protocols ];
buildInputs = [ pipewire wayland systemd libdrm ]; buildInputs = [ pipewire wayland systemd libdrm iniparser scdoc ];
mesonFlags = [ mesonFlags = [
"-Dsd-bus-provider=libsystemd" "-Dsd-bus-provider=libsystemd"