waypipe: 0.6.1 -> 0.7.0
This commit is contained in:
parent
4628643852
commit
6560b60886
@ -1,19 +1,19 @@
|
||||
{ stdenv, fetchFromGitLab
|
||||
, meson, ninja, pkgconfig, scdoc
|
||||
, meson, ninja, pkg-config, scdoc
|
||||
, wayland, wayland-protocols, openssh
|
||||
, mesa, lz4, zstd, ffmpeg, libva
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "waypipe-unstable";
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "mstoeckl";
|
||||
repo = "waypipe";
|
||||
rev = "v${version}";
|
||||
sha256 = "13kp5snkksli0sj5ldkgybcs1s865f0qdak2w8796xvy8dg9jda8";
|
||||
sha256 = "0bkmibask7gfnwkn3fg3l6zaabp95n1zsdnz3dwng8j80a0kakyy";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
--replace "/usr/bin/ssh" "${openssh}/bin/ssh"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig scdoc ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config scdoc ];
|
||||
|
||||
buildInputs = [
|
||||
wayland wayland-protocols
|
||||
@ -29,10 +29,6 @@ stdenv.mkDerivation rec {
|
||||
mesa lz4 zstd ffmpeg libva
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
mesonFlags = [ "-Dwerror=false" ]; # TODO: Report warnings upstream
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A network proxy for Wayland clients (applications)";
|
||||
longDescription = ''
|
||||
@ -41,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||
makes application forwarding similar to ssh -X feasible.
|
||||
'';
|
||||
homepage = "https://mstoeckl.com/notes/gsoc/blog.html";
|
||||
changelog = "https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases#v${version}";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
|
Loading…
Reference in New Issue
Block a user