Commit 5a3445b5 authored by Guy Chronister's avatar Guy Chronister
Browse files

ath9k-htc-blobless-firmware,ath9k-htc-blobless-firmware-unstable: fix cmake 4 error

parent 87102544
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: {

  postPatch = ''
    patchShebangs target_firmware/firmware-crc.pl
    substituteInPlace target_firmware/CMakeLists.txt \
    --replace-fail "CMAKE_MINIMUM_REQUIRED(VERSION 2.6)" \
                   "CMAKE_MINIMUM_REQUIRED(VERSION 3.10)"
  '';

  nativeBuildInputs = [