Commit Graph

8 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
Sergei Trofimovich
24241c7ded miranda: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: types.o:(.bss+0x11b0): multiple definition of `current_file'; y.tab.o:(.bss+0x70): first defined here
2022-05-22 11:21:35 +01:00
Ben Siraphob
000748c824 miranda: add meta.mainProgram 2021-09-10 14:46:48 -05:00
Ben Siraphob
deaae6b747 miranda: add meta.platforms 2021-03-03 19:19:07 +07:00
Ben Siraphob
321cf71d34 miranda: fix cross-compilation 2021-02-16 16:28:26 +07:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Ben Siraphob
5f0bf8d30e miranda: remove gcc as buildInput 2020-10-26 20:29:04 +07:00
Ben Siraphob
4600ea9c31 miranda: init at 2.066 2020-10-11 09:09:27 +07:00