From 840f9b419c76456656f747cc7f3153278d8b74a6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 3 Jan 2015 18:18:42 +0100 Subject: glib-tested: Remove explicitly adding libgcc_s.so. As of 65221567c12eb20d1254f6bc1b573e126af43645, it's no longer needed. Also, this is one of the packages that has caused the tarball evaluation to fail for freebsd targets, so I guess it's twice a reason to remove it. Signed-off-by: aszlig --- pkgs/development/libraries/glib/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix index ab6f4165e72..2868e1de4f7 100644 --- a/pkgs/development/libraries/glib/default.nix +++ b/pkgs/development/libraries/glib/default.nix @@ -81,9 +81,7 @@ stdenv.mkDerivation rec { inherit doCheck; preCheck = optionalString doCheck - # libgcc_s.so.1 must be installed for pthread_cancel to work - # also point to the glib/.libs path - '' export LD_LIBRARY_PATH="${stdenv.cc.gcc}/lib:$NIX_BUILD_TOP/${name}/glib/.libs:$LD_LIBRARY_PATH" + '' export LD_LIBRARY_PATH="$NIX_BUILD_TOP/${name}/glib/.libs:$LD_LIBRARY_PATH" export TZDIR="${tzdata}/share/zoneinfo" export XDG_CACHE_HOME="$TMP" export XDG_RUNTIME_HOME="$TMP" -- cgit 1.4.1