summary refs log tree commit diff
path: root/pkgs/games/lincity
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | 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
* lincity_ng: 2.9beta.20170715 -> 2.9beta.20211125Alexander Tomokhov2022-05-27
|
* Merge pull request #174337 from SuperSandro2000/lincitySandro2022-05-25
|\ | | | | lincity: mark broken on darwin
| * lincity: mark broken on darwinSandro2022-05-25
| |
* | lincity: add -fcommon workaroundSergei Trofimovich2022-05-22
|/ | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: modules/.libs/libmodules.a(rocket_pad.o):/build/lincity-1.13.1/modules/../screen.h:23: multiple definition of `monthgraph_style'; ldsvguts.o:/build/lincity-1.13.1/screen.h:23: first defined here
* pkgs/games: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* lincity_ng: cleanups and compile against older physfsPeter Hoeg2018-01-17
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* lincity_ng: 2.0 -> 2.9beta20170715Michael Raskin2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* lincity: fix buildRobin Gloster2017-02-28
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* lincityNg: turn off format hardeningRobin Gloster2016-02-12
|
* lincity: use mkDerivationRobin Gloster2016-01-30
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* berlios.de probably shut down, replace itVladimír Čunát2014-05-18
| | | | The shutdown was announced years ago, only now it stopped working.
* Fix dummy pseudo-updates being found for some packagesMichael Raskin2012-12-08
|
* Oops. Fix LincityNG source searchMichael Raskin2012-12-04
|
* Currently advertised Lincity-NG download URLMichael Raskin2012-12-04
|
* Add Lincity-NG forkMichael Raskin2012-11-30
|
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* Added lincity - a city simulation. And if I build houses, I build houses here.Michael Raskin2008-08-08
svn path=/nixpkgs/trunk/; revision=12539