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