svn-all-fast-export: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
"SVN_INCLUDE=${subversion.dev}/include/subversion-1"
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = "-lsvn_fs-1";
|
||||
env.NIX_LDFLAGS = "-lsvn_fs-1";
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user