about summary refs log tree commit diff
path: root/pkgs/games/fsg
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14fsg: migrate to wxGTK32Weijia Wang2-4/+74
2021-06-25games: /s/name/pname&version/Felix Buehler1-4/+5
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-3/+3
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+3
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 Balazs1-2/+2
2018-08-21fsg: fix srcMichael Raskin1-1/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-29fsg: disable format hardeningRobin Gloster1-20/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-11-05Adopt a few packagesMichael Raskin1-1/+2
2013-12-11Fix a minor bug in fsgMichael Raskin1-0/+1
2012-11-10FSG: Fix unneeded /bin/sh referenceMichael Raskin1-1/+1
2012-09-01Falling Sand Game: use a mirrorMichael Raskin1-1/+2
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-07-28* More cleanup.Eelco Dolstra2-36/+2
svn path=/nixpkgs/trunk/; revision=22798
2009-11-17* Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra2-2/+2
svn path=/nixpkgs/trunk/; revision=18388
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2-24/+20
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 Raskin2-2/+2
svn path=/nixpkgs/trunk/; revision=13913
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin1-2/+2
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 Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=10913
2008-01-18Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin1-4/+4
should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
2007-11-08Fixed log nesting; added Qi.Michael Raskin1-1/+0
svn path=/nixpkgs/trunk/; revision=9601
2007-10-29Added a new setup proposal, builder is no more derived from shell script ↵Michael Raskin1-0/+36
(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 Raskin1-0/+50
svn path=/nixpkgs/trunk/; revision=9544