Merge pull request #166320 from Stunkymonkey/clion-fix
This commit is contained in:
commit
96ba48cfbc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user