treewide: fixup packages with RPATH problems

This commit is contained in:
Vladimír Čunát 2017-05-16 16:35:52 +02:00
parent 2b5b38a964
commit 71a7e221d8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
3 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
qmakeFlags="$qmakeFlags LIBDIR=$out/lib CMAKE_CONFIG_PATH=$out/lib/cmake"
'';
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
meta = with stdenv.lib; {
description = "Qt library for accessing the online accounts database";
homepage = "http://code.google.com/p/accounts-sso/";

View File

@ -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;

View File

@ -12,6 +12,9 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
meta = {
description = "Library reading dwg files";
homepage = http://libdwg.sourceforge.net/en/;