treewide: fixup packages with RPATH problems

This commit is contained in:
Vladimír Čunát
2017-05-16 18:30:58 +02:00
parent 0b89f71a07
commit 65ede052fa
7 changed files with 21 additions and 0 deletions
@@ -34,6 +34,9 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/calc --prefix LD_LIBRARY_PATH : $out/lib
'';
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
meta = {
description = "C-style arbitrary precision calculator";
homepage = http://www.isthe.com/chongo/tech/comp/calc/;