treewide: NIX_CFLAGS_COMPILE -> string
This commit is contained in:
committed by
Jan Tojnar
parent
4db0860814
commit
e5ded57aab
@@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
|
||||
++ optional pulseSupport libpulseaudio
|
||||
++ optionals stdenv.isDarwin [ CoreServices AudioUnit AudioToolbox ];
|
||||
|
||||
NIX_LDFLAGS = []
|
||||
NIX_LDFLAGS = toString ([]
|
||||
++ optional alsaSupport "-lasound"
|
||||
++ optional pulseSupport "-lpulse";
|
||||
++ optional pulseSupport "-lpulse");
|
||||
|
||||
meta = {
|
||||
description = "OpenAL alternative";
|
||||
|
||||
Reference in New Issue
Block a user