Commit Graph

5 Commits

Author SHA1 Message Date
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Harrison Houghton
5449d04a6b oxefmsynth: fix
Well, it wasn't really broken, just emitting a zillion narrowing
warnings in generated code. Apparently "-Wno-narrowing" is how the
modern compilers like you to ask them to tone it down.
2021-09-30 20:18:34 -04:00
Hiren Shah
b052255e34
oxefmsynth: init at 1.3.5 2021-04-02 21:21:27 +01:00