x11docker: 7.6.0 -> 7.6.0-unstable-2024-04-04 (#404602)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-24 03:53:47 +02:00 committed by GitHub
commit cdf1e03c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,15 +11,23 @@
ps, ps,
mount, mount,
iproute2, iproute2,
python3,
jq,
wmctrl,
xdotool,
xclip,
xpra,
weston,
xwayland,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "x11docker"; pname = "x11docker";
version = "7.6.0"; version = "7.6.0-unstable-2024-04-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mviereck"; owner = "mviereck";
repo = "x11docker"; repo = "x11docker";
rev = "v${version}"; rev = "cb29a996597839239e482409b895353b1097ce3b";
sha256 = "sha256-DehAWrEvoE/zWbfjQmF5Z7HTaQL5WMA/279Ee1Xm47g="; sha256 = "sha256-NYMr2XZ4m6uvuIGO+nzX2ksxtVLJL4zy/JebxeAvqD4=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@ -41,6 +49,17 @@ stdenv.mkDerivation rec {
xorg.xdpyinfo xorg.xdpyinfo
xorg.xhost xorg.xhost
xorg.xinit xorg.xinit
python3
jq
xorg.libxcvt
wmctrl
xdotool
xclip
xpra
xorg.xrandr
xorg.xauth
weston
xwayland
] ]
}" }"
''; '';