xkb-switch: fix build with CMake 4 (#450174)

This commit is contained in:
Nick Cao
2025-10-09 22:03:55 +00:00
committed by GitHub
+4
View File
@@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
libxkbfile
];
cmakeFlags = [
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
];
meta = with lib; {
description = "Switch your X keyboard layouts from the command line";
homepage = "https://github.com/ierton/xkb-switch";