File tree 3 files changed +9
-0
lines changed
pkgs/development/libraries
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
18
18
qmakeFlags="$qmakeFlags LIBDIR=$out/lib CMAKE_CONFIG_PATH=$out/lib/cmake"
19
19
'' ;
20
20
21
+ # Hack to avoid TMPDIR in RPATHs.
22
+ preFixup = ''rm -rf "$(pwd)" '' ;
23
+
21
24
meta = with stdenv . lib ; {
22
25
description = "Qt library for accessing the online accounts database" ;
23
26
homepage = "http://code.google.com/p/accounts-sso/" ;
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ stdenv.mkDerivation rec {
25
25
26
26
doCheck = true ;
27
27
28
+ # Hack to avoid TMPDIR in RPATHs.
29
+ preFixup = ''rm -rf "$(pwd)" '' ;
30
+
28
31
meta = with stdenv . lib ; {
29
32
description = "A cross-platform IRC framework written with Qt" ;
30
33
homepage = https://communi.github.io ;
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ stdenv.mkDerivation {
12
12
13
13
hardeningDisable = [ "format" ] ;
14
14
15
+ # Hack to avoid TMPDIR in RPATHs.
16
+ preFixup = ''rm -rf "$(pwd)" '' ;
17
+
15
18
meta = {
16
19
description = "Library reading dwg files" ;
17
20
homepage = http://libdwg.sourceforge.net/en/ ;
You can’t perform that action at this time.
0 commit comments