aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/instead (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove some trailing whitespace to please ofborgPatrick Hilhorst2020-10-021-1/+1
|
* treewide: fix redirected urls (run 3)Patrick Hilhorst2020-10-021-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`.
* instead: 3.3.1 -> 3.3.2; fix compilationmarius david2020-09-091-2/+7
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-6/+6
|
* instead: 3.3.0 -> 3.3.1Orivej Desh2019-12-091-8/+8
|
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* instead: 3.2.2 -> 3.3.0Pascal Wittmann2019-03-091-2/+2
|
* instead: 3.2.1 -> 3.2.2Pascal Wittmann2018-09-011-2/+2
|
* instead: 3.2.0 -> 3.2.1Pascal Wittmann2018-04-291-2/+2
|
* instead: 3.0.1 -> 3.2.0Pascal Wittmann2018-02-261-2/+2
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* instead: 3.0.0 -> 3.0.1Pascal Wittmann2017-06-131-2/+2
|
* instead: 2.4.1 -> 3.0.0Orivej Desh2017-06-011-2/+2
|
* instead: 2.4.0 -> 2.4.1Pascal Wittmann2016-04-221-2/+2
|
* instead: 2.3.0 -> 2.4.0Pascal Wittmann2016-03-011-2/+2
|
* use the sourceforge mirrors everywherezimbatm2016-02-281-1/+1
| | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* instead: 2.2.7 -> 2.3.0Pascal Wittmann2015-10-281-2/+2
|
* instead: 2.2.5 -> 2.2.7Pascal Wittmann2015-10-261-2/+2
|
* instead: 2.2.3 -> 2.2.5Pascal Wittmann2015-09-081-2/+2
|
* instead: update from 2.2.2 to 2.2.3Pascal Wittmann2015-04-081-2/+2
|
* instead: update from 2.2.1 to 2.2.2Pascal Wittmann2015-02-071-2/+2
|
* instead: update from 2.2.0 to 2.2.1Pascal Wittmann2015-02-031-2/+2
|
* instead: update from 1.9.1 to 2.2.0 and adopt itPascal Wittmann2015-01-151-3/+4
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* instead: version 1.9.1, icon, .desktop, few more gamesSergey Mironov2013-08-181-15/+14
| | | | | | | Instead is a textquest game engine. Games are located at http://instead-games.sourceforge.net/ http://instead-games.ru/
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding another game to instead.Lluís Batlle i Rossell2010-12-201-0/+4
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25214
* Adding the game engine 'instead' and some games.Lluís Batlle i Rossell2010-09-301-0/+62
svn path=/nixpkgs/trunk/; revision=24009