about summary refs log tree commit diff
path: root/pkgs/games/the-butterfly-effect
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
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-06-20tbe: fix build, clean up dependenciesK9001-7/+10
2022-03-31treewide: move cmake into nativeBuildInputsBen Siraphob1-1/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-1/+0
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak1-3/+4
+ use fetchFromGithub where possible
2020-05-09tbe: fix buildMichael Raskin1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2016-06-23Merge 'master' into staging and re-revert mergeVladimír Čunát1-7/+10
... from staging to master, reverted temporarily in aa9a04883e34.
2016-06-23Revert "Merge branch 'staging'" due to glibcVladimír Čunát1-3/+0
The main output started to retain dependency on bootstrap-tools; see https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096 This reverts commit c05d8295988697adbb920a7b4a999ae3670c5504, reversing changes made to f073df60d60444c30c49cb26d6b187a4100b41fe.
2016-06-22Merge branch 'staging'Vladimír Čunát1-0/+3
2016-06-19tbe [the-butterfly-effect]: 0.9.2.1 -> 0.9.3.1Michael Raskin1-6/+10
2016-06-19treewide: fix #include errors after gcc-5.4Vladimír Čunát1-0/+4
They were mostly missing <cmath> or <math.h>.
2015-12-29tbe: r2048 -> 0.9.2.1Robert Helgesson1-56/+20
Also replace use of builderDefsPackage (#4210).
2014-08-22Update The Buttefly Effect gameMichael Raskin1-5/+4
2014-07-28Fix broken license references.Peter Simons1-4/+4
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2012-11-10TBE: fix unneeded /bin/sh referenceMichael Raskin1-1/+1
2012-02-20svn merge ^/nixpkgs/trunkYury G. Kudryashov1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
2012-02-20tbe needs whichYury G. Kudryashov1-1/+1
svn path=/nixpkgs/trunk/; revision=32416
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-02-06Update tbe - multiple fixesMichael Raskin1-2/+3
svn path=/nixpkgs/trunk/; revision=25782
2011-02-04Update TBE to SVN revision - some crashes fixedMichael Raskin1-12/+12
svn path=/nixpkgs/trunk/; revision=25774
2010-12-17Adding tbe gameMichael Raskin1-0/+65
svn path=/nixpkgs/trunk/; revision=25178