summary refs log tree commit diff
path: root/pkgs/games/oilrush
Commit message (Collapse)AuthorAge
* Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-30
| | | | | | The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* fontconfig: split into multiple outputsVladimír Čunát2015-10-05
| | | | Fixed all 'fontconfig}' references as well, hopefully, ugh!
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Remove the "proprietary" licenseEelco Dolstra2013-04-12
| | | | We already had "unfree".
* Remove getConfig helper functionEelco Dolstra2012-09-19
| | | | | An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’ can be written more concisely as ‘config.cabal.libraryProfiling or false’.
* games/oilrush: New nixpkg.Alexander Tsamutali2012-01-29
svn path=/nixpkgs/trunk/; revision=31925