Unverified Commit 61cea140 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ath9k-htc-blobless-firmware-{unstable}: fix cmake 4 error (#457087)

parents f4e18745 5a3445b5
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 = [