gnome3.gnome-remote-desktop: 0.1.6 -> 0.1.7

This commit is contained in:
Jan Tojnar 2019-03-02 01:35:32 -08:00
parent 1233c8d9e9
commit beb375896f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -2,15 +2,15 @@
, glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk_pixbuf, gnome3 }: , glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk_pixbuf, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnome-remote-desktop-${version}"; pname = "gnome-remote-desktop";
version = "0.1.6"; version = "0.1.7";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "jadahl"; owner = "jadahl";
repo = "gnome-remote-desktop"; repo = "gnome-remote-desktop";
rev = version; rev = version;
sha256 = "1d49kxhi1bn8ssh6nybg7d6zajqwc653czbsms2d59dbhj8mn75f"; sha256 = "0gmazc8ww0lyhx9iclhi982bkpjsnflrzv4qfm3q6hcy0il21fsc";
}; };
nativeBuildInputs = [ meson ninja pkgconfig python3 wrapGAppsHook ]; nativeBuildInputs = [ meson ninja pkgconfig python3 wrapGAppsHook ];
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
]; ];
postPatch = '' postPatch = ''
substituteInPlace meson.build --replace pipewire-0.1 pipewire-0.2
chmod +x meson_post_install.py # patchShebangs requires executable file chmod +x meson_post_install.py # patchShebangs requires executable file
patchShebangs meson_post_install.py patchShebangs meson_post_install.py
''; '';