treewide: fixup packages with RPATH problems

This commit is contained in:
Vladimír Čunát
2017-05-16 16:35:52 +02:00
parent 0b89f71a07
commit 65ede052fa
7 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libusb ];
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" '';
meta = {
description = "A library to talk to FTDI chips using libusb";
homepage = http://www.intra2net.com/en/developer/libftdi/;