Loading pkgs/by-name/st/stxxl/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation rec { inherit parallelSupport; }; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "Implementation of the C++ standard template library STL for external memory (out-of-core) computations"; homepage = "https://github.com/stxxl/stxxl"; Loading Loading
pkgs/by-name/st/stxxl/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation rec { inherit parallelSupport; }; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "Implementation of the C++ standard template library STL for external memory (out-of-core) computations"; homepage = "https://github.com/stxxl/stxxl"; Loading