about summary refs log tree commit diff
path: root/pkgs/games/instead
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17treewide: rename name to pname&versionFelix Buehler1-4/+3
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-02treewide: remove some trailing whitespace to please ofborgPatrick Hilhorst1-1/+1
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst1-2/+2
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-09-09instead: 3.3.1 -> 3.3.2; fix compilationmarius david1-2/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-6/+6
2019-12-09instead: 3.3.0 -> 3.3.1Orivej Desh1-8/+8
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-03-09instead: 3.2.2 -> 3.3.0Pascal Wittmann1-2/+2
2018-09-01instead: 3.2.1 -> 3.2.2Pascal Wittmann1-2/+2
2018-04-29instead: 3.2.0 -> 3.2.1Pascal Wittmann1-2/+2
2018-02-26instead: 3.0.1 -> 3.2.0Pascal Wittmann1-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.
2017-06-13instead: 3.0.0 -> 3.0.1Pascal Wittmann1-2/+2
2017-06-01instead: 2.4.1 -> 3.0.0Orivej Desh1-2/+2
2016-04-22instead: 2.4.0 -> 2.4.1Pascal Wittmann1-2/+2
2016-03-01instead: 2.3.0 -> 2.4.0Pascal Wittmann1-2/+2
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-10-28instead: 2.2.7 -> 2.3.0Pascal Wittmann1-2/+2
2015-10-26instead: 2.2.5 -> 2.2.7Pascal Wittmann1-2/+2
2015-09-08instead: 2.2.3 -> 2.2.5Pascal Wittmann1-2/+2
2015-04-08instead: update from 2.2.2 to 2.2.3Pascal Wittmann1-2/+2
2015-02-07instead: update from 2.2.1 to 2.2.2Pascal Wittmann1-2/+2
2015-02-03instead: update from 2.2.0 to 2.2.1Pascal Wittmann1-2/+2
2015-01-15instead: update from 1.9.1 to 2.2.0 and adopt itPascal Wittmann1-3/+4
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-08-18instead: version 1.9.1, icon, .desktop, few more gamesSergey Mironov1-15/+14
Instead is a textquest game engine. Games are located at http://instead-games.sourceforge.net/ http://instead-games.ru/
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-12-20Adding another game to instead.Lluís Batlle i Rossell1-0/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=25214
2010-09-30Adding the game engine 'instead' and some games.Lluís Batlle i Rossell1-0/+62
svn path=/nixpkgs/trunk/; revision=24009