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
commit 96ba48cfbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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