about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-06-02 19:33:12 +0200
committerGitHub <noreply@github.com>2024-06-02 19:33:12 +0200
commitc9a2d39e0816a081a0cad7780f4fe6051b1da9bf (patch)
tree4176fba4e33372f3b048b4a22a51d182fb5d9658 /pkgs/applications/editors
parentff37c22ba30053d7b79c1f7b602caaa0bda5c885 (diff)
parent6ae3ced59e52bb3fd99d82913e299273a3d4f18a (diff)
Merge pull request #309447 from mevatron/mevatron/update-jcef-to-241
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/source/build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/source/build.nix b/pkgs/applications/editors/jetbrains/source/build.nix
index a9d509128f87b..9b71f73ecf12d 100644
--- a/pkgs/applications/editors/jetbrains/source/build.nix
+++ b/pkgs/applications/editors/jetbrains/source/build.nix
@@ -100,7 +100,7 @@ let
     sourceRoot = "source/native/fsNotifier/linux";
     buildPhase = ''
       runHook preBuild
-      cc -O2 -Wall -Wextra -Wpedantic -D "VERSION=\"${buildVer}\"" -std=c11 main.c inotify.c util.c -o fsnotifier
+      $CC -O2 -Wall -Wextra -Wpedantic -D "VERSION=\"${buildVer}\"" -std=c11 main.c inotify.c util.c -o fsnotifier
       runHook postBuild
     '';
     installPhase = ''