Add rsync, remove old xdg-de4sktop-portal-wlr

This commit is contained in:
Artemis Tosini 2020-08-26 02:32:28 +00:00
parent eb27c30c82
commit c4fe4a2356
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
3 changed files with 3 additions and 26 deletions

View file

@ -1,26 +0,0 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, wayland-protocols
, pipewire, wayland, elogind, systemd, libdrm }:
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-wlr";
version = "2020-03-13";
src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "dfa0ac704064304824b6d4fea7870d33359dcd15";
sha256 = "0k73nyd9z25ph4pc4vpa3xsd49b783qfk1dxqk20bgyg1ln54b81";
};
nativeBuildInputs = [ meson ninja pkgconfig wayland-protocols ];
buildInputs = [ pipewire wayland elogind systemd libdrm ];
meta = with stdenv.lib; {
homepage = "https://github.com/emersion/xdg-desktop-portal-wlr";
description = "xdg-desktop-portal backend for wlroots";
maintainers = with maintainers; [ minijackson ];
platforms = platforms.linux;
license = licenses.mit;
};
}

View file

@ -73,6 +73,7 @@ in
powertop
psmisc
qrencode
rsync
sbsigntool
xorg.xeyes
xorg.xkill

View file

@ -12,7 +12,9 @@
vaapiIntel
];
};
services = {
avahi.publish.enable = true;
tlp.enable = true;
upower.enable = true;
throttled.enable = true;