aszlig
5e7a1cf955
build-support: Fix nix-prefetch-* on OS X.
...
Fixes a regression on OS X introduced by f83af95
.
Don't use --tmpdir for mktemp, because that flag doesn't exist on OS X.
However, using -t is deprecated in GNU coreutils, so as suggested by
@ip1981 we're now using parameter expansion on ${TMPDIR:-/tmp} to
provide /tmp as a fallback if TMPDIR is not set and use it instead.
Also use this approach for nix-prefetch-cvs now in order to stay
consistent.
Reported-by: Vladimir Kirillov <proger@wilab.org.ua>
Tested-by: Igor Pashev <pashev.igor@gmail.com>
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-27 11:22:34 +02:00
Domen Kožar
df30066790
pypy: test sqlite3 and verify the module
2014-08-27 11:20:24 +02:00
Shea Levy
0dc4edd90a
Add zendopcache php package
2014-08-27 03:21:03 -04:00
John Wiegley
686fa594ab
coq_HEAD: update to latest Git HEAD
2014-08-26 16:36:50 -05:00
Domen Kožar
4f2781019e
pypy: properly hint sqlite3 headers
2014-08-26 19:51:39 +02:00
Domen Kožar
8707a070ba
python-packages-generated: fix WebTest
2014-08-26 18:11:26 +02:00
Domen Kožar
e81f830114
pythonPackages.gcutil: fix build
2014-08-26 17:59:35 +02:00
Domen Kožar
981d0607f9
Revert "pythonPackages.gtimelog: 0.8.1 -> 0.9.1, use gi stack"
...
This reverts commit 4fbeca8823
.
PEBKAC.
2014-08-26 17:50:47 +02:00
Domen Kožar
a024d92193
fix eval job
2014-08-26 17:02:00 +02:00
Domen Kožar
6b404aa265
python34Packages.ColanderAlchemy: fix build
2014-08-26 16:52:28 +02:00
Domen Kožar
d9772ecc66
python3Packages: disable/upgrade bunch of packages
2014-08-26 16:47:04 +02:00
Domen Kožar
7f78c366f1
pythonPackages.ipaddr: 2.1.10 -> 2.1.11
2014-08-26 16:47:04 +02:00
Cillian de Róiste
6a12b9ab53
yoshimi: update from 1.2.2 to 1.2.3
2014-08-26 14:57:22 +02:00
Domen Kožar
4fbeca8823
pythonPackages.gtimelog: 0.8.1 -> 0.9.1, use gi stack
2014-08-26 14:54:05 +02:00
Domen Kožar
ce3d23a24d
pythonPackages.{beautifulsoup,django_evolution}: disable on py3k
2014-08-26 14:53:45 +02:00
Domen Kožar
3bf6383d6b
gtimelog: 0.8.1 -> 0.9.1, switch to gi
2014-08-26 14:41:44 +02:00
Domen Kožar
0a1d52711b
pygtk: disable on py3k
2014-08-26 14:41:44 +02:00
Peter Simons
cfdaf6ba78
haskell-monad-logger: update to version 0.3.7.2
2014-08-26 13:47:01 +02:00
Peter Simons
c4ef244fbe
haskell-ghc-syb-utils: update to version 0.2.2
2014-08-26 13:47:01 +02:00
Peter Simons
f38fabb65d
haskell-postgresql-simple: update to version 0.4.4.0
2014-08-26 13:47:01 +02:00
Peter Simons
a9c6e7da40
haskell-json-assertions: update to version 1.0.5
2014-08-26 13:47:01 +02:00
Peter Simons
0ac307bd8a
haskell-http-conduit: update to version 2.1.4.1
2014-08-26 13:47:01 +02:00
Peter Simons
6c3990bfae
haskell-vty: update to version 5.2.1
2014-08-26 13:47:01 +02:00
Peter Simons
9c1ed91d60
haskell-hi: re-generate with cabal2nix
2014-08-26 13:47:01 +02:00
Domen Kožar
2aac8ffcd8
python3Packages: fix some builds
2014-08-26 12:49:45 +02:00
Peter Simons
c1607dcd5a
haskell-wreq: disable the test suite to fix the build
...
https://github.com/NixOS/nixpkgs/pull/3795
2014-08-26 12:34:39 +02:00
Domen Kožar
0ba31c1e6d
pypy: give hints about sqlite3
2014-08-26 12:26:09 +02:00
Peter Simons
3af5310ef4
Merge pull request #3795 from MP2E/wreq_update
...
wreq updated to 0.2
2014-08-26 12:17:13 +02:00
Peter Simons
2bc3a54bfc
Revert "New package ghcParser"
2014-08-26 12:16:08 +02:00
Domen Kožar
7573763e89
netboot: simplify, build only on 64bit
2014-08-26 12:11:31 +02:00
Lluís Batlle i Rossell
f84c121e5e
Updating opencascade oce to 0.16 fix the build.
...
At some point the build stopped because of X/mesa updates.
2014-08-26 12:07:49 +02:00
Peter Simons
c17d85be5c
Merge pull request #3791 from cdhf/master
...
New package ghcParser
2014-08-26 11:53:04 +02:00
Peter Simons
67454f23e3
Merge pull request #3794 from MP2E/hi_update
...
Update hi to 0.8.2
2014-08-26 11:52:38 +02:00
Rob Vermaas
6c6dbc41fb
openspades: fix build by using fetchurl to download DevPaks27.zip.
2014-08-26 11:48:02 +02:00
Rob Vermaas
92ec3562c3
Mark nix-plugins as broken.
2014-08-26 11:33:58 +02:00
Rob Vermaas
8fc3bedb5a
Fix ntopng build
2014-08-26 11:22:23 +02:00
Domen Kožar
6417cf14b1
python3Packages.BTrees: fix build on i686-linux
2014-08-26 10:47:22 +02:00
Domen Kožar
5f8a9f81d1
pycurl: fix runtime dependency on openssl
2014-08-26 10:04:14 +02:00
Domen Kožar
276220262e
pypy: hint about tcl/tk headers/libs paths
2014-08-26 09:57:38 +02:00
Domen Kožar
abe7730f23
remove pdf2htmlex: too much hassle to fix it
2014-08-26 09:57:38 +02:00
Cray Elliott
5a717eef8b
wreq updated to 0.2
2014-08-25 23:50:14 -07:00
John Wiegley
72954393f8
haskell-ivory: 0.1.0.0 new expression
2014-08-26 01:21:49 -05:00
Cray Elliott
8dc11b46a6
Update hi to 0.8.2, doCheck set to false
2014-08-25 21:16:19 -07:00
Jaka Hudoklin
8a5f5e4e8b
Merge pull request #3793 from NixOS/pkgs/nfchacktools
...
Libnfc and mfcuk packages
2014-08-26 01:32:50 +02:00
Jaka Hudoklin
12c3f65173
Add mfcuk, tool for hacking mifare classic cards
2014-08-26 01:22:08 +02:00
Jaka Hudoklin
74625641f8
Add libnfc 1.7.1
2014-08-26 01:21:27 +02:00
Cray Elliott
f237f31b93
darcs updated to 2.8.5
...
tested to work with ghc 7.8.3
2014-08-25 15:58:21 -07:00
Cillian de Róiste
307924bbcc
synfigstudio: fix chroot build / hydra
...
The error message was:
Fontconfig error: Cannot load default config file
make[2]: *** [128x128/synfig_icon.png] Segmentation fault
(cherry picked from commit 759980c4fe9b07932f671d2e657189068d117405)
Conflicts:
pkgs/top-level/all-packages.nix
2014-08-25 23:00:59 +02:00
Moritz Ulrich
08f24b85c2
GnuPG: Bump to 2.0.26
2014-08-25 19:45:55 +02:00
Domen Kožar
6fab53b4c2
pythonPackages.robotframework: disable on py3k
2014-08-25 19:01:34 +02:00