Unverified Commit 87d79ab3 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

openspades: move NIX_CFLAGS_LINK vars into env for structuredAttrs

parent 2acdad7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
    cp $notoFont $out/share/games/openspades/Resources/
  '';

  NIX_CFLAGS_LINK = "-lopenal";
  env.NIX_CFLAGS_LINK = "-lopenal";

  meta = {
    description = "Compatible client of Ace of Spades 0.75";