Commit a483b786 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

afsctool: fix build with CMake 4.x

parent a2aebce8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
    hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
  };

  cmakeFlags = [
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
  ];

  nativeBuildInputs = [
    pkg-config
    cmake