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