summary refs log tree commit diff
path: root/pkgs/games/fsg
Commit message (Collapse)AuthorAge
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* fsg: fix srcMichael Raskin2018-08-21
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* fsg: disable format hardeningRobin Gloster2016-08-29
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Adopt a few packagesMichael Raskin2014-11-05
|
* Fix a minor bug in fsgMichael Raskin2013-12-11
|
* FSG: Fix unneeded /bin/sh referenceMichael Raskin2012-11-10
|
* Falling Sand Game: use a mirrorMichael Raskin2012-09-01
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* * Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18388
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* fix fsg build after updates in all-packagesMichael Raskin2009-01-30
| | | | svn path=/nixpkgs/trunk/; revision=13913
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Fixed log nesting; added Qi.Michael Raskin2007-11-08
| | | | svn path=/nixpkgs/trunk/; revision=9601
* Added a new setup proposal, builder is no more derived from shell script ↵Michael Raskin2007-10-29
| | | | | | (where edit=glibc rebuild), but is composed from a nix attribute set with strings and dependencies - so if you add a function, old expressions ignore it; collateral damage are packages in this style: Fastest Fourier Transform in the West, Audacity sound editor, Falling Sand game. Also added string equality that ignores dependencies to lib. Note that hasSuffixHack is now the more predictable version, but hasSuffix is left to remind us to fix the bug. svn path=/nixpkgs/trunk/; revision=9549
* The Falling Sand Game itself.Michael Raskin2007-10-27
svn path=/nixpkgs/trunk/; revision=9544