Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-14 | fsg: migrate to wxGTK32 | Weijia Wang | 2 | -4/+74 | |
2021-06-25 | games: /s/name/pname&version/ | Felix Buehler | 1 | -4/+5 | |
2021-01-16 | pkgs/games: pkg-config -> pkgconfig (2) | Ben Siraphob | 1 | -2/+2 | |
2021-01-15 | pkgs/games: stdenv.lib -> lib | Ben Siraphob | 1 | -3/+3 | |
2019-11-18 | treewide: Get rid of libGLU_combined | adisbladis | 1 | -2/+2 | |
2019-02-26 | treewide: use runtimeShell instead of stdenv.shell whenever possible | Jörg Thalheim | 1 | -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-04 | treewide/xorg: replace *proto with xorgproto | Lengyel Balazs | 1 | -2/+2 | |
2018-08-21 | fsg: fix src | Michael Raskin | 1 | -1/+2 | |
2018-02-24 | treewide: transition mesa to libGLU_combined | Alexander V. Nikolaev | 1 | -2/+2 | |
2017-09-21 | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs` | John Ericson | 1 | -1/+2 | |
Only acts on one-line dependency lists. | |||||
2016-09-12 | treewide: explicitly specify gtk and related package versions | Kirill Boltaev | 1 | -2/+2 | |
2016-08-29 | fsg: disable format hardening | Robin Gloster | 1 | -20/+2 | |
2016-08-02 | treewide: Add lots of meta.platforms | Tuomas Tynkkynen | 1 | -0/+1 | |
Build-tested on x86_64 Linux & Mac. | |||||
2014-11-05 | Adopt a few packages | Michael Raskin | 1 | -1/+2 | |
2013-12-11 | Fix a minor bug in fsg | Michael Raskin | 1 | -0/+1 | |
2012-11-10 | FSG: Fix unneeded /bin/sh reference | Michael Raskin | 1 | -1/+1 | |
2012-09-01 | Falling Sand Game: use a mirror | Michael Raskin | 1 | -1/+2 | |
2012-01-18 | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless | Eelco Dolstra | 1 | -1/+1 | |
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644 | |||||
2010-07-28 | * More cleanup. | Eelco Dolstra | 2 | -36/+2 | |
svn path=/nixpkgs/trunk/; revision=22798 | |||||
2009-11-17 | * Remove sumArgs and its few remaining uses. Idem for composedArgs. | Eelco Dolstra | 2 | -2/+2 | |
svn path=/nixpkgs/trunk/; revision=18388 | |||||
2009-05-19 | FullDepEntry -> fullDepEntry, PackEntry -> packEntry | Marc Weber | 1 | -2/+2 | |
svn path=/nixpkgs/trunk/; revision=15662 | |||||
2009-03-03 | * Cleaned up a lot of description fields that contained newlines. | Eelco Dolstra | 2 | -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-30 | fix fsg build after updates in all-packages | Michael Raskin | 2 | -2/+2 | |
svn path=/nixpkgs/trunk/; revision=13913 | |||||
2008-11-04 | meta.function -> passthru.function, not killing other contents of passthru | Michael Raskin | 1 | -1/+1 | |
svn path=/nixpkgs/trunk/; revision=13190 | |||||
2008-08-19 | Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵ | Michael Raskin | 1 | -2/+2 | |
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655 | |||||
2008-03-02 | Added src to meta for builderDefs-based packages. | Michael Raskin | 1 | -0/+1 | |
svn path=/nixpkgs/trunk/; revision=10913 | |||||
2008-01-18 | Some review of builder-defs and dependent files. No rebuild needed. Now it ↵ | Michael Raskin | 1 | -4/+4 | |
should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214 | |||||
2007-11-08 | Fixed log nesting; added Qi. | Michael Raskin | 1 | -1/+0 | |
svn path=/nixpkgs/trunk/; revision=9601 | |||||
2007-10-29 | Added a new setup proposal, builder is no more derived from shell script ↵ | Michael Raskin | 1 | -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-27 | The Falling Sand Game itself. | Michael Raskin | 1 | -0/+50 | |
svn path=/nixpkgs/trunk/; revision=9544 |