about summary refs log tree commit diff
path: root/pkgs/applications/editors/lighttable
diff options
context:
space:
mode:
authorEric Seidel <gridaphobe@gmail.com>2015-01-14 20:25:26 -0800
committerEric Seidel <gridaphobe@gmail.com>2015-01-14 20:27:55 -0800
commitf3c6827373be102caae5dcbadd31e73ed60fa17f (patch)
tree9f9d57c16edc218bd590ca9956eb5227d084c33f /pkgs/applications/editors/lighttable
parent16fe4be790f541d68c01897640fda11f9673b8e9 (diff)
rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
Diffstat (limited to 'pkgs/applications/editors/lighttable')
-rw-r--r--pkgs/applications/editors/lighttable/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/lighttable/default.nix b/pkgs/applications/editors/lighttable/default.nix
index f66540abaa69e..852af584e901a 100644
--- a/pkgs/applications/editors/lighttable/default.nix
+++ b/pkgs/applications/editors/lighttable/default.nix
@@ -5,7 +5,7 @@
 
 let
   libPath = stdenv.lib.makeLibraryPath [
-      stdenv.cc.gcc zlib glib dbus gtk atk pango freetype libgnome_keyring3 nss
+      stdenv.cc.cc zlib glib dbus gtk atk pango freetype libgnome_keyring3 nss
       fontconfig gdk_pixbuf cairo cups expat libgpgerror alsaLib nspr gnome3.gconf
       xlibs.libXrender xlibs.libX11 xlibs.libXext xlibs.libXdamage xlibs.libXtst
       xlibs.libXcomposite xlibs.libXi xlibs.libXfixes
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
 
     patchelf \
       --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
-      --set-rpath ${libPath}:${stdenv.cc.gcc}/lib${stdenv.lib.optionalString stdenv.is64bit "64"} \
+      --set-rpath ${libPath}:${stdenv.cc.cc}/lib${stdenv.lib.optionalString stdenv.is64bit "64"} \
       $out/LightTable/ltbin
 
     ln -s ${udev}/lib/libudev.so.1 $out/LightTable/libudev.so.0