mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Putting back accidentally removed export of LFDLAGS
svn path=/nixpkgs/trunk/; revision=22429
This commit is contained in:
parent
14eea491b8
commit
4a1b8d558c
|
@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
|
|||
librdf_raptor librdf_rasqal
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lrasqal -lraptor"
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
[ "--with-threads" ]
|
||||
++ stdenv.lib.optional (bdb != null) "--with-bdb=${bdb}";
|
||||
|
|
Loading…
Reference in a new issue