ardour_8: move env vars into env for structuredAttrs
This commit is contained in:
@@ -216,7 +216,7 @@ stdenv.mkDerivation (
|
||||
}"
|
||||
'';
|
||||
|
||||
LINKFLAGS = "-lpthread";
|
||||
env.LINKFLAGS = "-lpthread";
|
||||
|
||||
meta = {
|
||||
description = "Multi-track hard disk recording software";
|
||||
|
||||
Reference in New Issue
Block a user