mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
gnome3.gnome-remote-desktop: 0.1.6 -> 0.1.7
This commit is contained in:
parent
1233c8d9e9
commit
beb375896f
@ -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
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user