Loading pkgs/by-name/ts/tslib/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-2YJDADh/WCksAEIjngAdji98YGmwjpvxSBZkxAwFc7k="; }; patches = [ # CMake 4 dropped support of versions lower than 3.5 ./tslib-1.23-cmake4.patch ]; nativeBuildInputs = [ cmake ]; passthru.updateScript = nix-update-script { }; Loading pkgs/by-name/ts/tslib/tslib-1.23-cmake4.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # # -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.10) project(tslib LANGUAGES C) No newline at end of file Loading
pkgs/by-name/ts/tslib/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-2YJDADh/WCksAEIjngAdji98YGmwjpvxSBZkxAwFc7k="; }; patches = [ # CMake 4 dropped support of versions lower than 3.5 ./tslib-1.23-cmake4.patch ]; nativeBuildInputs = [ cmake ]; passthru.updateScript = nix-update-script { }; Loading
pkgs/by-name/ts/tslib/tslib-1.23-cmake4.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # # -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.10) project(tslib LANGUAGES C) No newline at end of file