librdf_redland: move NIX_CFLAGS_LINK vars into env for structuredAttrs
This commit is contained in:
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
# Fix broken DT_NEEDED in lib/redland/librdf_storage_sqlite.so.
|
||||
NIX_CFLAGS_LINK = "-lraptor2";
|
||||
env.NIX_CFLAGS_LINK = "-lraptor2";
|
||||
|
||||
doCheck = false; # fails 1 out of 17 tests with a segmentation fault
|
||||
|
||||
|
||||
Reference in New Issue
Block a user