about summary refs log tree commit diff
path: root/pkgs/games/asc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09asc: force use of C++11 during buildOtavio Salvador1-1/+1
Log of error: https://hydra.nixos.org/log/f8yhxkg3zqqsz9ljbi98fsiibihvdbfd-asc-2.6.0.0.drv Refs: ZHF: #172160 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-12-29treewide: fix homepages with permanent redirect to httpsBen Siraphob1-1/+1
2021-06-25games: /s/name/pname&version/Felix Buehler1-2/+3
2021-03-30asc: relax errorThomas Bereknyei1-1/+1
2021-01-16pkgs/games: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-04-21asc: fix buildJörg Thalheim1-4/+4
2017-08-29asc: 2.4.0.0 -> 2.6.0.0; maintainMichael Raskin1-4/+5
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-02-10asc: turn off format hardeningRobin Gloster1-0/+1
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2014-11-02boost: Remove boost.libWilliam A. Kennington III1-1/+1
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III1-6/+6
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-03-17asc: fix build for gcc47Vladimír Čunát1-0/+4
2010-08-29Adding the game Advanced Strategic Command.Lluís Batlle i Rossell1-0/+34
I had to add an old version of libsigc++ for it. svn path=/nixpkgs/trunk/; revision=23490