Unverified Commit 4447f1cb authored by Stefan Frijters's avatar Stefan Frijters
Browse files

unixcw: move CFLAGS into env for structuredAttrs

parent 5b53cef5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,7 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
    ncurses
  ];

  CFLAGS = "-lasound -lpulse-simple";
  env.CFLAGS = toString [
    "-lasound"
    "-lpulse-simple"
  ];

  meta = {
    description = "Sound characters as Morse code on the soundcard or console speaker";