mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
ardour_8: move env vars into env for structuredAttrs
This commit is contained in:
parent
91654a66e4
commit
d2995b51ca
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ stdenv.mkDerivation (
|
|||
}"
|
||||
'';
|
||||
|
||||
LINKFLAGS = "-lpthread";
|
||||
env.LINKFLAGS = "-lpthread";
|
||||
|
||||
meta = {
|
||||
description = "Multi-track hard disk recording software";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue