summaryrefslogtreecommitdiffstats
path: root/pkgs/games/fsg
AgeCommit message (Collapse)Author
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
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.
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs
2018-08-21fsg: fix srcMichael Raskin
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-08-29fsg: disable format hardeningRobin Gloster
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2014-11-05Adopt a few packagesMichael Raskin
2013-12-11Fix a minor bug in fsgMichael Raskin
2012-11-10FSG: Fix unneeded /bin/sh referenceMichael Raskin
2012-09-01Falling Sand Game: use a mirrorMichael Raskin
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-07-28* More cleanup.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=22798
2009-11-17* Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=18388
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber
svn path=/nixpkgs/trunk/; revision=15662
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra
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
2009-01-30fix fsg build after updates in all-packagesMichael Raskin
svn path=/nixpkgs/trunk/; revision=13913
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-03-02Added src to meta for builderDefs-based packages.Michael Raskin
svn path=/nixpkgs/trunk/; revision=10913
2008-01-18Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin
should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
2007-11-08Fixed log nesting; added Qi.Michael Raskin
svn path=/nixpkgs/trunk/; revision=9601
2007-10-29Added a new setup proposal, builder is no more derived from shell script ↵Michael Raskin
(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
2007-10-27The Falling Sand Game itself.Michael Raskin
svn path=/nixpkgs/trunk/; revision=9544