mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 06:27:55 +00:00
cpeditor: fixup build
cpeditor require c++14, the setting of CMAKE_CXX_STANDARD does not seem to affect submodules
This commit is contained in:
parent
71a84fc822
commit
2229c311e4
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace src/Core/Runner.cpp --replace "/bin/bash" "${runtimeShell}"
|
||||
'';
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-std=c++14";
|
||||
|
||||
meta = with lib; {
|
||||
description = "An IDE specially designed for competitive programming";
|
||||
homepage = "https://cpeditor.org";
|
||||
|
Loading…
Reference in New Issue
Block a user