tigervnc: fix build failed

This commit is contained in:
loner
2025-09-12 23:29:35 +08:00
parent e2bbf37d0d
commit a71d3d10ef
+4
View File
@@ -22,6 +22,8 @@
makeWrapper,
nixosTests,
ffmpeg,
autoconf,
automake,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -160,6 +162,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
gettext
autoconf
automake
]
++ lib.optionals stdenv.hostPlatform.isLinux (
with xorg;