ahoviewer: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-30 23:36:13 +01:00
parent db5415b3fa
commit e9a89dbbe1
+1 -1
View File
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optional useUnrar unrar;
NIX_LDFLAGS = "-lpthread";
env.NIX_LDFLAGS = "-lpthread";
postPatch = "patchShebangs version.sh";