about summary refs log tree commit diff
path: root/pkgs/games/macopix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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
2022-06-06macopix: add -fcommon workaroundSergei Trofimovich1-0/+5
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: dnd.o:src/main.h:136: multiple definition of `MENU_EXT'; main.o:src/main.h:136: first defined here
2021-06-25games: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-02-10treewide: fix missing libs after libtool pruning #51767Vladimír Čunát1-0/+2
2017-11-21treewide: preset windres missing to fix builds on LinuxOrivej Desh1-0/+7
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345899910
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-11-12macopix: init at 1.7.4Jan Malakhovski1-0/+18