clfft: fix build

This commit is contained in:
Svenum
2025-10-22 09:17:26 +02:00
parent b76af7d00e
commit ee13958ad2
+3
View File
@@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
postPatch = ''
sed -i '/-m64/d;/-m32/d' CMakeLists.txt
substituteInPlace CMakeLists.txt --replace-fail \
'cmake_minimum_required( VERSION 2.6 )' \
'cmake_minimum_required( VERSION 3.5 ) '
'';
nativeBuildInputs = [ cmake ];