xdg-desktop-portal-wlr: 0.3.0 -> 0.4.0

This commit is contained in:
Minijackson 2021-06-16 11:50:49 +02:00
parent 5ad54b5bc9
commit d5cdbb7b32
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

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