ahoviewer: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ lib.optional useUnrar unrar;
|
||||
|
||||
NIX_LDFLAGS = "-lpthread";
|
||||
env.NIX_LDFLAGS = "-lpthread";
|
||||
|
||||
postPatch = "patchShebangs version.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user