tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #240037: cpeditor: fixup build
Vladimír Čunát
2 years ago
e426af54
521ad9a6
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
cpeditor
default.nix
+2
pkgs/applications/editors/cpeditor/default.nix
···
30
substituteInPlace src/Core/Runner.cpp --replace "/bin/bash" "${runtimeShell}"
31
'';
32
0
0
33
meta = with lib; {
34
description = "An IDE specially designed for competitive programming";
35
homepage = "https://cpeditor.org";
···
30
substituteInPlace src/Core/Runner.cpp --replace "/bin/bash" "${runtimeShell}"
31
'';
32
33
+
env.NIX_CFLAGS_COMPILE = "-std=c++14";
34
+
35
meta = with lib; {
36
description = "An IDE specially designed for competitive programming";
37
homepage = "https://cpeditor.org";