Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Michael Raskin
e2fd5aa3ce
tbe [the-butterfly-effect]: 0.9.2.1 -> 0.9.3.1
2016-06-19 16:09:09 +02:00
Vladimír Čunát
e757404555
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát
97c484a10f
treewide: fix #include errors after gcc-5.4
...
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Louis Taylor
160aeab22d
openrw: init at 2016-06-29
...
Closes #15794
2016-06-16 15:54:22 +02:00
Ambroz Bizjak
b422df0e99
crrcsim: 0.9.12 -> 0.9.13
2016-06-14 21:50:53 +02:00
Arseniy Seroka
63dcc818e1
Merge pull request #16091 from ryantm/minecraft
...
minecraft: use icon in jar
2016-06-11 22:35:19 +03:00
Ryan Mulligan
40b661a850
minecraft: use icon in jar
...
This removes the dependency on a wiki image download, which seemed bad
when I first introduced it. Unfortunately, they do not provide a 48x48
icon so we are not satisfying the minimal XDG standard.
2016-06-10 07:16:36 -07:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Joachim Fasting
589082646a
Merge pull request #16097 from mimadrid/update/klavaro-3.02
...
klavaro: 3.01 -> 3.02
2016-06-10 00:18:39 +02:00
mimadrid
830c748ea4
Add myself as maintainer
2016-06-09 23:41:17 +02:00
mimadrid
f8a0f1ce68
klavaro: 3.01 -> 3.02
2016-06-09 20:49:26 +02:00
Tuomas Tynkkynen
a357edc0c6
Merge pull request #16013 from nicknovitski/typespeed-darwin
...
typespeed: fix darwin compatibility
2016-06-09 05:24:57 +03:00
Nick Novitski
487140e8ef
typespeed: fix darwin compatibility
2016-06-09 02:07:40 +00:00
Joachim Fasting
628cd6f83a
Merge pull request #15966 from pshendry/master
...
terraria-server: 1.3.0.8 -> 1.3.1.1
2016-06-06 16:44:07 +02:00
Paul Hendry
54f636371a
terraria-server: 1.3.0.8 -> 1.3.1.1
2016-06-04 14:34:53 -07:00
Nick Novitski
3204c2753d
gtypist: darwin compatibility ( #15975 )
2016-06-04 17:14:47 +02:00
Nikolay Amiantov
5191294e3d
Merge pull request #15943 from sheenobu/bugfix/nethack/fix_xlogfile
...
nethack: include xlogfile as copied file in nethackuserdir
2016-06-03 19:39:51 +03:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Sheena Artrip
737e047439
nethack: include xlogfile as copied file in nethackuserdir
2016-06-03 02:46:34 -04:00
Nikolay Amiantov
919db46afd
dwarf-therapist: remove useless symlink
2016-06-02 15:30:42 +03:00
Lluís Batlle i Rossell
c09bee391a
Slight improvements to neverball package
2016-05-31 10:18:12 +03:00
Nikolay Amiantov
d16643c2dc
wesnoth-dev: init at 1.13.4
2016-05-30 23:33:20 +03:00
Nikolay Amiantov
53dd68651a
wesnoth: 1.12.5 -> 1.12.6
2016-05-30 23:33:20 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Nikolay Amiantov
01aa42a4ba
crawl: 1.17.1 -> 1.18.0
2016-05-28 14:00:15 +03:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Nikolay Amiantov
ff0995707d
steam-run: refactor, remove unneeded files and dependencies
2016-05-26 14:40:09 +03:00
Tobias Geerinckx-Rice
d37fe91396
scummvm: 1.7.0 -> 1.8.0
2016-05-25 02:06:47 +02:00
Arseniy Seroka
51cbd8b9bd
Merge pull request #15651 from ikervagyok/minecraft
...
minecraft-server: 1.9 -> 1.9.4
2016-05-24 22:05:39 +03:00
Joachim Fasting
69b0ba2634
space-orbit: port to mkDerivation
...
Also
- rename to space-orbit
- use mirror://debian
- add some meta information
See also #4210
2016-05-24 14:02:04 +02:00
Lengyel Balázs
cf16abe9a9
minecraft-server: 1.9 -> 1.9.4
2016-05-23 22:34:52 +02:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Michael Raskin
9cb61d3ac1
sgtpuzzles: create symlinks with sgt-puzzle- prefix for disambiguation, for example with net being provided by Samba
2016-05-20 11:21:52 +02:00
Tuomas Tynkkynen
b0d0752f2a
treewide: Make explicit that 'dev' output of libXcursor is used
2016-05-19 10:04:39 +02:00
Tuomas Tynkkynen
c857552da8
treewide: Make explicit that 'dev' output of libX11 is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
e80e4ba2bb
treewide: Make explicit that 'dev' output of sqlite is used
2016-05-19 10:04:34 +02:00
Tuomas Tynkkynen
b51b458aed
treewide: Make explicit that 'dev' output of fftwSinglePrec is used
2016-05-19 10:00:33 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Matthias Mailänder
8b6125333c
openra: Fix a typo and the website URL ( #15504 )
2016-05-16 21:15:29 +02:00
Michael Raskin
3f83632650
sgtpuzzles: 20160410.9d15092 -> 20160429.b31155b
2016-05-15 23:49:44 +02:00
Michael Raskin
6ed76dccb1
xboard: 4.8.0 -> 4.9.0
2016-05-15 23:49:44 +02:00
rardiol
3373ef1349
Minetest 0.4.13 -> 0.4.14 ( #15481 )
...
* minetest: 0.4.13 -> 0.4.14
* minetest: add ncurses support for server
* minetest: add leveldb support
2016-05-15 22:44:56 +02:00
Nikolay Amiantov
229e544148
steamPackages.steam-runtime-wrapped: fix w. multiple outputs
2016-05-15 02:35:17 +03:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Ricardo Ardissone
06436894a7
scorched3d: fix build by adding fftwSinglePrec
2016-05-12 18:57:50 -03:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Nikolay Amiantov
173728069b
Merge commit 'refs/pull/15308/head' of git://github.com/NixOS/nixpkgs
2016-05-10 14:36:29 +03:00
Tobias Geerinckx-Rice
1a783468aa
tome4: 1.3.3 -> 1.4.6
...
Just to get it building again after the 1.3.3 sources disappeared,
but it seems to run fine.
2016-05-10 01:51:05 +02:00
Thomas Tuegel
8ffaef8a69
mudlet: mark broken
2016-05-09 10:01:49 -05:00
Thomas Tuegel
19ea08af79
chessx: mark broken
2016-05-09 10:01:49 -05:00
rardiol
ff6e194fc7
liberal-crime-squad: 2016-03-03 -> 2016-05-08 ( #15309 )
2016-05-09 12:28:43 +02:00
Ricardo Ardissone
20a0e782b5
openra: add tests
2016-05-08 18:41:16 -03:00
Ricardo Ardissone
fab7a4c21f
openra: add man page
2016-05-08 18:41:05 -03:00
Ricardo Ardissone
d88ea67fb7
openra: 20151224 -> 20160508
2016-05-08 17:21:55 -03:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Lluís Batlle i Rossell
f0c503593f
Fixing stunt-rally 2.6 (adding newer bullet)
2016-05-08 16:22:18 +02:00
Peter Simons
5569824729
stockfish: fix meta.maintainer
2016-05-08 15:21:26 +02:00
Peter Simons
d9e51222fe
stockfish: fix install target
2016-05-08 15:16:11 +02:00
Peter Simons
cca3e9c774
stockfish: update version 6 to 7
2016-05-08 15:10:58 +02:00
Sven Keidel
98bef7e0bd
brogue: init at 1.7.4
...
with fixups by joachifm:
- Correct license (AGPL-3)
- Removed redundant build input
- Cleanup description
Closes #15244
2016-05-07 19:00:30 +02:00
Joachim Fasting
16510869eb
Merge pull request #15278 from Baughn/ckan
...
ckan: Add curl to runtime libraries
2016-05-07 16:42:39 +02:00
Nikolay Amiantov
2d57767974
openspades-git: drop yet another hack, fix accidential python merge
2016-05-07 12:03:24 +03:00
Nikolay Amiantov
628c8e8995
openspades-git: init at 2016-04-17
2016-05-07 11:59:53 +03:00
Nikolay Amiantov
c7193c1506
openspades: less hacks
2016-05-07 11:59:53 +03:00
Nikolay Amiantov
a7fe84e38a
openspades: link to openal instead of using LD_LIBRARY_PATH
2016-05-07 11:59:53 +03:00
Svein Ove Aas
3d8f9a6937
ckan: Add curl to runtime libraries
2016-05-06 18:04:01 +01:00
Eric Litak
246d54ab61
factorio: 0.12.29 -> 0.12.33
...
Closes #15204
2016-05-05 20:12:14 +02:00
Eric Litak
f6b645206f
factorio: refactor alpha/headless split
2016-05-05 20:11:52 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
Svein Ove Aas
c5451206ab
Init CKAN: The Comprehensive Kerbal Archive Network ( #15202 )
...
* ckan: Init at 1.16.1
2016-05-04 02:12:39 +01:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
rardiol
0ba62f7150
spring, springlobby update ( #15182 )
...
* alure: init at 1.2
* spring: 96.0 -> 101.0
* springlobby: 0.195 -> 0.247
2016-05-03 10:19:19 +01:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Nikolay Amiantov
7fec04cd7f
Merge pull request #15129 from rardiol/openra
...
openra: 20141029 -> 20151224
2016-05-02 16:28:20 +04:00
Nikolay Amiantov
8297d2c60c
Merge pull request #15124 from nathan7/master
...
minecraft: use makeLibraryPath, so we don't use the dev outputs
2016-05-02 04:14:27 +04:00
Nathan Zadoks
ddb4ea19bc
minecraft: use makeLibraryPath, so we don't use the dev outputs
2016-05-01 20:13:20 -04:00
Ricardo Ardissone
42cce6ab11
openra: my maintainership
2016-05-01 19:03:07 -03:00
Ricardo Ardissone
d19841c46f
openra: 20141029 -> 20151224
2016-05-01 19:03:02 -03:00
Tobias Geerinckx-Rice
950a698488
0ad game & data: 0.0.19 -> 0.0.20
2016-05-01 01:58:28 +02:00
Joachim Fasting
fb93bfc0bc
angband: cleanups
2016-05-01 01:22:49 +02:00
Phil Scott
8d5962a690
angband: init at version 4.0.5
2016-05-01 01:22:49 +02:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Nikolay Amiantov
a8aa91dc5c
ioquake3: 2016-03-15 -> 2016-04-05
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
52f6c0cfb8
dwarf-fortress-packages.phoebus-theme: 20160128 -> 42.06a
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
91563e23e3
dwarf-fortress-packages.cla-theme: 20160128 -> 42.06-v22
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
3c627be4be
dwarf-fortress-packages.dfhack: 2016-03-03 -> 0.42.06-r1
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
938d64f1f3
quote URLs in my packages to ease opening them from urxvt
2016-04-30 03:12:32 +03:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Tuomas Tynkkynen
6e24c9974f
typespeed: Add platforms
2016-04-27 05:06:35 +03:00
Nikolay Amiantov
aa1a40b63d
dwarf-therapist: add version to derivation, use symlinkJoin
2016-04-26 15:37:43 +03:00
Nikolay Amiantov
5f19542581
Merge commit 'refs/pull/14694/head' of git://github.com/NixOS/nixpkgs into staging
2016-04-25 18:02:23 +03:00
Nikolay Amiantov
559a563208
Merge pull request #14971 from rardiol/the-powder-toy
...
the-powder-toy: 90.2.322 -> 91.3.328
2016-04-25 18:43:48 +04:00
Ricardo Ardissone
a51da70189
the-powder-toy: 90.2.322 -> 91.3.328
2016-04-25 10:15:44 -03:00
Nikolay Amiantov
ab0a0c004e
makeSearchPathOutputs: refactor to makeSearchPathOutput
2016-04-25 13:24:39 +03:00
Nikolay Amiantov
953c51f65e
dwarf-fortress-unfuck: use mesa_noglu instead of mesa
2016-04-24 16:33:11 +03:00
Nikolay Amiantov
19500bc23b
Merge pull request #14941 from rardiol/opendungeons
...
opendungeons: init at 0.6.0
2016-04-24 17:19:34 +04:00
Ricardo Ardissone
71b935c339
opendungeons: init at 0.6.0
2016-04-23 17:31:42 -03:00
Nikolay Amiantov
7f32a05baa
dwarf-therapist: fix build
2016-04-23 22:25:34 +03:00
Nikolay Amiantov
6d432531c6
Merge pull request #14906 from rardiol/dwarf-fortress-unfuck
...
dwarf-fortress-unfuck: 2016-02-11 -> 2016-04-22 and zlib dependency
2016-04-23 02:42:15 +04:00
Ricardo Ardissone
bdf714c303
dwarf-fortress-unfuck: 2016-02-11 -> 2016-04-22 and zlib dependency
2016-04-22 19:34:11 -03:00
Pascal Wittmann
fe6899e330
instead: 2.4.0 -> 2.4.1
2016-04-22 21:05:38 +02:00
Vladimír Čunát
e9379f7416
Merge branch 'staging'
...
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Michael Raskin
38aa457f9a
sgtpuzzles: add a .upstream file for autoupdating
2016-04-22 00:57:43 +02:00
Joachim Fasting
79de9293c2
Merge pull request #14869 from rardiol/factorio
...
factorio: add explict dependency on cacert for chroot build
2016-04-21 16:21:14 +02:00
Ricardo Ardissone
f2cee89b22
factorio: add explict dependency on cacert for chroot build
2016-04-21 11:09:53 -03:00
Nikolay Amiantov
02014ea0aa
mudlet: move to qmakeHook
2016-04-20 18:55:54 +03:00
Nikolay Amiantov
f8d96d1983
chessx: move to qmakeHook
2016-04-20 18:55:54 +03:00
Michael Raskin
fb60199d42
sgtpuzzles: update, switch to git-snapshot tarballs
2016-04-20 11:33:45 +02:00
Micxjo Funkcio
5f3d24bc92
freeciv: 2.5.0 -> 2.5.3
2016-04-19 21:59:41 -07:00
Linus Arver
5ce564563d
sdlmame: fix broken URLs ( close #14814 )
2016-04-19 11:40:49 +02:00
Nikolay Amiantov
05e713e7a5
Merge pull request #14775 from rardiol/freeorion
...
freeorion: init at 0.4.5
2016-04-19 03:09:46 +04:00
Nikolay Amiantov
d8eec18ce2
freeorion: fix paths in configuration file before start
2016-04-18 16:20:46 -03:00
Nikolay Amiantov
756a83191c
freeorion: enable parallel building
2016-04-18 16:20:45 -03:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Nikolay Amiantov
454a64caff
Merge commit 'refs/pull/14779/head' of git://github.com/NixOS/nixpkgs
2016-04-18 14:02:35 +03:00
Ricardo Ardissone
5f832739ce
warzone2100: 3.1.1 -> 3.1.5
2016-04-18 07:37:18 -03:00
Lluís Batlle i Rossell
2d3245042e
Removing content-pack download from rigsofrods.
...
The content packs from 0.37 don't seem to work. We should get one from 0.4, but
there are license problems, I think.
2016-04-18 12:30:47 +02:00
Lluís Batlle i Rossell
e741a302d4
Make rigsofrods build the latest code.
...
I add angelscript 2.22 too, as it makes RoR happy.
2016-04-18 12:30:47 +02:00
Lluís Batlle i Rossell
93bd5556be
Revert "rigsofrods: remove dead package"
...
This reverts commit 69e7948ffe
.
2016-04-18 12:04:38 +02:00
Ricardo Ardissone
3ce9294eeb
freeorion: init at 0.4.5
2016-04-18 04:45:21 -03:00
Nikolay Amiantov
a832a71c2c
vdrift: 2012-07-22 -> 2014-10-20
2016-04-17 05:24:40 +03:00
Nikolay Amiantov
bd5cd56a49
openmw: 0.38.0 -> 0.39.0
2016-04-17 05:24:40 +03:00
Vladimír Čunát
95d4dda578
factorio: fix evaluation of meta
2016-04-16 23:17:09 +02:00
Eric Litak
7ce216139c
factorio: bump to 0.12.29 and headless version
2016-04-14 23:03:05 -07:00
Eric Litak
c6750d2f46
factorio: refactor in preparation for headless version
2016-04-14 23:03:04 -07:00
Alexander V. Nikolaev
32724102ed
minetest: Fix finding gettext by CMake
2016-04-14 19:36:37 +03:00
Nikolay Amiantov
37d641ff3d
dfhack: use protobuf compiled with old ABI
2016-04-14 17:30:40 +03:00
Nikolay Amiantov
0ffd6d16b6
dwarf-therapist: fix build (see #14670 )
2016-04-14 04:17:56 +03:00
Nikolay Amiantov
755e4633c7
mass-replace glib and gtk lib/*/include paths
2016-04-14 04:13:54 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Nikolay Amiantov
0c978d7d4f
openmw: build with its own openscenegraph fork
...
This gives speed improvement and fixes potential bugs.
For example: https://bugs.openmw.org/issues/3351
Updating our openscenegraph package would fix this too, but
it breaks some packages (i.e. simgear, bumping the version does
not help). Besides, fork has patches for better performance.
2016-04-13 04:35:42 +03:00
Franz Pletz
f1de534188
openttd: 1.5.3 -> 1.6.0
2016-04-12 15:49:54 +02:00
Nikolay Amiantov
d2dba02a87
openmw: add meta.platforms
2016-04-12 03:57:42 +03:00
Ricardo Ardissone
c6cb8ebe01
openmw: 0.36.1 -> 0.38.0
2016-04-11 21:47:57 -03:00
Nikolay Amiantov
1365492424
stuntrally: 2.5 -> 2.6, mark as broken
2016-04-12 03:09:44 +03:00
Ricardo Ardissone
4e39ce7b79
liberal-crime-squad: init at 2016-03-03
2016-04-10 20:24:45 -03:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
joachifm
fdf8e2a197
Merge pull request #14126 from mpscholten/factorio
...
factorio: 0.12.20 -> 0.12.28
2016-04-08 02:23:24 +02:00
Nikolay Amiantov
c4bbfdb478
steam: add xdg_utils to chrootenv
2016-04-08 03:12:09 +03:00
Robin Gloster
3e68106afd
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-07 21:52:26 +00:00
Micxjo Funkcio
a811902370
anki: 2.0.33 -> 2.0.35
2016-04-05 19:11:36 -07:00
Robin Gloster
bbbaccfa68
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-04 15:24:52 +00:00
Nikolay Amiantov
192e0c7141
steam-run: add derivation
2016-04-03 16:10:14 +03:00
Robin Gloster
696d85a62d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-03 11:01:57 +00:00
Eelco Dolstra
13a1c7b8c1
useOldCXXAbi: Change into a setup hook
...
Stdenv adapters considered weird.
2016-04-01 13:36:59 +02:00
Lluís Batlle i Rossell
f07b934c8a
Updating trigger-rally to 0.6.3
2016-04-01 11:16:02 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Nikolay Amiantov
0276a8b2d2
steam: use old C++ ABI for primus
2016-03-31 19:52:33 +03:00
Robin Gloster
a4e65c3639
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-30 09:01:20 +00:00
Brian McKenna
d47e2fde69
steam: enable hardware decoding (for In-Home Streaming)
...
Previous to this patch I was getting software decoding when I used In-Home
Streaming. I had a look around and according to:
https://bbs.archlinux.org/viewtopic.php?id=187922
> It seems that the libva version Steam comes with, is not compatible anymore to
> the newer libva 1.4.0.
Substituting in our version of libva gives me hardware decoding!
2016-03-29 09:17:15 +11:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Joachim Fasting
a4ed052407
zoom: fix gcc5 build
...
https://hydra.nixos.org/build/33122239/nixlog/1/raw
2016-03-26 16:54:59 +01:00
Joachim Fasting
1379baca94
gsb: mark as broken
...
No active maintenance for several years; dependencies cannot be met.
2016-03-26 13:20:37 +01:00
Luis Pedro Coelho
6607345d10
chessx: install chessx.desktop file
2016-03-23 20:30:24 +01:00
Marc Scholten
4b3b703d5b
factorio: 0.12.20 -> 0.12.28
2016-03-23 12:27:14 +01:00
Joachim Fasting
18b35bd741
cataclysm-dda: build recipe enhancements & gcc5 support
...
- Remove redundant platform check; meta.platforms is sufficient
- Use postPatch rather than override patchPhase entirely
- Strip -Werror
- Move build-time only dependencies to nativeBuildInputs
This also fixes gcc5 build, which fails due to a deprecated-declarations
warning (see https://hydra.nixos.org/build/33117020/nixlog/2/raw ).
2016-03-23 01:44:02 +01:00
Nikolay Amiantov
7185aefbbe
ioquake3: 2016-02-18 -> 2016-03-15
2016-03-20 17:07:31 +03:00
Peter Simons
fdcd875b0e
anki: update sqlalchemy build input and clean up the expression
...
SQLAlchemy-0.9.9 was broken recently, probably because of an sqlite
update. So we just use the latest version.
The build expression used to take the entire package set as an argument,
which is poor style because it hides the true dependencies from the
interface. I've change the code to expect the appropriate individual
packages instead.
2016-03-15 10:59:12 +01:00
Robin Gloster
3f45f0948d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-15 01:44:24 +00:00
Graham Christensen
f165334492
eduke32: 20150420-5160 moved to the old releases directory
...
Close #13922 .
2016-03-14 20:48:17 +01:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
joachifm
cc3cd8ba0e
Merge pull request #13538 from leenaars/rimshot
...
rimshot: init at 1.0
2016-03-11 17:22:32 +00:00
Michiel Leenaars
d73dfd2780
rimshot: init at 1.0
2016-03-11 17:42:07 +01:00
Nikolay Amiantov
a75eb513c6
stepmania: fix on i686
2016-03-09 22:14:06 +03:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Eelco Dolstra
449894ccb5
keen4: Add license
2016-03-07 23:02:32 +01:00
Franz Pletz
e9fc4e7db6
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-07 22:08:27 +01:00
Nikolay Amiantov
0bf8a1a86d
crawl: cleanup
2016-03-06 05:10:20 +03:00
Franz Pletz
cb3d27df93
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-03-05 18:55:30 +01:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Christoph Hrdinka
4e8853ca8d
Merge pull request #13544 from leenaars/vapor
...
vapor: init at 0.2.3
2016-03-05 18:36:58 +01:00
Michiel Leenaars
af35cd2513
vapor: init at 0.2.3
2016-03-05 17:59:30 +01:00
Christoph Hrdinka
c5f4000040
Merge pull request #13539 from leenaars/orthorobot
...
orthorobot: init at 1.0
2016-03-05 13:42:21 +01:00
Michiel Leenaars
390effeb6e
orthorobot: init at unversioned
2016-03-05 12:59:37 +01:00
Arseniy Seroka
8f50155476
Merge pull request #13664 from tomberek/minecraft-server-update
...
minecraft-server: 1.8.8 -> 1.9
2016-03-04 23:05:48 +03:00
Nikolay Amiantov
2f07ae9136
steamPackages.steam-runtime: 2016-02-18 -> 2016-03-03
2016-03-04 14:46:46 +03:00
Nikolay Amiantov
d8ed77d96d
dwarf-fortress-packages.dfhack: 20160118 -> 2016-03-03
2016-03-04 14:42:38 +03:00
Nikolay Amiantov
5b4de73b8f
steamPackages.steam-original: 1.0.0.49 -> 1.0.0.51
2016-03-04 14:42:38 +03:00
Nikolay Amiantov
e3d9bdf8f8
ioquake3: 20151228 -> 2016-02-18
2016-03-04 14:42:38 +03:00
Nikolay Amiantov
415c2edbbe
dwarf-fortress-packages.phoebus-theme: bump dfVersion
2016-03-04 14:42:37 +03:00
Nikolay Amiantov
973d31196c
dwarf-fortress-packages.cla-theme: bump dfVersion
2016-03-04 14:42:37 +03:00
Nikolay Amiantov
414dbc6dd9
dwarf-fortress-packages.dwarf-therapist: 36.0.0 -> 37.0.0
2016-03-04 14:42:37 +03:00
Nikolay Amiantov
9ec2fda2c2
dwarf-fortress-packages.dwarf-fortress-unfuck: 0.42.05 -> 0.42.06
2016-03-04 14:42:37 +03:00
Nikolay Amiantov
224c24f030
dwarf-fortress-packages.dwarf-fortress-original: 0.42.05 -> 0.42.06
2016-03-04 14:42:37 +03:00
Thomas Bereknyei
baa7f92c3d
minecraft-server: 1.8.8 -> 1.9
2016-03-04 00:17:13 -05:00
Robin Gloster
fed49425c5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-03 16:11:55 +00:00
michael bishop
a855ef85ea
multimc: fix building under chroot
2016-03-02 13:48:27 -04:00
Robin Gloster
33f7d0b3f6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 22:46:39 +00:00
Pascal Wittmann
afa7d84529
instead: 2.3.0 -> 2.4.0
2016-03-01 22:54:26 +01:00
Robin Gloster
d47857c3d9
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-01 21:09:17 +00:00
Domen Kožar
976657a71f
openspades: fix build
2016-03-01 14:31:33 +01:00
Domen Kožar
8fa4804218
Merge pull request #13562 from matthewbauer/nethack-darwin
...
nethack: fix darwin support
2016-02-29 13:11:42 +00:00
Matthew Bauer
818f2cd19f
nethack: fix darwin support
2016-02-28 21:04:23 -06:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
Christoph Hrdinka
ae2ad0dfc1
Merge pull request #13504 from leenaars/duckmarines
...
duckmarines: init at 1.0b
2016-02-28 16:55:52 +01:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Michiel Leenaars
ad23ac715e
duckmarines: init at 1.0b
2016-02-28 09:53:46 +01:00
Christoph Hrdinka
729171eac6
Merge pull request #13501 from leenaars/90secondportraits
...
90secondportraits: init at 1.01b
2016-02-28 02:36:58 +01:00
Christoph Hrdinka
6a30044df5
Merge pull request #13502 from leenaars/sienna
...
sienna: init at 1.0c
2016-02-28 02:29:26 +01:00
Michiel Leenaars
7281144f4b
90secondportraits: init at 1.01b
2016-02-27 22:08:18 +01:00
Michiel Leenaars
41d00c436d
sienna: init at 1.0c
2016-02-27 22:01:53 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Michiel Leenaars
ebe7856983
mrrescue: init at 1.02
2016-02-27 16:15:02 +01:00
Robin Gloster
3477e662e6
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-27 00:08:08 +00:00
Robin Gloster
dcf103284f
stardust: disable format hardening
2016-02-24 17:13:08 +00:00
Robin Gloster
1b6fd9abb7
zandronum-server: disable format hardening
2016-02-24 15:40:14 +00:00
Franz Pletz
301d1d9e76
hedgewars: 0.9.21 -> 0.9.22, fix build failure
...
cc @kragniz
2016-02-24 14:29:35 +01:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Robin Gloster
27e8d31b1a
torcs: turn off format hardening and remove obsolete flag
2016-02-21 10:53:04 +00:00
Robin Gloster
4036e9ba8c
Merge branch 'up' into hardened-stdenv
2016-02-20 22:27:33 +00:00
Robin Gloster
3e7e8e8807
voxelands: 1506.00 -> 1512.00
...
source had been moved
2016-02-20 22:27:15 +00:00
Robin Gloster
bc21db3692
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-19 21:16:14 +00:00
Arseniy Seroka
0e95958c18
Merge pull request #13110 from puffnfresh/package/ue4
...
ue4: init at 4.10.2
2016-02-19 22:52:16 +03:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Nikolay Amiantov
b64192744a
steamPackages.runtime: 20151020 -> 2016-02-18
2016-02-19 14:10:19 +03:00
Nikolay Amiantov
e41c80e790
steamPackages: add runtime-mirror helper derivation
2016-02-19 14:10:13 +03:00
Nikolay Amiantov
9525abdeec
steamPackages.runtime: use mirrors, add my mirror
2016-02-19 14:10:09 +03:00
Brian McKenna
392699a82d
ue4: init at 4.10.2
...
This builds Unreal Engine 4 and has a wrapper to start the editor.
Sadly the application requires write access to a lot of paths. I have a
hack to do a symlink tree under $HOME and it works well, the UE4Editor
binary just needs to be not a symlink.
2016-02-19 14:41:51 +11:00
Arseniy Seroka
cf73c7a91c
Merge pull request #12997 from ryantm/minecraft
...
minecraft: add desktop entry; add ryantm as maintainer
2016-02-15 22:14:24 +03:00
Franz Pletz
41698c9efa
Merge branch 'master' into hardened-stdenv
2016-02-15 20:05:29 +01:00
Ryan Mulligan
ad50cbe8bb
minecraft: add desktop entry; add ryantm as maintainer
2016-02-14 10:24:46 -08:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Robin Gloster
242b8aba7c
lincityNg: turn off format hardening
2016-02-12 15:59:08 +00:00
Robin Gloster
295602945e
pioneers: turn off format hardening
2016-02-12 14:10:31 +00:00
Robin Gloster
6e13bcd436
liquidwar: turn off format hardening
2016-02-12 03:58:23 +00:00
Robin Gloster
ef3636188b
crack_attack: turn off format hardening
2016-02-10 23:27:38 +00:00
Robin Gloster
e5fb9eb27c
asc: turn off format hardening
2016-02-10 23:27:38 +00:00
Nikolay Amiantov
f106461cce
dwarf-fortress-packages.cla-theme: fix comment
2016-02-10 23:27:34 +00:00
Eelco Dolstra
e2eca0c24c
Fix misspelled meta.maintainers attributes
2016-02-10 23:27:34 +00:00
Nikolay Amiantov
3ff05a5bf4
dwarf-fortress-packages.cla-theme: init at 20160128
2016-02-10 23:27:34 +00:00
Nikolay Amiantov
dafe0f3dd3
dwarf-fortress-packages.phoebus-theme: 20160118 -> 20160128
2016-02-10 23:27:34 +00:00
Nikolay Amiantov
99913c2820
dwarf-fortress-wrapper: make data/dipscript writable
2016-02-11 00:54:10 +03:00
Nikolay Amiantov
813d45663c
dwarf-fortress-packages.cla-theme: fix comment
2016-02-10 17:02:46 +03:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
Nikolay Amiantov
99f4f1d7ef
dwarf-fortress-packages.cla-theme: init at 20160128
2016-02-10 16:56:41 +03:00
Nikolay Amiantov
6352bb51f9
dwarf-fortress-packages.phoebus-theme: 20160118 -> 20160128
2016-02-10 16:56:09 +03:00
Robin Gloster
2ff1275292
bloodspilot-server: fix on gcc5
2016-02-09 00:45:13 +00:00
Robin Gloster
8fb28b21b4
bsdgames: turn off format hardening
2016-02-08 22:52:35 +00:00
Robin Gloster
046b40f573
xconq: turn off format hardening
2016-02-07 22:30:22 +00:00
Nikolay Amiantov
f91f99aff8
dwarf-fortress: fix help
2016-02-07 15:55:06 +03:00
Nikolay Amiantov
428d2dc658
Merge pull request #12861 from avnik/upgrade/wesnoth
...
wesnoth: 1.12.4 -> 1.12.5
2016-02-07 12:41:46 +03:00
Alexander V. Nikolaev
05b1b14083
wesnoth: 1.12.4 -> 1.12.5
2016-02-07 10:27:16 +02:00
Nikolay Amiantov
20af4b8287
arx-libertatis: use our DevaVu fonts, set proper data directory, enable parallel building
2016-02-05 02:07:33 +03:00
rnhmjoj
621a9ac46c
arx-libertatis: init at version 2016-02-02
2016-02-04 20:36:02 +01:00
Nikolay Amiantov
4f3a6d8ee2
zandronum-bin: fix argv0, add license
2016-02-04 19:27:44 +03:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Luca Bruno
eeb3600e55
Merge pull request #12562 from tvestelind/vassal
...
vassal: new package
2016-02-01 23:56:12 +01:00
Tomas Vestelind
42627b7d59
remove period from description
2016-02-01 14:02:24 +01:00
Robin Gloster
2ac5b56135
zagband: use mkDerivation
2016-01-30 20:31:05 +00:00
Robin Gloster
a44d003502
lincity: use mkDerivation
2016-01-30 20:31:04 +00:00
Robin Gloster
e8f260e40a
jamp: remove, source is offline and pkg dead
2016-01-30 20:31:04 +00:00
Nikolay Amiantov
5bbf10409e
steam: actually propagate flags to the runtime, now from chrootenv wrapper
...
Example: instead of
(steamPackages.override { newStdcpp = true; }).steam-chrootenv
(which wasn't working anyway) you now do just:
steam.override { newStdcpp = true; }
2016-01-27 00:58:23 +03:00
Nikolay Amiantov
fc51e4f7dc
Merge pull request #12339 from abbradar/df-new
...
Dwarf Fortress updates
2016-01-26 03:07:54 +03:00
Nikolay Amiantov
82a0dde83c
dwarf-fortress: remove short md5 sums
2016-01-26 03:06:57 +03:00
Nikolay Amiantov
d3b642ce9a
dwarf-fortress-wrapper: add themes support
...
Theme can be specified either as a derivation or as a string, in which
case it will be taken by name from a pre-defined set of themes available in
nixpkgs.
2016-01-26 03:06:07 +03:00
Nikolay Amiantov
7fe01a7279
phoebus-theme: update for 0.42.05, make a derivation
...
Also specify license, see https://github.com/fricy/Phoebus/issues/5
2016-01-26 03:05:50 +03:00
Adam Russell
6c9dd96377
dwarf-fortress: add phoebus
2016-01-26 03:05:49 +03:00
Nikolay Amiantov
fdae86fb4e
dwarf-therapist: 31.0.0 -> 36.0.0
2016-01-26 03:05:38 +03:00
Nikolay Amiantov
92cda7a6bb
dwarf-fortress: 0.40.24 -> 0.42.05, split derivations
...
This is a massive rework of the current dwarf_fortress package.
The main reason for rework is to split game, its libraries and wrappers,
enabling builds on Hydra and general maintainability.
dfhack, dwarf-fortress-unfuck, dwarf-fortress-original and dwarf-fortress
are now all separate derivations. All were updated to the latest versions
supporting DF 0.42.04 (some things taken from development branches):
dfhack: 20150927 -> 20160118
dwarf-fortress-unfuck: 0.40.24 -> 20160118
dwarf-fortress-original: 0.40.24 -> 0.42.05
dfhack got a patch for using more system libraries.
Wrapper scripts were also redone -- now they support DF_DIR variable (for
setting another data directory) and try to save more space by means of
symlinking. They now try to be more smart, updating those directories that were
not touched by user automatically.
All the new packages now reside in dwarf-fortress-packages. dwarf_fortress was
renamed into dwarf-fortress per our conventions, old name is deprecated. Also
duplicate dfhack derivation is removed.
Also drop dwarfFortress.enableDFHack config option; it can be re-added later
but now is deemed controversial.
2016-01-26 03:03:12 +03:00
Tobias Geerinckx-Rice
ac33b4724a
More version attribute tidying where maintainers |= nckx
2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Arseniy Seroka
988fcf8890
Merge pull request #12561 from Baughn/factorio
...
factorio: init at 0.12.20
2016-01-24 23:13:49 +03:00
Tuomas Tynkkynen
fdae7816e3
openttd: Fixup static zlib path
2016-01-24 10:03:39 +02:00
Tuomas Tynkkynen
ed7dbb46a8
treewide: Mass replace 'zlib}/lib' to refer the 'out' output
2016-01-24 10:03:39 +02:00
Tuomas Tynkkynen
a1909d7380
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
2016-01-24 10:03:35 +02:00
Tuomas Tynkkynen
b56b24f729
treewide: Mass replace 'freetype}/lib' to refer the 'out' output
2016-01-24 10:03:34 +02:00
Tobias Geerinckx-Rice
32d40f0f98
Remove no longer (or never) referenced patches
...
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Tomas Vestelind
2eab353a4a
license lgpg21 -> lgpl21
2016-01-23 17:36:57 +01:00
Svein Ove Aas
ef582b2805
factorio: init at 0.12.20
2016-01-23 13:15:18 +00:00
Tomas Vestelind
5284416c14
vassal: new package
2016-01-23 02:42:51 +01:00
Vladimír Čunát
0957359568
Merge branch 'staging'
2016-01-22 13:48:35 +01:00
Domen Kožar
255a49cb7b
sdlmame: mark as broken due to URL cc @lovek323
2016-01-22 13:11:28 +01:00
Vladimír Čunát
9763e6bf89
zeroad: fix 0ad.desktop after #12421
2016-01-20 11:28:13 +01:00
Vladimír Čunát
c860e27ef2
zeroad: do not build on Hydra
...
It should be possible to build binaries without data and then compose by
a wrapper, e.g. similarly to what simutrans does.
2016-01-19 12:16:18 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Slawomir Gonet
2ad985f3ed
pioneer: nixpkg added
2016-01-18 19:03:35 +01:00
Robin Gloster
53b389327e
refactor to use autoreconfHook where possible
...
Close #12446 .
2016-01-18 10:45:31 +01:00
Robin Gloster
11468de4a1
Merge pull request #12421 from otwieracz/0ad_0.18_to_0.19
...
0ad: 0.18 -> 0.19
2016-01-17 16:55:24 +01:00
Slawomir Gonet
5dbf70b924
0ad: binary renamed from 'pyrogenesis' to '0ad'
2016-01-17 14:15:59 +01:00
Franz Pletz
1bac185dae
openttd: Add OpenGFX, OpenSFX, OpenMSX
...
Closes #12400 .
2016-01-16 15:58:09 +01:00
Slawomir Gonet
1e0434ebe0
0ad: 0.18 -> 0.19
2016-01-16 15:09:47 +01:00
Nikolay Amiantov
f4d71737a8
steam: propagate runtime-wrapped flags for more convenient overrides
2016-01-15 15:01:55 +03:00
Nikolay Amiantov
9a07a8505e
steam-runtime-wrapped: add optional override of libstdc++
2016-01-15 15:01:55 +03:00
Nikolay Amiantov
5981fc4b6f
quake3wrapper: split from quake3demo, make a function and fix multiple paks
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
6b447a3c9b
quake3demodata: split from point release, cleanup
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
2852696c2e
quake3pointrelease: init at 1.32b-3
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
7fc7502db5
ioquake3: 1.36 -> 20151228
...
Renamed from `quake3game`
2016-01-14 14:41:33 +03:00
Nikolay Amiantov
1774cee91a
crawl: 0.17.0 -> 0.17.1
2016-01-13 21:21:43 +03:00
Nikolay Amiantov
fb6b4a43c5
lgogdownloader: 2.24 -> 2.26
2016-01-10 06:01:39 +03:00
Tobias Geerinckx-Rice
69e7948ffe
rigsofrods: remove dead package
...
Last bumped Feb 2012. Broken since 2013. Upstream conflicted about whether
it's dead or not. Visited the (read-only) forums which are 93% teenagers
yelling how something called BeamNG is(n't) better so I regret that now.
2016-01-08 01:36:32 +01:00
Robert Helgesson
ec2a1bcb86
anki: disable version check
2016-01-05 21:44:54 +01:00
Tobias Geerinckx-Rice
24100ec0c3
soi: 0.1.1 -> 0.1.2
...
Now builds, but still mark as broken because it quickly segfaults
at run time.
2016-01-05 21:03:08 +01:00
Vladimír Čunát
3a468a9548
simutrans: preferLocalBuild = true; for data derivations
2016-01-03 10:27:50 +01:00
Philipp Hausmann
14383f3079
simutrans: 120.0.1 -> 120.1.1 ( close #11978 )
2016-01-03 10:27:31 +01:00
Mateusz Kowalczyk
581e9f0b32
tibia: 10.81 -> 10.90
2016-01-01 03:57:55 +00:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Peter Simons
1b7c1fb382
Merge pull request #11931 from luispedro/add_chessx_stockfish
...
Add chessx and stockfish (chess engine)
2015-12-31 01:16:38 +01:00
Luis Pedro Coelho
c570bc50bc
chessx: init at 1.3.2
...
Chessx is a chess database GUI. Using the stockfish engine, users can
also analyse games.
2015-12-30 23:19:44 +01:00
Luis Pedro Coelho
8bec69e9c8
stockfish: init at 6
2015-12-30 23:19:39 +01:00
Sander van der Burg
ebe4d609ea
supertux: bump to version 0.4.0
2015-12-29 23:40:43 +00:00
Robert Helgesson
a04916cdc4
sauerbraten: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
aca3851b88
tbe: r2048 -> 0.9.2.1
...
Also replace use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
b9f1140e4d
atanks: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
73184f5f59
stardust: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
281b584e4a
liquidwar: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
5558dc828c
anki: major refactor
...
This refactoring changes a number of things:
- use system copies of Python libraries BeautifulSoup, and HTTPLIB2,
- custom install to avoid installation of unnecessary files and poor
directory structure, and
- add patch for sorting out file paths, in particular this fixes
localization.
2015-12-27 16:18:45 +01:00
Profpatsch
de12417ec7
anki: enable playing sound files
2015-12-22 20:34:00 +01:00
Vladimír Čunát
3ddd19959c
beret: mark as broken
...
/cc maintainer @lovek323.
2015-12-21 12:09:16 +01:00
Tobias Geerinckx-Rice
a3c2bd5aec
eboard: fix build
...
Add perl dependency and patch ./configure to use it.
2015-12-17 23:51:43 +01:00
Domen Kožar
84a559393b
mnemosyne: add webob dep ( fixes #11746 )
2015-12-17 09:30:02 +01:00
Tom Dimiduk
46b57614d9
tome4: 1.3.1 -> 1.3.3
2015-12-16 15:24:03 -05:00
Arseniy Seroka
b941f3b4d2
Merge pull request #11735 from robberer/pkgs/terraria
...
add Terraria dedicated server for Linux x86_64
2015-12-15 14:59:22 +03:00
System administrator
6d3a89f6da
terraria-server: add dedicated server version 1308 for Linux x86_64
...
fix
fix
limit to 64bit linux
2015-12-15 12:56:30 +01:00
Nikolay Amiantov
2678e0ce02
zandronum: unify packages, fix building, cleanup
2015-12-13 15:14:11 +03:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Frederik Rietdijk
66f663e192
castle_combat: remove game
...
It was broken already (pygame sound error), and also requires numeric
which is being removed.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
318fa0732d
castle_combat: mark as broken
...
due to pygame error.
2015-12-11 10:41:37 +01:00
Domen Kožar
4b0fcf8ea1
Merge pull request #11553 from FRidh/pil
...
WIP: remove PIL as dependency
2015-12-08 22:15:05 +01:00
Frederik Rietdijk
e1f2ddefd9
tpm thePenguinMachine: remove package
...
because source is unavailable
2015-12-08 16:30:24 +01:00
Nikolay Amiantov
b6c9ce9b03
nethack: fix the last-minute fix
2015-12-08 18:10:53 +03:00
Nikolay Amiantov
459a5c5803
nethack: 3.4.3 -> 3.6.0
...
I think a decade has passed ^_^
2015-12-08 17:52:09 +03:00
Frederik Rietdijk
6c7af84449
tpm thePenguinMachine: add comment about possible source
2015-12-08 15:32:17 +01:00
Frederik Rietdijk
8d18e4c9f8
tpm thePenguinPachine: use pillow instead of pil
...
Was already broken, and still is.
2015-12-08 15:21:58 +01:00
Franz Pletz
59c130a690
openttd: 1.5.2 -> 1.5.3
2015-12-06 16:59:55 +01:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Nikolay Amiantov
261fe09931
steamPackages.runtime: update packages
2015-12-04 01:00:27 +03:00
Nikolay Amiantov
fc6a5f746b
steamPackages.steam-chrootenv: install desktop file
2015-12-04 01:00:27 +03:00
Nikolay Amiantov
f4bbd5b024
steamPackages: add update-runtime-shell.nix to update runtime
2015-12-04 01:00:27 +03:00
Nikolay Amiantov
67d0b8026e
steamPackages.steam: cleanup
2015-12-04 01:00:11 +03:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Tobias Geerinckx-Rice
2798b02ad0
Convert some *Flags from strings to lists
2015-11-26 23:45:31 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
lethalman
1c8aceab7e
Merge pull request #11258 from cleverca22/multimc
...
multimc: init at 0.4.8
2015-11-25 12:14:47 +01:00
michael bishop
17020526a7
multimc: init at 0.4.8
2015-11-25 06:34:26 -04:00
Domen Kožar
d15d1a49be
fix eval after #11248
2015-11-25 10:58:10 +01:00
Michael Raskin
d53213677d
Merge pull request #11248 from joachifm/more-trivial-builderDefs
...
More trivial builderDefs translations
2015-11-24 17:15:45 +03:00
Nikolay Amiantov
eff24b9cdf
stepmania: 5.0.7 -> 5.0.10
2015-11-24 17:02:03 +03:00
Joachim Fasting
bfbb866d41
gl117: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
33d825aaea
glestae: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
f3e821c6e5
soi: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
3e21aaeb8e
warmux: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
241515a6b7
xsokoban: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Peter Simons
8bdc73caab
anki: update to version 2.0.33
2015-11-24 12:00:30 +01:00