ardour_8: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters 2026-02-19 17:30:22 +01:00
parent 91654a66e4
commit d2995b51ca
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -216,7 +216,7 @@ stdenv.mkDerivation (
}"
'';
LINKFLAGS = "-lpthread";
env.LINKFLAGS = "-lpthread";
meta = {
description = "Multi-track hard disk recording software";