awesomebump: Yet another RPATH-contains-TMPDIR hack

https://github.com/NixOS/patchelf/pull/98
This commit is contained in:
Tuomas Tynkkynen 2017-09-14 15:42:38 +03:00
parent eab8124939
commit 14b833e560

View File

@ -28,6 +28,11 @@ stdenv.mkDerivation {
--run "cd $d"
'';
# RPATH in /tmp hack
preFixup = ''
rm -r $NIX_BUILD_TOP/__nix_qt5__
'';
meta = {
homepage = https://github.com/kmkolasinski/AwesomeBump;
description = "A program to generate normal, height, specular or ambient occlusion textures from a single image";