orthanc-framework: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
icu
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = lib.strings.concatStringsSep " " [
|
||||
env.NIX_LDFLAGS = toString [
|
||||
"-L${lib.getLib zlib}"
|
||||
"-lz"
|
||||
"-L${lib.getLib gtest}"
|
||||
|
||||
Reference in New Issue
Block a user