jetbrains.clion: fix build

This commit is contained in:
Felix Buehler 2022-03-29 23:59:46 +02:00
parent ce035a2d93
commit 8d636482f1

View file

@ -49,7 +49,7 @@ let
dontAutoPatchelf = true; dontAutoPatchelf = true;
postFixup = (attrs.postFixup or "") + optionalString (stdenv.isLinux) '' postFixup = (attrs.postFixup or "") + optionalString (stdenv.isLinux) ''
( (
cd $out/clion-${version} cd $out/clion
# bundled cmake does not find libc # bundled cmake does not find libc
rm -rf bin/cmake/linux rm -rf bin/cmake/linux
ln -s ${cmake} bin/cmake/linux ln -s ${cmake} bin/cmake/linux