Unverified Commit d305f9df authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

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

xdg-desktop-portal-wlr: 0.2.0 -> 0.3.0
parents 6552896a e6ce32f7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub
, meson, ninja, pkg-config, wayland-protocols
, pipewire, wayland, systemd, libdrm }:
, pipewire, wayland, systemd, libdrm, iniparser, scdoc }:

stdenv.mkDerivation rec {
  pname = "xdg-desktop-portal-wlr";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "emersion";
    repo = pname;
    rev = "v${version}";
    sha256 = "1vjz0y3ib1xw25z8hl679l2p6g4zcg7b8fcd502bhmnqgwgdcsfx";
    sha256 = "sha256-6ArUQfWx5rNdpsd8Q22MqlpxLT8GTSsymAf21zGe1KI=";
  };

  nativeBuildInputs = [ meson ninja pkg-config wayland-protocols ];
  buildInputs = [ pipewire wayland systemd libdrm ];
  buildInputs = [ pipewire wayland systemd libdrm iniparser scdoc ];

  mesonFlags = [
    "-Dsd-bus-provider=libsystemd"