Loading pkgs/by-name/il/ilbc/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,11 @@ stdenv.mkDerivation rec { cp -v ${./CMakeLists.txt} CMakeLists.txt ''; # Fixes the build with CMake 4 cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; meta = { platforms = lib.platforms.unix; }; Loading Loading
pkgs/by-name/il/ilbc/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,11 @@ stdenv.mkDerivation rec { cp -v ${./CMakeLists.txt} CMakeLists.txt ''; # Fixes the build with CMake 4 cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; meta = { platforms = lib.platforms.unix; }; Loading