about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-03-29 23:59:46 +0200
committerFelix Buehler <account@buehler.rocks>2022-03-30 00:01:08 +0200
commit8d636482f1eb7113e629ae604074e4c706068c1f (patch)
treeb9a2e0543704c6b73f5697b53d0077ce704d15e9 /pkgs/applications/editors
parentce035a2d93c3486b533857362ef7709062f9ac5a (diff)
downloadnixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar.gz
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar.bz2
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar.lz
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar.xz
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.tar.zst
nixlib-8d636482f1eb7113e629ae604074e4c706068c1f.zip
jetbrains.clion: fix build
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index f0ee51dde3c6..86eb399dd44a 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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