cmake_2_8: fix build after #28029
This commit is contained in:
parent
06f1ae5971
commit
83c98f3656
@ -77,6 +77,8 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags="--parallel=''${NIX_BUILD_CORES:-1} $configureFlags"
|
configureFlags="--parallel=''${NIX_BUILD_CORES:-1} $configureFlags"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://cmake.org;
|
homepage = https://cmake.org;
|
||||||
description = "Cross-Platform Makefile Generator";
|
description = "Cross-Platform Makefile Generator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user