3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2337 commits

Author SHA1 Message Date
adisbladis 5f111a854e
hedgewars: 0.9.22 -> 0.9.23 2017-11-23 15:47:41 +08:00
Soham Chowdhury 8775b80503 stockfish: 7 -> 8 2017-11-23 10:12:14 +05:30
Orivej Desh b8e1e7191e Merge branch 'master' into staging
* master: (80 commits)
  lkl: Supports aarch64
  wimlib: nitpicks
  gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
  wimlib: init at 1.12.0
  kernel: improve modDirVersion error message
  releaseTools.sourceTarball: Clean up temporary files
  dotnetPackages.SmartIrc4net: rehash source
  migmix: make it a fixed-output derivation
  vm: Create /dev/full
  samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
  microcodeIntel: 20170707 -> 20171117
  sshd: Remove ripemd160 MACs
  kernel config: Enable MEDIA_CONTROLLER
  linux: 4.4.99 -> 4.4.100
  linux: 4.9.63 -> 4.9.64
  nix-bash-completions: 0.4 -> 0.5
  linux: 4.14 -> 4.14.1
  linux: 4.13.14 -> 4.13.15
  nix-zsh-completions: 0.3.3 -> 0.3.5
  dns-root-data: use a stable URL that I maintain anyway
  ...
2017-11-21 22:48:36 +00:00
Orivej Desh 4f73b3162b treewide: preset windres missing to fix builds on Linux
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345899910
2017-11-21 04:27:10 +00:00
Daniel Peebles 81cc9bb41d
Merge pull request #31701 from matthewbauer/wesnoth-mac
Wesnoth MacOS
2017-11-20 22:42:59 -05:00
Orivej Desh fb703ad117 treewide: update the usage of makeWrapper after #31497 2017-11-19 23:50:49 +00:00
Neil Cecchini fd8a174868 factorio: 0.15.34 -> 0.15.37 2017-11-16 15:48:00 +01:00
Orivej Desh 3dded417f6 gtetrinet: prevent warnings and fix style 2017-11-15 05:36:05 +00:00
Chris Martin fa20e7c6a2 gtetrinet: init at 0.7.11 2017-11-14 23:41:10 -05:00
Joerg Thalheim d58f318333 trackballs: 1.2.3 -> 1.2.4 2017-11-13 23:44:50 +00:00
Orivej Desh a2bebdd6ce anki: fix package name 2017-11-13 13:19:36 +00:00
adisbladis d3cb4de970 anki: Enable tests (#31582)
* anki: Enable tests

Convert package to use buildPythonApplication instead of mkDerivation

* anki: ignore tests via pytest arguments
2017-11-13 13:13:17 +00:00
Matthew Bauer 58adb5df7d wesnoth: works on darwin 2017-11-12 22:25:35 -06:00
Samuel Leathers 10d02b7c43
Merge pull request #31581 from adisbladis/anki-bs3
anki: Switch dependency to beautifulsoup-3
2017-11-12 22:17:30 -05:00
adisbladis c28911e0f9
anki: Switch dependency to beautifulsoup-3
The current upstream development version is using 4 but the release
version is still using 3.
2017-11-13 09:17:07 +08:00
Renaud 90ffccffdc
Merge pull request #16683 from rardiol/cataclysm-dda-git2
cataclysm-dda-git: init at 2017-07-12
2017-11-12 18:56:26 +01:00
Robert Schütz ebd064b761 braincurses: init at 1.1.0 2017-11-12 15:27:01 +01:00
Michael Raskin 59b00f8766 sgt-puzzles: 20170228.1f613ba -> 20171029.69773d8 2017-11-11 15:31:36 +01:00
Nikolay Amiantov 459e4b78db steam: add /steamrt/run.sh
This is needed for Steam Beta which expects run.sh to print runtime library
paths.

Fixes #31384.
2017-11-11 15:52:33 +03:00
Orivej Desh b6b931a4f9
Merge pull request #31480 from DIzFer/steam-borderlands-fix
steam-chrootenv: add iana-etc, fixes #25443
2017-11-10 18:05:54 +00:00
David Izquierdo 6c862b8553 steam-chrootenv: add iana-etc, fixes #25443 2017-11-10 13:37:15 +01:00
Evan Wallace 9bbb9b2e46 freeciv: 2.5.7 -> 2.5.9 2017-11-10 07:54:50 +00:00
aszlig 33b0b5ed1d
anki: Fix hash of the source tarball
Searching the web for the base-16 encoded hash of the one we have in the
Nix expression didn't give any results and I also couldn't find the
older tarball anywhere (even the mirrors I've checked don't have it).

So checking the updated hash I've found that other distros use this, so
I'd bet it's safe to do this.

I've tested building the package but I didn't do any runtime test.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @the-kenny
2017-11-08 21:12:22 +01:00
John Ericson 0101856765
Merge pull request #30549 from obsidiansystems/bintools
treewide: Introduce stdenv.cc.bintools
2017-11-08 14:20:48 -05:00
aszlig b9b5942e2b
uqm: Remove the -lgcc_s hack
This is no longer needed and I've verified this by building and running
the game.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-08 06:48:57 +01:00
aszlig 7603da33de
uqm: Fix build against glibc 2.26
I've bisected the introduction of the build failure to be the glibc 2.26
upgrade with commit 9bb67d5c1e.

At first I was somewhat stumped why an glibc update could cause
undeclared identifiers, but after looking at the changes of glibc and
the source code of The Ur-Quan Masters the problem quickly turned out to
be this very change:

https://sourceware.org/git/?p=glibc.git;a=commit;h=7b037c095e31c2396d0a9b0e6356bc566ee4812f

So string.h now in turn includes strings.h, which in theory wouldn't be
a problem.

However, both strings.h and the strings.h in the uqm source code use
constant _STRINGS_H, which causes the glibc strings.h to be included but
the one from uqm basically includes an empty file.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-08 06:48:15 +01:00
aszlig 3429d8cbbf
uqm: Clean up package expression style
The only functional change here is that I've dropped unzip, because that
dependency doesn't seem to be necessary at all. Despite the broken build
state I've tried building and running The Ur-Quan Masters with an older
nixpkgs revision and it works fine.

Other than that there are no references in the source code for unzip
except in the binary installer and some of the INSTALL files.

The reason why I'm removing the "with pkgs.lib;" is that it makes it
easier to quickly check for errors with "nix-instantiate --parse".

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @jcumming
2017-11-08 05:55:35 +01:00
Frederik Rietdijk e734ecb1e8
Merge pull request #30919 from adisbladis/pythonPackages-cleanup
WIP: Python packages cleanup
2017-11-06 20:54:51 +01:00
Frederik Rietdijk 4a62ff9f47
Merge pull request #31324 from srhb/openra-python-binpath
openra: Add python to bin PATH, fixing launcher
2017-11-06 20:38:04 +01:00
Sarah Brofeldt 05b90907a7 openra: Add python to bin PATH, fixing launcher 2017-11-06 18:18:19 +01:00
John Ericson 70d91badf5 treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more
honest and cross-friendly than refering to binutils directly.
2017-11-05 17:10:53 -05:00
rnhmjoj 35539c641e
arx-libertatis: 2017-02-26 -> 2017-10-30 2017-11-05 19:28:20 +01:00
Vladimír Čunát 4f8b980355
torcs: fix libGL when the OS uses non-mesa
Fixes OP of issue #30749.
2017-11-05 18:23:31 +01:00
Piotr Bogdan 9e59605bab openrct2: fix build 2017-11-04 14:18:47 +00:00
adisbladis e87ffaefc6
anki: Depend on pythonPackages.beautifulsoup4 instead of pythonPackages.beautifulsoup 2017-10-30 11:55:54 +08:00
Joachim F bee8066e45
Merge pull request #30453 from dtzWill/fix/robotfindskitten
robotfindskitten: install req'd data and put bin in $out/bin
2017-10-29 10:26:05 +00:00
Nikolay Amiantov c9ac187c3c tbb: 4.4-u2 -> 2018_U1, merge with libtbb
Remove libtbb derivation as a duplicate.
2017-10-29 01:51:11 +03:00
Herwig Hochleitner 85056ee698 dwarf-fortress-packages.dfhack: add stoneSense support 2017-10-28 14:55:25 +02:00
Herwig Hochleitner 24ea093806 dwarf-fortress-packages.soundSense: init 2016-1_196 2017-10-28 14:55:20 +02:00
Herwig Hochleitner d6ee81e912 dwarf-fortress-packages.dwarf-therapist: update for df 43.05
Similar to the LNP, we use Hello71's fork, which features support for
the (first 64bit) version 43.05 of Dwarf Fortress.

http://dffd.bay12games.com/file.php?id=12762
2017-10-28 14:55:16 +02:00
David Izquierdo 7dff2c53d4 steam-runtime-wrapped: switch curl to use gnutls 2017-10-28 12:32:54 +03:00
David Izquierdo 38368c42fc steam-runtime-wrapped: add libtbb 2017-10-28 12:32:54 +03:00
Michiel Leenaars e0d83c66cf duckmarines: 1.0b => 1.0c 2017-10-27 22:26:09 +02:00
Tuomas Tynkkynen c384ad46b8 qtbase: Make some output references more explicit 2017-10-24 23:48:49 +03:00
Alex Vorobiev 770bedbc20 meritous: init at 1.4 2017-10-24 09:52:52 +02:00
Joachim F 32866a3b0b Merge pull request #30696 from pbogdan/torcs-fix-build
torcs: fix build & cleanups
2017-10-23 16:40:11 +00:00
Vincent Laporte 97d02a78f0
0ad: fix homepage URL 2017-10-22 22:19:28 +00:00
Piotr Bogdan a94d014149 torcs: clean up compiler warnings 2017-10-22 22:05:11 +01:00
Piotr Bogdan ce0684a81a torcs: re-enable -Wformat hardening 2017-10-22 22:05:11 +01:00
Piotr Bogdan 5711bfdefb torcs: fix build with gcc6 2017-10-22 22:05:11 +01:00
Nikolay Amiantov 9a84b52c93 openra: 20161019 -> 20171014
Closes #30581.
2017-10-19 23:18:54 +03:00
Nikolay Amiantov 0bc4216bf0 Merge branch 'staging' 2017-10-19 12:46:38 +03:00
Jörg Thalheim 30c046b9c2 Merge pull request #30409 from geistesk/openrct2
openrct2: init at 0.1.1
2017-10-18 13:10:16 +01:00
Nikolay Amiantov 3e4737d16c bastet: fix build with new boost 2017-10-18 03:15:23 +03:00
geistesk 339d2e8006 openrct2: init at 0.1.1 2017-10-16 20:51:18 +02:00
Nikolay Amiantov 38ffe0e1f6 steam-run-native: init
Refactor Steam so that native steam-run can be built as a free package and
expose it so that Hydra builds needed i686 packages.
2017-10-16 21:42:30 +03:00
Will Dietz e333df225e robotfindskitten: install req'd data and put bin in $out/bin 2017-10-15 18:07:27 -05:00
Tuomas Tynkkynen a25ded05d8 zod: Fix build 2017-10-12 22:07:41 +03:00
Michael Raskin ef291b52f3 pingus, quirc: fix pkgconfig passing 2017-10-10 17:23:10 +02:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Robin Gloster 40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa375)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Tuomas Tynkkynen fd97fa71dd darwin: Disable some more packages that have never built
streamripper: https://hydra.nixos.org/build/61726659
racket: https://hydra.nixos.org/build/61750850
radare: https://hydra.nixos.org/build/61756146
stockfish: https://hydra.nixos.org/build/61726172
2017-09-30 22:32:27 +03:00
Franz Pletz dffd77b037
flightgear: 2016.4.4 -> 2017.3.1 for CVE-2017-13709 2017-09-28 19:12:49 +02:00
Robin Gloster 595c8fad83
openrw: 2016-06-29 -> 2017-09-17
fixes build
2017-09-28 18:47:39 +02:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Joachim F 105001deac Merge pull request #29689 from jerith666/minecraft-1.12.2
minecraft-server: 1.12 -> 1.12.2
2017-09-24 07:46:57 +00:00
Matt McHenry aedfc0d8d3 minecraft-server: 1.12 -> 1.12.2 2017-09-22 21:42:38 -04:00
Kranium Gikos Mendoza 92ec5cddbc trackballs: 1.1.4 (broken) -> 1.2.3 2017-09-22 21:37:26 +10:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Cray Elliott 8080285966 zandronum: fix soundfont support, minor cleanup
also add myself to maintainers
2017-09-15 23:08:47 -07:00
Cray Elliott 990ea8789d zandronum: 2.1.2 -> 3.0
remove sqlite-amalgamation and put it internal to the zandronum folder,
as it is only used by zandronum. Patches needed to avoid build impurities
and to get the correct protocol version to connect to public servers.

remove zandronum_bin as it is no longer needed
2017-09-15 11:26:11 -07:00
Jörg Thalheim cc04948a49 Merge pull request #29180 from srhb/nixos-unstable
steam: Get rid of newStdcpp option, always on
2017-09-13 22:04:13 +01:00
Sarah Brofeldt 734a04800a steam: Get rid of newStdcpp option, always on 2017-09-10 10:54:06 +02:00
Samuel Leathers dc15c15338 scorched3d: fixing build with gcc6 2017-09-08 15:08:00 +02:00
Vladimír Čunát 3a93d9c516
factorio: fixup my eval fixup f9ea527a02 2017-09-07 23:15:08 +02:00
Vladimír Čunát f9ea527a02
factorio: use throw instead of abort
Otherwise if you try to listing all available packages, you will get a
hard error on platforms not supported by this package.  Consequently the
tarball job was broken.
2017-09-07 19:15:58 +02:00
Eric Litak 2164c01a53 factorio: 0.15.33 -> 0.15.34 2017-09-05 15:04:27 -07:00
Eric Litak 02d715d29b factorio: refactored the arch+version abstraction 2017-09-05 15:02:24 -07:00
Jörg Thalheim 1791b43691 Merge pull request #29022 from disassembler/stuntrally
stunt rally: fixing build with gcc6
2017-09-05 16:36:01 +01:00
Samuel Leathers 2134b928ec stunt rally: fixing build with gcc6 2017-09-05 10:29:51 -04:00
Tuomas Tynkkynen eecf9c5bb6 openlierox: Fix build 2017-09-04 19:40:03 +03:00
gnidorah 98d4a7ec51 openjk: add desktop items 2017-09-03 16:18:18 +03:00
obadz 5b943136fc pokerth: fix build error which was probably due to a changing C++ dependency (boost/g++?)
Ticks one box in #28643
2017-09-02 15:00:54 +01:00
Jörg Thalheim b2e7e231ec Merge pull request #28825 from disassembler/crrcsim
crrcsim: build with gcc6
2017-09-01 14:13:21 +01:00
Samuel Leathers 6bc775cdf6 crrcsim: build with gcc6 2017-09-01 08:56:30 -04:00
Ricardo Ardissone a2794ee5f6 openmw: 0.41 -> 0.42 2017-08-31 22:18:27 -03:00
David Pflug 71d83eac88 gargoyle: 2017-05-10 -> 2018-08-27 2017-08-30 16:20:09 +02:00
Will Dietz 438a5c7f98 armagetronad: 0.2.8.3.3 -> 0.2.8.3.4 2017-08-29 13:57:22 -05:00
Michael Raskin d0d191939c xconq: fix build 2017-08-29 20:31:57 +02:00
Michael Raskin e3f4de8940 asc: 2.4.0.0 -> 2.6.0.0; maintain 2017-08-29 16:07:48 +02:00
Michael Raskin 09eb4adf91 lincity_ng: 2.0 -> 2.9beta20170715 2017-08-29 14:24:12 +02:00
Robin Gloster 8d6682ca0b
snake4: don't install with setuid
what the..
2017-08-29 00:34:33 +02:00
Linus Heckemann f5068aadd9 endless-sky: 0.9.6 -> 0.9.8 2017-08-27 21:37:59 +02:00
Orivej Desh 927eb6f417 rocksndiamonds: init at 4.0.0.2 2017-08-26 23:58:16 +00:00
Vincent Laporte 0e9be66b7c globulation2: fix build 2017-08-26 15:57:01 +02:00
Orivej Desh 0c48a3bf53 gargoyle: 2017-03-12 -> 2017-05-17 2017-08-26 01:02:34 +00:00
gnidorah ff68bcd563 openjk: comment why we set DCMAKE_INSTALL_PREFIX 2017-08-24 19:41:27 +03:00
gnidorah f1711c8fbd openjk: init at 2017-08-11 2017-08-24 09:33:28 +03:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Justin Humm bfb0bf849e naev: add freetype dependency 2017-08-22 10:29:57 +02:00
Frederik Rietdijk 8f2ea38f8f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-17 18:34:17 +02:00
Michael Peyton Jones 1b262de7ee Factorio: 0.15.31 -> 0.15.33 2017-08-15 23:46:35 +01:00
Eelco Dolstra 9eb901b70d
Merge remote-tracking branch 'origin/gcc-6' into staging 2017-08-14 11:38:00 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Robin Gloster 9b3f95498b
soi: is not broken 2017-08-12 16:54:58 +02:00
Robin Gloster cdb7197d3e
glestae: remove
Has been broken for years
2017-08-12 16:54:58 +02:00
Robin Gloster a33dfc86f3
ultrastardx: 1.1, 1.3-beta -> 2017.8.0 2017-08-12 14:01:08 +02:00
Vladimír Čunát 6899c7fdb9
Merge branch 'master' into gcc-6 2017-08-12 10:09:41 +02:00
rybern d06ab41c85 moon-buggy: init at 1.0.51 (#28165) 2017-08-11 22:32:59 +02:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
James Cook f6aa2df335 rftg: init at 0.9.4
An implementation of the card game Race for the Galaxy, including an AI
2017-08-08 08:56:29 -07:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Gabriel Ebner 357b93e1b1 anki: 2.0.36 -> 2.0.46 2017-08-06 15:33:50 +02:00
Robin Gloster 0b96f1d6d3
bsdgames: fix weird Makefile use of STRIP 2017-08-03 21:50:50 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk 69d2d02127 Merge pull request #27851 from mimadrid/update/klavaro-3.03
klavaro: 3.02 -> 3.03
2017-08-01 21:50:41 +02:00
mimadrid 270bfa2ca3
klavaro: 3.02 -> 3.03 2017-08-01 20:57:37 +02:00
gnidorah b5057f713d openmw-tes3mp: init at 0.6.0
abbradar:
openmw-tes3mp: make build parallel
openmw-tes3mp: install only needed files

Closes #27646.
2017-08-01 20:24:04 +03:00
Robin Gloster ff8684a141
zeroad: 0.0.21 -> 0.0.22 2017-08-01 10:35:01 +02:00
Joachim F b9518d3b5a Merge pull request #27687 from elitak/factorio-version
factorio: 0.15.30 -> 0.15.31
2017-07-28 05:44:28 +01:00
Nikolay Amiantov 861a75a64c the-powder-toy: 91.5.330 -> 92.0.331 2017-07-27 17:07:45 +03:00
Nikolay Amiantov 679d7f563a ioquake3-git: 2017-01-27 -> 2017-07-25 2017-07-27 17:07:44 +03:00
Nikolay Amiantov 342b987b19 dwarf-fortress-packages.dfhack: 0.43.05-r1 -> 0.43.05-r2 2017-07-27 17:07:44 +03:00
Nikolay Amiantov f4312a3024 crawl: 0.19.0 -> 0.20.1 2017-07-27 17:07:44 +03:00
Eric Litak 2647ef05d4 factorio: 0.15.30 -> 0.15.31 2017-07-27 07:05:28 -07:00
Lancelot SIX 798ad28134
gnuchess: 6.2.4 -> 6.2.5
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00012.html
2017-07-27 10:31:50 +02:00
Peter Simons 9c64582141 hedgewars: fix ambiguous use of the zlib variable 2017-07-26 10:20:31 +02:00
Eelco Dolstra a13802b2c8
Merge remote-tracking branch 'origin/master' into gcc-6 2017-07-21 11:05:58 +02:00
Eric Litak 9953a798fb factorio: authenticatedFetch now handles 404 properly 2017-07-16 06:11:09 -07:00
Eric Litak 96b4ed637b factorio: 0.15.26 -> 0.15.30 (#27421) 2017-07-16 13:08:48 +01:00
Ricardo Ardissone b7ed72d4ce cataclysm-dda-git: init at 2017-07-12 2017-07-12 17:35:55 -03:00
zimbatm 4d545297d8 lib: introduce imap0, imap1 (#25543)
* lib: introduce imap0, imap1

For historical reasons, imap starts counting at 1 and it's not
consistent with the rest of the lib.

So for now we split imap into imap0 that starts counting at zero and
imap1 that starts counting at 1. And imap is marked as deprecated.

See c71e2d4235 (commitcomment-21873221)

* replace uses of lib.imap

* lib: move imap to deprecated.nix
2017-07-04 23:29:23 +01:00
Eric Litak a72c1e4e1c factorio: 0.15.16 -> 0.15.26 2017-07-02 05:43:33 -07:00
John Ericson e1faeb574a Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
Purge stdenv cross
2017-06-28 21:39:16 -04:00
John Ericson 67b5f39c72 scummvm: Don't use stdenv.cross 2017-06-28 18:21:06 -04:00
Nick Hu 24156c64b4 dfhack: 0.43.05-alpha4 -> 0.43.05-r1 2017-06-26 10:18:55 +01:00
Unai Zalakain 6e52efe9eb
qgo: init at unstable-2016-06-23 2017-06-25 12:29:18 +02:00
Robin Gloster 15f6dcb668
Merge remote-tracking branch 'upstream/master' into gcc-6 2017-06-20 11:24:39 +02:00
Franz Pletz c34d43a4ce
openttd: 1.6.1 -> 1.7.1 2017-06-20 03:45:41 +02:00
Franz Pletz 99bd99db3d
bzflag: 2.4.8 -> 2.4.10 2017-06-20 03:45:41 +02:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Vladimír Čunát d88c0cf867
Merge #26628: treewide: setuid/setgid fallout 2017-06-17 13:23:39 +02:00
Jörg Thalheim aa49177091 xconq: add remark to patch 2017-06-17 10:46:48 +01:00
Simon Lackerbauer e0c1c51d73 ltris: init at 1.0.19 2017-06-16 21:37:18 +02:00
Will Dietz 794a4a5ce5 xsokoban: Fix OWNER username quoting, maybe fix travis? 2017-06-16 10:42:45 -05:00
Will Dietz b20b2af59f unnethack: override GAMEPERM to not include special bits 2017-06-16 07:24:39 -05:00
Will Dietz 479d9f9cd3 xsokoban: Don't set special bits on install 2017-06-16 07:18:20 -05:00
Will Dietz b6caf10989 xconq: don't set special perms on install 2017-06-16 07:04:54 -05:00
Joachim F 97fcbd9a31 Merge pull request #26526 from lheckemann/ror-update
rigsofrods: 20160412 -> 0.4.7.0
2017-06-15 09:45:38 +01:00
Edward Tjörnhammar 0f9a2285b8
ezquake: init at 3.0.1 2017-06-15 08:37:24 +02:00
Profpatsch 79dd4deda5 Ultrastar (#26524)
* ultrastardx-beta: init at 1.3.5

* libbass, libbass_fx: init at 24

* ultrastar-creator: init at 2017-04-12

* buildSupport/plugins.nix: add diffPlugins

Helper function to compare expected plugin lists to the found plugins.

* ultrastar-manager: init at 2017-05-24

The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.

* beets: switch to diffPlugins

The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00
Linus Heckemann 4fc077bfee vdrift: fix build (#26522)
Had been broken since 7bf7f19765
2017-06-13 21:51:33 +02:00
Pascal Wittmann 972fa2a219
instead: 3.0.0 -> 3.0.1 2017-06-13 21:37:50 +02:00
Linus Heckemann db2849c8a2 rigsofrods: 20160412 -> 0.4.7.0 2017-06-13 10:52:38 +01:00
Vincent Laporte 2d64e1b7d0 lbreakout2: fix build on Darwin 2017-06-10 07:43:45 +00:00
Joachim F cabdbcbcb8 Merge pull request #26483 from ciil/lbreakout2-pkg
lbreakout2: init at 2.6.5
2017-06-09 21:54:24 +01:00
Simon Lackerbauer 7d87d234d3 lbreakout2: init at 2.6.5 2017-06-09 19:23:40 +02:00
ikervagyok 55ca2cf495 minecraft-server: 1.11.2 -> 1.12 (#26458) 2017-06-09 17:07:31 +01:00
Simon Lackerbauer 762aa2b819 lbreakout2: init at 2.6.5 2017-06-09 16:31:36 +02:00
Simon Lackerbauer 63e967a33a lbreakout2: init at 2.6.5 2017-06-09 09:25:28 +02:00
Tuomas Tynkkynen 9e41ba6e96 bastet: 0.43.1 -> 0.43.2 2017-06-08 23:13:06 +03:00
Jan Malakhovski d69cdaa52b klavaro: fix meta (#26449) 2017-06-07 18:27:47 +01:00
Jörg Thalheim e391b7a813 Merge pull request #26330 from Drakonis/master
gzdoom: 3.0.1 -> 3.1.0
2017-06-02 21:46:23 +01:00
Itai Zukerman ad7bee4eb4 steam: Added extraPkgs option to chroot env. 2017-06-02 20:19:03 +03:00
Drakonis 0fbe724172 gzdoom: 3.0.1 -> 3.1.0 2017-06-02 12:02:34 -03:00
Robin Gloster c1359ce04b
Merge remote-tracking branch 'upstream/master' into gcc-6 2017-06-02 15:39:25 +02:00
Orivej Desh 5bc28da745 instead-launcher: 0.6.3 -> 0.7.0 2017-06-01 01:09:50 +00:00
Orivej Desh 624c216f3c instead: 2.4.1 -> 3.0.0 2017-06-01 01:09:30 +00:00
Frederik Rietdijk 9cbb69b11a Merge pull request #26182 from lheckemann/xonotic-audio
xonotic: fix audio
2017-05-30 19:53:37 +02:00
Robin Gloster 13f2f8673b
OVMF: fix build
$fd for the output was overwritten during the build
2017-05-29 12:21:17 +02:00
Anderson Torres 815ad7c549 Galaxis: init at 1.9 (#26185)
* Galaxis: init at 1.9

* galaxis: nitpicks
2017-05-28 19:59:36 +01:00
Linus Heckemann cf456b9a8a xonotic: fix audio
This fixes #26117.

Also allow easy switching to debug/profiling builds.
2017-05-28 15:31:57 +01:00
Johannes Barthelmes 636ce2dfdb factorio: 0.15.1 -> 0.15.16 2017-05-28 05:00:18 +02:00
Unai Zalakain 87c1097af1 xonotic: 0.8.1 -> 0.8.2
As with 0.8.1, music is still not working.
2017-05-26 18:24:34 +02:00
Unai Zalakain b0f167e96d xonotic: fix xonotic not finding libcurl at runtime 2017-05-26 18:24:17 +02:00
Vladimír Čunát 8004e79415
Merge branch 'master' into staging 2017-05-24 03:24:06 +02:00
Armijn Hemel 81319583bc freeciv: 2.5.6 -> 2.5.7 2017-05-23 17:21:33 +04:00
Robin Gloster cb00af4a2c
Merge remote-tracking branch 'upstream/master' into gcc-6 2017-05-23 11:50:02 +02:00
Arseniy Seroka 1ab1d2b4e5 Merge pull request #25979 from AndersonTorres/vms-empire
vms-empire: init at 1.14
2017-05-22 20:02:52 +03:00
Arseniy Seroka dd10788280 Merge pull request #25972 from AndersonTorres/robotfindskitten
robotfindskitten: init at 2.7182818.701
2017-05-22 20:02:05 +03:00
Cray Elliott c0bc3c80c8 eternity-engine: 3.40.46 -> 3.42.02
also cleaned up considerably, this was the first nix file I ever wrote!
2017-05-22 04:37:39 -07:00
Cray Elliott 6c7b2081a7 gzdoom: 2.3.2 -> 3.0.1
also change license to gpl3, gzdoom migrated licenses! (yay)
2017-05-22 04:37:39 -07:00
Frederik Rietdijk 99cfab07b9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-22 09:21:40 +02:00
AndersonTorres 8f84651132 vms-empire: init at 1.14 2017-05-21 18:57:12 -03:00
Robin Gloster a85ac4b887
banner: 1.3.3 -> 1.3.4 2017-05-21 20:27:44 +02:00
AndersonTorres 0808896e73 robotfindskitten: init at 2.7182818.701 2017-05-21 14:33:43 -03:00
Robin Gloster da9adb8fab
Merge remote-tracking branch 'upstream/master' into gcc-6 2017-05-20 14:55:44 +02:00
Vladimír Čunát 65ede052fa
treewide: fixup packages with RPATH problems 2017-05-16 18:30:58 +02:00
Tuomas Tynkkynen cb245f228f stepmania: 5.0.10 -> 5.0.12 2017-05-14 02:36:04 +03:00
Ole Jørgen Brønner 6fef3228f9 sgtpuzzles: fix broken gtk3 file dialog (#25694)
include wrapGAppsHook for file dialog to work
2017-05-11 07:52:43 +01:00
Michael Raskin f79a5fc30d Merge pull request #25160 from m3tti/quakespasm
Quakespasm: init at 0.92.1
2017-05-07 10:03:42 +02:00
Mathäus Sander 15b98cb634 quakespasm: init at 0.92.1 2017-05-07 08:02:50 +02:00
Joachim F df5329e127 Merge pull request #20317 from Radvendii/master
MAR1D: init at 0.2.0
2017-05-06 18:16:06 +01:00
Vladimír Čunát d7501b986a
luajit: 2.1.0-beta2 -> 2.1.0-beta3
The removal of `luaL_reg` alias caused lots of breakage.
Only sysdig and knot-resolver needed (also) other changes.
2017-05-02 14:00:45 +02:00
Guillaume Maudoux 92f53af64d factorio-demo: init at 0.14.23 (#25265) 2017-04-30 02:51:07 +01:00
Eric Litak 81122d3beb factorio: 0.14.21 -> 0.15.1 2017-04-24 19:03:12 -07:00
Eric Litak 3a083218b9 factorio: add name as arg to authenticatedFetch 2017-04-24 19:03:12 -07:00
Mathäus Sander bbf114cf22 quakespasm: init at 0.92.1 2017-04-23 22:22:44 +02:00
Michael Raskin 8611d92954 Merge pull request #25136 from taku0/hunspell-1.6.1
hunspell: 1.3.3 -> 1.6.1
2017-04-23 11:04:27 +02:00
taku0 5bcaeda4c8 hunspell: 1.3.3 -> 1.6.1 2017-04-23 11:42:59 +09:00
Jörg Thalheim 81e6e21175 Merge pull request #24521 from orivej/instead-launcher
instead-launcher: init at 0.6.3
2017-04-18 01:36:40 +02:00
Philipp Steinpass eec5775a4c steam: move libpciaccess as non-runtime dependencies 2017-04-11 01:51:46 +03:00
Daiderd Jordan f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Nikolay Amiantov 11d76ef891 nethack: add utils to path 2017-04-10 02:20:34 +03:00
Matthew Bauer 9e7faf9883
exult: Fix macOS build 2017-04-08 23:28:02 -05:00
Matthias Herrmann f1480038a4 urbanterror: 4.3.1 -> 4.3.2 2017-04-05 20:47:15 +02:00
David McFarland 398823da6e Revert "steam: use custom openssl"
No longer necessary. See https://github.com/NixOS/nixpkgs/pull/23034#issuecomment-291005754

This reverts commit a120bad30c.
2017-04-03 09:04:44 +02:00
Orivej Desh 57a29cab6a instead-launcher: init at 0.6.3 2017-04-01 01:43:12 +00:00
michael bishop 3690ad1772
multimc: 5 -> 0.5.1 2017-03-31 18:37:32 -03:00
Robin Gloster 520ce40bb3
zeroad: do not build on i686 2017-03-30 16:23:35 +02:00
Robin Gloster c38d6b493e
ultrastardx: mark as broken 2017-03-30 16:23:35 +02:00
Robin Gloster b5ad5c3d80
hawkthorne: mark as broken 2017-03-30 12:06:08 +02:00
John Ericson 4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
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.
2017-03-30 03:05:05 -04:00
Robert Helgesson f92d08020d
atanks: remove unnecessary patch phase 2017-03-23 21:52:09 +01:00
Linus Heckemann a4d285616d
atanks: 6.2 -> 6.5 2017-03-23 21:51:48 +01:00
Orivej Desh 9d38774a28 gargoyle: init at 2017-03-12 2017-03-19 22:36:29 +00:00
Nikolay Amiantov 9748828e78 steamPackages.steam-runtime-wrapped: override vulkan-loader
This way we get /run/opengl-driver as a search path.
Fixes #24056.
2017-03-19 22:00:48 +03:00
Michael Raskin a8e2597772 Merge pull request #23161 from AndersonTorres/freecell-solver
freecell-solver: 3.26.0 -> 4.8.0
2017-03-18 17:24:15 +01:00
Michael Raskin a7945a8cab sgt-puzzles: 20161228.7cae89f -> 20170228.1f613ba 2017-03-09 18:47:37 +01:00
Renaud e57e005ac8 lgogdownloader: 2.28 -> 3.2
lgogdownloader: 2.28 -> 3.2
2017-03-09 03:10:48 +02:00
Ricardo Ardissone 8cbba14dbe
tome4: 1.4.6 -> 1.4.9 2017-03-06 19:43:25 +01:00
Profpatsch 07bf113bbe garden-of-coloured-lights: init at 1.0.9 2017-03-06 19:37:24 +01:00
Linus Heckemann 17015b421e endless-sky: 0.9.4 -> 0.9.6 2017-03-06 12:36:53 +00:00
Robin Gloster fc57e634f3
scid: fix build 2017-03-03 15:18:08 +01:00
Carles Pagès 0f9517eb9e hexen: mark as broken
Does not build and is not maintained.
2017-03-03 12:03:48 +01:00
Nikolay Amiantov cb13a8c5f8 openspades: 0.0.12 -> 0.1.1b
Remove openspades-git, it's not needed now that there was a release.
2017-03-03 00:34:36 +03:00
Jörg Thalheim fb81abdc7d cockatrice: add unstable version prefix 2017-03-01 14:03:36 +01:00
Spencer Janssen b67ce6baf9 cockatrice: 2015-09-24 -> 2017-01-20 2017-03-01 14:03:36 +01:00
rnhmjoj d35ff57b4e arx-libertatis: 2016-07-27 -> 2017-02-26 2017-03-01 02:24:38 +03:00
Robin Gloster 75707b748c
lincity: fix build 2017-02-28 17:33:31 +01:00
Franz Pletz e0b04b4c37
bzflag: 2.4.2 -> 2.4.8 2017-02-28 16:00:56 +01:00
Robin Gloster 768fac6c36
btanks: fix build 2017-02-28 15:50:30 +01:00
Tristan Helmich 3c16812acf micropolis: fix build (patch changed) 2017-02-28 12:53:49 +01:00
Robin Gloster bbefb5d06a
warmux: fix build 2017-02-27 13:39:11 +01:00
Bjørn Forsman 3d104ab2b3 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Michael Raskin a872e22280 speed_dreams: 2.0.0-a3 -> 2.2.1 2017-02-26 18:10:36 +01:00
Herwig Hochleitner 189e7add9b ja2-stracciatella: init 0.15.1
This is the open-source version of the venerable Jagged Alliance 2.

Stracciatella means almost vanilla. This version is only changed for
fixes, stability improvements and to host mods.

The original data files are non-free and have to be provided by the user.
2017-02-26 11:45:15 +01:00
AndersonTorres a20dd46689 freecell-solver: 3.26.0 -> 4.8.0 2017-02-24 08:36:55 -03:00
Armijn Hemel 19a302f6f6
scummvm: 1.8.0 -> 1.9.0
Use direct download instead of sourceforge mirror which no longer
works.
2017-02-17 23:46:53 +01:00
Lluís Batlle i Rossell 1e7da9ec78 trigger: update to 0.6.5 2017-02-16 22:25:23 +01:00
rardiol 195ca7393c widelands: 18 -> 19 (#22796) 2017-02-15 07:11:59 +01:00
Laverne Schrock f56fa4824a mnemosyne: move generated locale files to correct location
It feels like a bit of a hack to move them after the install rather
than generating them in the correct spot in the first place, but this
fixes #12763.
2017-02-15 00:50:05 +01:00
Tuomas Tynkkynen c86798125b amoeba: init at 1.1
This uses all the patches from Debian since otherwise it would work on
i686 among other things.
2017-02-14 15:45:09 +02:00
Ertugrul Söylemez 0980003040 zdbsp: init at 1.19 2017-02-11 05:47:09 +01:00
Vladimír Čunát a2c867fd39
Merge branch 'staging' 2017-02-04 21:02:46 +01:00
pngwjpgh 913c5b21d5 gcs: init at 4.8.0 (#22173) 2017-02-04 15:36:38 +01:00
Carles Pagès 500d48f547 minetest: use system jsoncpp
It was already in buildInputs but was not being used.
2017-02-03 17:46:58 +01:00
Thomas Tuegel 74f5672a1c Merge pull request #22406 from abbradar/qtenv
Qt 5: Use buildEnv for env, don't use it for packages
2017-02-03 09:57:58 -06:00
Nikolay Amiantov 8a67af13f4 multimc: don't use qt.full 2017-02-03 18:21:16 +03:00
Vladimír Čunát adab4cd58b
Merge branch 'master' into staging 2017-02-03 11:47:38 +01:00
Nikolay Amiantov 025eae1a8c Merge pull request #22397 from MP2E/urbanterror_update
urbanterror: 4.2.023 -> 4.3.1
2017-02-03 13:03:48 +03:00
Carles Pagès 922b33553d Merge pull request #22395 from MP2E/dhewm3_update
dhewm3: 20130113 -> 1.4.1
2017-02-03 09:15:35 +01:00
Cray Elliott ef77fba573 gzdoom: 2.2.0 -> 2.3.2 2017-02-02 15:39:24 -08:00
Cray Elliott a430acb4d8 urbanterror: 4.2.023 -> 4.3.1 2017-02-02 15:37:11 -08:00
Cray Elliott 45f51f05b8 dhewm3: 20130113 -> 1.4.1 2017-02-02 15:36:52 -08:00
Eelco Dolstra 9d6a55aefd
~/.nixpkgs -> ~/.config/nixpkgs
The former is still respected as a fallback for config.nix for
backwards compatibility (but not for overlays because they're a new
feature).
2017-02-01 16:07:55 +01:00
Vladimír Čunát a2e7770b51
Merge branch 'master' into staging
There have been some larger security rebuilds on master.
2017-02-01 15:56:35 +01:00
Nikolay Amiantov 5fb5914c35 ioquake3: 2016-11-02 -> 2017-01-27 2017-01-31 03:27:11 +03:00
Nikolay Amiantov 1809cb56e1 dwarf-fortress-packages.dfhack: 0.43.05-alpha2 -> 0.43.05-alpha4 2017-01-31 03:27:10 +03:00
Nikolay Amiantov e778f8032c crawl: 0.19.1 -> 0.19.3 2017-01-31 03:27:10 +03:00
Nikolay Amiantov db99892817 treewide: quote homepages in my packages 2017-01-31 03:27:10 +03:00
Tuomas Tynkkynen 424cfe7686 Merge remote-tracking branch 'upstream/master' into staging 2017-01-29 02:16:29 +02:00
Vladimír Čunát 6973c7739e
Merge branch 'master' into staging
There were some larger rebuilds because of security.
2017-01-26 16:49:41 +01:00
Cray Elliott d1043bf75b chocolate-doom: 2.2.1 -> 2.3.0 2017-01-25 18:54:18 -08:00
Jörg Thalheim 152da41893 Merge pull request #22141 from benrob0329/master
minetest 0.4.14 -> 0.4.15
2017-01-25 23:04:56 +01:00
Shaun Sharples cde8e89a2e factorio: 0.13.20 -> 0.14.21 2017-01-25 21:39:37 +01:00
Robin Gloster bc08b942e9
warmux: add patch to fix build with gcc6 2017-01-25 20:12:39 +01:00
Robin Gloster 41cb4593b4
openxcom: add patch to fix build with gcc6 2017-01-25 20:12:39 +01:00
Benrob0329 15c23d91a8 minetest 0.4.14 -> 0.4.15 2017-01-25 13:41:58 -05:00
zimbatm 38cc58896c warsow: mark as broken
libjpeg62 is broken as well
2017-01-24 16:16:47 +00:00
Robin Gloster 563dd7886c
Merge remote-tracking branch 'upstream/master' into gcc-6 2017-01-23 00:21:18 +01:00
Graham Christensen c39fc44adf Merge pull request #22013 from peterhoeg/u/stk
supertuxkart: 0.9 -> 0.9.2
2017-01-22 08:05:49 -05:00
Peter Hoeg 0d785c5986 supertuxkart: 0.9 -> 0.9.2
Also known as the "get ready for babysitting the nieces" release.
2017-01-22 12:30:14 +08:00
Carles Pagès fd400ced6b Rename page to cpages to match github
I also updated the mail.
2017-01-20 16:55:29 +01:00
Robin Gloster 1ce3d0b97e
warmux: add patch to fix build with gcc6 2017-01-20 16:39:30 +01:00
Robin Gloster b705cd4da7
openxcom: add patch to fix build with gcc6 2017-01-20 16:39:29 +01:00
Robin Gloster d9418bf8fb
eduke32: fix build 2017-01-19 16:52:40 +01:00
Moritz Ulrich 63d7b206d8
flightgear, simgear: 2016.4.3 -> 2016.4.4 2017-01-18 16:58:45 +01:00
Robin Gloster 34b6f1f18b
angband: pin to ncurses5 to fix build 2017-01-14 18:39:01 +01:00
Tim Steinbach 4fce3aa442
minecraft-server: 1.11.1 -> 1.11.2 2017-01-11 20:18:38 -05:00
Michael Raskin 15ef9bc87d xsok: init at 1.02 2017-01-10 20:08:31 +01:00
Nikolay Amiantov 6a55b52944 warzone2100: 2.1.5 -> 2.2.2 2017-01-07 18:48:15 +03:00
Michael Raskin 99e4bd8627 sgtpuzzles: 20160429.b31155b -> 20161228.7cae89f 2017-01-02 20:18:49 +01:00
Michael Raskin 62adccb956 Merge pull request #21483 from rardiol/freeorion
freeorion: 0.4.5 -> 0.4.6
2016-12-30 22:14:35 +00:00
Michael Raskin 868147420d Merge pull request #21496 from rardiol/opendungeons
opendungeons: 0.6.0 -> 0.7.1
2016-12-30 20:40:25 +00:00
Vladimír Čunát 57c4ed837c
chessx: disable parallel make
http://hydra.nixos.org/build/45653907
/cc maintainer @luispedro.
2016-12-30 18:14:15 +01:00
Ricardo Ardissone 3705b1a429 opendungeons: 0.6.0 -> 0.7.1 2016-12-29 11:25:54 -02:00
Ricardo Ardissone e948a6d1f9 freeorion: 0.4.5 -> 0.4.6 2016-12-28 23:58:33 -02:00
Kier Davis f3e8a6df6b multimc: update to Java 8 (#21485)
Technically, this changes the version of Java depended on from 7 to
the default, which is currently 7 on darwin and 8 on all other
systems.
2016-12-29 02:33:39 +01:00
Nikolay Amiantov d479639187 freeciv: build with shared (not static) libraries 2016-12-29 00:33:13 +03:00
Nikolay Amiantov 5d5e0c19f6 Merge commit 'refs/pull/21479/head' of git://github.com/NixOS/nixpkgs 2016-12-29 00:32:52 +03:00
Nikolay Amiantov cdf306909f udev182: remove 2016-12-29 00:11:40 +03:00
Nikolay Amiantov 2d82189509 Merge pull request #21477 from rardiol/openmw
openmw: 0.40.0 -> 0.41.0
2016-12-28 23:40:45 +03:00
Ricardo Ardissone 00c46ecd74 freeciv: add enable_sqlite 2016-12-28 18:35:09 -02:00
Ricardo Ardissone 310d3fb910 freeciv: 2.5.3 -> 2.5.6 2016-12-28 18:35:08 -02:00
Ricardo Ardissone 384185f942 openmw: 0.40.0 -> 0.41.0 2016-12-28 16:42:47 -02:00
Moritz Ulrich bdc880e49d
flightgear: 3.4.0 -> 2016.4.3. 2016-12-24 22:57:25 +01:00
James Kent c52195daaf gnuchess and xboard definitely work on darwin 2016-12-22 17:00:33 +01:00
Tim Steinbach cbe8ff1a72 minecraft-server: 1.11 -> 1.11.1 2016-12-20 12:48:56 -05:00
John Ericson 508d9499b1 zdoom: Fix typo from 1cc9d9ef2c 2016-12-18 04:29:33 -05:00
Nikolay Amiantov 1cb3831f1c Merge pull request #21231 from abbradar/no-fmod
Update DOOM forks, remove top-level fmod
2016-12-18 00:29:46 +03:00
Nikolay Amiantov dca2e720bc zandronum: bundle fmod, fix libraries 2016-12-17 15:47:20 +03:00
Nikolay Amiantov 1cc9d9ef2c zdoom: 2.7.1 -> 2.8.1 2016-12-17 15:33:12 +03:00
Nikolay Amiantov 60903f7320 gzdoom: 2015-05-07 -> 2.2.0 2016-12-17 15:33:12 +03:00
Linus Heckemann 9aca55e79d
endless sky: init at 0.9.4 2016-12-11 08:57:35 +01:00
Nikolay Amiantov edaac2c3ff wesnoth: disable input frameworks 2016-12-10 12:27:43 +03:00
Graham Christensen 4c5a198019
teeworlds: 0.6.3 -> 0.6.4 for CVE-2016-9400 2016-12-07 19:46:54 -05:00
Tuomas Tynkkynen 55eb741146 xsokoban: Fix build 2016-12-05 02:01:54 +02:00
Sebastian Hagen aad48be62b rogue: Add alternative source archive URLs.
As of right now, rogue.rogueforge.net has been down for at least several hours
(likely more).
We add two mirrors here which are likely to be more reliable. We keep the
original download location as a fallback, in case that estimate turns out to be
incorrect.
2016-11-26 19:24:01 +00:00
Graham Christensen 4a5c66135a
gnuchess: 6.2.3 -> 6.2.4 for CVEs
CVE-2015-8972: stack buffer overflow related to user move input, where 160 characters of input can crash gnuchess
2016-11-23 23:23:49 -05:00
Nikolay Amiantov 8f63cc6d25 dwarf-fortress: remove unused oldAbiStdenv 2016-11-24 03:11:48 +03:00
Nikolay Amiantov 714cf7803c dwarf-fortress.dfhack: enable 64-bit build, fix segfault 2016-11-24 03:10:43 +03:00
Nikolay Amiantov 0070d0fc9b wesnoth-dev: 1.13.5 -> 1.13.6 2016-11-24 01:17:57 +03:00
Nikolay Amiantov 798f8e4226 ioquake3: 2016-08-11 -> 2016-11-02 2016-11-24 01:17:57 +03:00
Nikolay Amiantov ccaec3a88b dwarf-fortress-packages.phoebus-theme: 43.03 -> 43.05c 2016-11-24 01:17:57 +03:00
Nikolay Amiantov 809c6f0c98 dwarf-fortress-packages.cla-theme: 43.04-v23 -> 43.05-v23 2016-11-24 01:17:56 +03:00
Nikolay Amiantov a6fd30822f dwarf-fortress-packages.dfhack: 0.43.03-r1 -> 0.43.05-alpha2 2016-11-24 01:17:56 +03:00
Nikolay Amiantov 7e1d5eb17d crawl: 0.18.1 -> 0.19.1 2016-11-24 01:17:56 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Nikolay Amiantov 69e649503f Merge pull request #20586 from abbradar/spidermonkey
SpiderMonkey cleanup
2016-11-22 11:46:14 +03:00
Joachim F 35ae7dd578 Merge pull request #20571 from cleverca22/gogui
gogui: init at 1.4.9
2016-11-21 11:38:36 +01:00
michael bishop 2e100a3e10
gogui: init at 1.4.9 2016-11-21 00:47:22 -04:00
Nikolay Amiantov 292bb8f4c3 zeroad: 0.0.20 -> 0.0.21 2016-11-21 02:46:35 +03:00
Tim Steinbach f8cc9bf0fb Merge pull request #20582 from tomberek/minecraftUpdate
minecraft-server: 1.10.2 -> 1.11
2016-11-20 13:42:19 -05:00
Thomas Bereknyei a8498a7e28 minecraft-server: 1.10.2 -> 1.11 2016-11-20 13:33:04 -05:00
Pascal Wittmann f7e0bc2ae7
Make all meta.maintainers attributes lists 2016-11-20 18:06:03 +01:00
romildo 5e95e8e281 supertux: 0.5.0 -> 0.5.1 2016-11-17 16:52:33 -02:00
Taeer Bar-Yam 7c955abfc4 MAR1D: init at 0.2.0 2016-11-15 22:08:12 -05:00
David McFarland a120bad30c steam: use custom openssl 2016-11-09 21:18:32 -04:00
Moritz Ulrich 229bac0d09 steam: Add /etc/{localtime,zoneinfo}.
Some games (in my case Stardew Valley) require at least something in
/etc/localtime. The actual file linked there doesn't matter as long as
it's some valid timezone.
2016-11-08 18:44:28 +01:00
Nikolay Amiantov 2d18cf75e0 steam: add xkeyboardconfig 2016-11-05 14:47:31 +03:00
Nikolay Amiantov 45bff42b1e zeroadPackages.zeroad-data: disable Hydra builds 2016-11-05 14:45:40 +03:00
Tim Steinbach c86624c3db Merge pull request #20142 from NeQuissimus/dead_packages
Dead packages (Round 1)
2016-11-04 23:05:10 -04:00
Nikolay Amiantov 5eddbc10c9 zeroad: refactor, split data from binaries 2016-11-05 00:39:34 +03:00
Tim Steinbach 198a69fcb7
tintin: 2.00.9 -> 2.01.1 2016-11-04 11:29:22 -04:00
Joachim Fasting 0607fa1874
gnubg: fix build
Presumably, readline used to be propagated from one of the other inputs
but is no longer (the build succeeds on 16.09 but is unable to locate
readline.h on master).

https://hydra.nixos.org/build/42761215
2016-11-01 16:35:19 +01:00
Michael Raskin f6c61ebe3d blobby: wrap to create the configs in $HOME without user actions 2016-10-31 18:37:57 +01:00
Domen Kožar ffc6e46dad Merge pull request #19962 from canndrew/openra-update
openra: 20160508 -> 20161019
2016-10-29 15:23:34 +02:00
Andrew Cann de8e30c577 openra: 20160508 -> 20161019 2016-10-29 13:33:34 +08:00
Frederik Rietdijk 7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
AbigailBuccaneer db9958cdb9 gmad: init at HEAD 2016-10-24 18:23:26 +01:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Nick Novitski 69cf5aa4f3
frotz: init at 2.44
Closes https://github.com/NixOS/nixpkgs/pull/19595/files
2016-10-22 07:12:58 -04:00
Frederik Rietdijk 686c52d897 anki: use python2 2016-10-18 23:16:09 +02:00
Vladimír Čunát 6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00
Frederik Rietdijk efb6052f40 Python: fixup modules that were removed 2016-10-13 22:11:30 +02:00
Jörg Thalheim a41a62d96c Merge pull request #19415 from Mic92/opentyrian
opentyrian: 0.0.955 -> 2.1.20130907
2016-10-10 17:56:41 +02:00
Jörg Thalheim 75a6468d3c
opentyrian: 0.0.955 -> 2.1.20130907 2016-10-10 08:43:03 +02:00
Ricardo Ardissone ca6b9be5d1
openclonk: init at 7.0
fixes #17931
2016-10-09 18:34:10 +02:00
Peter Simons 2eeab5e3b2 anki: update to version 2.0.36 2016-10-07 19:10:40 +02:00
Jörg Thalheim 91f947130f Merge pull request #19229 from samuelrivas/crafty
crafty: 23.4 -> 25.0.1 (and: fix the build, remove obsolete options)
2016-10-06 10:04:17 +02:00
Jörg Thalheim 1bd8d7710e Merge pull request #19125 from markus1189/bin-bash-cleanup
Bin bash cleanup
2016-10-05 17:16:00 +02:00
Kiba Fox 151edd446d
tinyfugue: init at 50b8 2016-10-04 17:46:26 -04:00
Markus Hauck aafbd40577 Replace hard coded /bin/bash occurrences 2016-10-04 20:15:37 +02:00
Samuel Rivas 55286552d3 Merge remote-tracking branch 'origin/master' into crafty 2016-10-04 20:13:38 +02:00
Samuel Rivas cc79c1c9f0 crafty: 23.4 -> 25.0.1
Fix crafty and update to latest version

 * Download URLs changed to www.craftychess.com
 * crafty 23.4 doesn't quite build, updated to latest
 * Modify the wrapping script so that the books are in the user's home (so that
   they can be easily modified and also so that crafty can learn)
 * End game table bases are no longer available (should be built) removed from
   now
 * Platform specific targets changed, I can only test linux, so removed darwin
   for now
 * The enormous pgn is no longer available, removed
 * Removed craftyfull

update urls

move the books to HOME

So that learning works and we can modify books to control openings

remove leftovers

Delete unused parts

I have no idea how to build for ios, so I fixed linux build only (ios build was
broken anyway, so I removed it)

I couldn't find the new end game table bases, so I removed them for now.
2016-10-04 20:06:10 +02:00
Profpatsch 4c39fe5d66 xonotic: fix dependencies (#19173) 2016-10-03 15:14:16 +02:00
Joachim F 4822ac1a18 Merge pull request #19140 from Baughn/factorio
factorio: Don't set argv[0]
2016-10-02 13:23:25 +02:00
Tuomas Tynkkynen eda2dd3d2f treewide: Fix more 'lib.optional' misuses 2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen 5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Svein Ove Aas 24f2e0161d factorio: Don't set argv[0]
This is needed to let its auto-restart function work, e.g. when changing the mod
setup.
2016-10-01 18:53:18 +01:00
Aneesh Agrawal fcee1d0b28
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.

fixes #18000
2016-10-01 16:13:41 +02:00
Jörg Thalheim 7466214fa3 Merge pull request #19092 from romildo/upd.supertux
supertux: 0.4.0 -> 0.5.0
2016-09-30 15:56:08 +02:00
rushmorem d332b914ce torcs: 1.3.5 -> 1.3.7
This change also wraps `torcs` with `mesa` to fix the runtime
crush due to this dependancy which was missing.
2016-09-30 13:58:13 +02:00
José Romildo Malaquias 055c435dd0 supertux: rename directory like upstream 2016-09-29 21:26:55 -03:00
José Romildo Malaquias dcde39d57a supertux: 0.4.0 -> 0.5.0 2016-09-29 21:17:29 -03:00
Nikolay Amiantov 334abbc323 steam-runtime: add libXxf86vm 2016-09-28 01:28:07 +03:00
Nikolay Amiantov e80b22369d quake3: refactor wrapper, fix pak collisions 2016-09-24 12:49:59 +03:00
Franz Pletz 89a5f7de83
brogue: disable fortify hardening to fix runtime error
See #18888.
2016-09-24 02:10:08 +02:00
Profpatsch 67bec77c68 brogue: fix crash by stackprotector hardening (#18888) 2016-09-24 02:06:47 +02:00
Lancelot SIX 10db86373b
pkgs.gnuchess: 6.2.2 -> 6.2.3
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00015.html
for release announcement
2016-09-21 07:18:40 +02:00
Joachim F b20d9861ba Merge pull request #18713 from vikstrous/factorio-update
factorio: 0.13.13 -> 0.13.20
2016-09-18 13:53:32 +02:00
Viktor Stanchev 4ed934313f factorio: 0.13.13 -> 0.13.20 2016-09-17 17:12:58 -07:00
Nikolay Amiantov 2551d9717e ut2004demo: refactor, 3120 -> 3334 2016-09-17 23:06:46 +03:00
Nikolay Amiantov 663e379fb9 openmw: update for new openscenegraph 2016-09-17 15:27:12 +03:00
Ricardo Ardissone d2b6d912f2 openmw: 0.39.0 -> 0.40.0 2016-09-17 15:27:12 +03:00
Franz Pletz 296c671454
gsb: remove, depends on vulnerable curl3 2016-09-14 09:03:23 +02:00
Nikolay Amiantov 4748709926 Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgs 2016-09-13 12:51:34 +03:00
Nikolay Amiantov 9c47876b84 steam: don't write runtime tag file 2016-09-13 12:33:22 +03:00
Chris Martin cac553e8e0 steam: runtime-generated.nix md5->sha256 2016-09-13 12:33:22 +03:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Nikolay Amiantov 38ae858e28 Merge pull request #18514 from Baughn/steam
steam: Some games use Mono
2016-09-11 19:20:25 +04:00
Svein Ove Aas 70e4eab55b steam: Some games use Mono 2016-09-11 16:17:57 +01:00
Moritz Ulrich c2397bf425 mars: Fix build caused by missing GL/glu.h import 2016-09-09 11:28:03 +02:00
Nikolay Amiantov 5d7adc7b09 crawlTiles: fix build 2016-09-04 17:27:39 +03:00
Tuomas Tynkkynen dd3b6ef357 megaglest: Fix build
I'm guessing SDL propagated all this previously.
2016-09-04 14:43:23 +03:00
Robert Helgesson f144887ba0
teeworlds: use wrapProgram
Replace custom wrapper by wrapProgram tool.
2016-09-04 09:20:09 +02:00
Vladimír Čunát 501668ee0a teeworlds: update, cleanup 2016-09-03 17:13:42 +02:00
Robert Helgesson 297008b959
teeworlds: add freetype to build inputs
Fixes undefined references to functions in the freetype library.
2016-09-03 11:43:41 +02:00
Robert Helgesson 72f455362c
trigger-rally: fix build
Previously failed due to not finding `SDL.h`.
2016-09-03 11:29:59 +02:00
Tuomas Tynkkynen 5824b9c0e7 extremetuxracer: Fix build
Fixes:

````
ft_font.h:24:22: fatal error: ft2build.h: No such file or directory
````

Probably something propagated this previously.
2016-09-03 00:36:31 +03:00
Vladimír Čunát 9cd2b2bcb4 ut2004demo: show on x86_64-linux as well
Fixes #18213. Also add a fast mirror; hopefully the URL is persistent.
2016-09-02 21:29:36 +02:00
Michael Raskin 47bb8abd08 quantumminigolf: update SDL_ttf include 2016-09-02 10:22:16 +02:00
Joachim F 7bc2511b8b Merge pull request #18179 from womfoo/fix/tome4-build
tome4: fix build
2016-09-01 16:25:45 +02:00
Kranium Gikos Mendoza d15681f47b tome4: fix build 2016-09-01 16:26:24 +08:00
Robin Gloster 57bd89e447
fsg: disable format hardening 2016-08-29 17:01:03 +00:00
Robin Gloster 69b71d3eac liquidwar5: disable format hardening 2016-08-28 14:06:55 +00:00