xvfb: don't update for now

This avoids the rebuild.
This commit is contained in:
Vladimír Čunát
2026-04-15 07:55:08 +02:00
parent db5b5e2bc4
commit 4e3541d101
+8 -1
View File
@@ -7,6 +7,7 @@
ninja,
pkg-config,
xorg-server,
fetchurl,
dri-pkgconfig-stub,
libdrm,
libGL,
@@ -37,7 +38,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xvfb";
inherit (xorg-server) src version;
#FIXME: go back to xorg-server version on nixpkgs staging
#inherit (xorg-server) src version;
version = "21.1.21";
src = fetchurl {
url = "mirror://xorg/individual/xserver/xorg-server-${finalAttrs.version}.tar.xz";
hash = "sha256-wMvlVFs/ZFuuYCS4MNHRFUqVY1BoOk5Ssv/1sPoatRk=";
};
strictDeps = true;