cinepaint: making it run (missing rpath)

This commit is contained in:
Lluís Batlle i Rossell 2013-04-02 10:21:31 +02:00
parent eeeef91f73
commit 3bdb2ecea4

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
NIX_LDFLAGS = "-llcms -ljpeg";
NIX_LDFLAGS = "-llcms -ljpeg -lX11";
# NIX_CFLAGS_COMPILE = "-I.";