tora: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -70,7 +70,13 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
# these libraries are only searched for at runtime so we need to force-link them
|
||||
NIX_LDFLAGS = "-lgvc -lmysqlclient -lecpg -lssl -L${libmysqlclient}/lib/mariadb";
|
||||
env.NIX_LDFLAGS = toString [
|
||||
"-lgvc"
|
||||
"-lmysqlclient"
|
||||
"-lecpg"
|
||||
"-lssl"
|
||||
"-L${libmysqlclient}/lib/mariadb"
|
||||
];
|
||||
|
||||
qtWrapperArgs = [
|
||||
"--prefix PATH : ${lib.getBin graphviz}/bin"
|
||||
|
||||
Reference in New Issue
Block a user