Merge pull request #166320 from Stunkymonkey/clion-fix

This commit is contained in:
Ben Siraphob
2022-03-30 09:28:48 -05:00
committed by GitHub
@@ -49,7 +49,7 @@ let
dontAutoPatchelf = true;
postFixup = (attrs.postFixup or "") + optionalString (stdenv.isLinux) ''
(
cd $out/clion-${version}
cd $out/clion
# bundled cmake does not find libc
rm -rf bin/cmake/linux
ln -s ${cmake} bin/cmake/linux