emacs: set version tests as true

Emacs 28.x was removed at commit 7660ca0367.
So, version is at least 29.
This commit is contained in:
Anderson Torres
2025-05-19 07:29:29 +08:00
committed by Lin Jian
parent 5141035139
commit 2448ffdd55
@@ -90,13 +90,13 @@
withNS ? stdenv.hostPlatform.isDarwin && !(variant == "macport" || noGui),
withPgtk ? false,
withSelinux ? stdenv.hostPlatform.isLinux,
withSQLite3 ? lib.versionAtLeast version "29",
withSQLite3 ? true,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
withToolkitScrollBars ? true,
withTreeSitter ? lib.versionAtLeast version "29",
withWebP ? lib.versionAtLeast version "29",
withTreeSitter ? true,
withWebP ? true,
withX ? !(stdenv.hostPlatform.isDarwin || noGui || withPgtk),
withXinput2 ? withX && lib.versionAtLeast version "29",
withXinput2 ? withX,
withXwidgets ?
!stdenv.hostPlatform.isDarwin
&& !noGui