Commit graph

1969 commits

Author SHA1 Message Date
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 23fdbaa37599f490435056b9865023870656571b)
[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