treewide: fixup packages with RPATH problems

This commit is contained in:
Vladimír Čunát
2017-05-18 09:49:15 +02:00
parent 2b5b38a964
commit 71a7e221d8
3 changed files with 9 additions and 0 deletions
@@ -25,6 +25,9 @@ stdenv.mkDerivation rec {
doCheck = true;
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
meta = with stdenv.lib; {
description = "A cross-platform IRC framework written with Qt";
homepage = https://communi.github.io;