awesomebump: Yet another RPATH-contains-TMPDIR hack
https://github.com/NixOS/patchelf/pull/98
This commit is contained in:
parent
eab8124939
commit
14b833e560
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user