summary refs log tree commit diff
path: root/pkgs/applications/editors/idea/common.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:16 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:35 +0200
commita1909d73800a520b34640693343da7b68d5b7294 (patch)
treefe12e921fa3b9939355ad2ae1ecf4b22ba3bb473 /pkgs/applications/editors/idea/common.nix
parentb56b24f72909aaf156aae78390d8b4e5d21014ca (diff)
downloadnixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.gz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.bz2
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.lz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.xz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.zst
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.zip
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/editors/idea/common.nix')
-rw-r--r--pkgs/applications/editors/idea/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/idea/common.nix b/pkgs/applications/editors/idea/common.nix
index 96689fa75ad..979a374701f 100644
--- a/pkgs/applications/editors/idea/common.nix
+++ b/pkgs/applications/editors/idea/common.nix
@@ -37,7 +37,7 @@ with stdenv; lib.makeOverridable mkDerivation rec {
         truncate --size=$size $fname
       }
 
-      interpreter=$(echo ${stdenv.glibc}/lib/ld-linux*.so.2)
+      interpreter=$(echo ${stdenv.glibc.out}/lib/ld-linux*.so.2)
       if [ "${stdenv.system}" == "x86_64-linux" ]; then
         target_size=$(get_file_size bin/fsnotifier64)
         patchelf --set-interpreter "$interpreter" bin/fsnotifier64