aszlig
f4a9d3c0d0
chromium: Clean up/remove old/unused stuff.
...
We no longer need to supply compiler and binutils to the build process,
se we can safely remove them. In addition, we're now passing the new
options linux_use_gold_binary and linux_use_bundled_gold to gyp, for
details, see:
https://codereview.chromium.org/239163003
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
2014-08-27 16:53:37 +02:00
Domen Kožar
1f3af28e8a
python3Packages.execnet: disable tests
2014-08-27 16:04:55 +02:00
Domen Kožar
6f689c5016
python3Packages: disable some more packages
2014-08-27 15:53:15 +02:00
Domen Kožar
62345fee55
python: provide better message if python interpreter is not supported
2014-08-27 15:53:15 +02:00
Domen Kožar
e50deca440
python3Packages.statd: rename to python_statsd, disable on py3k
2014-08-27 15:53:15 +02:00
Mateusz Kowalczyk
44922143fa
haskell-hakyll: update to 4.5.4.0
2014-08-27 15:23:33 +02:00
Mateusz Kowalczyk
422073018c
haskell-github: update to 0.11.0
2014-08-27 15:23:32 +02:00
Mateusz Kowalczyk
1cb510784a
haskell-dns: update to 1.4.4
2014-08-27 15:23:32 +02:00
Peter Simons
182968c704
Merge pull request #3812 from Fuuzetsu/free-game
...
haskell-free-game: add maintainer
2014-08-27 15:22:48 +02:00
Domen Kožar
aaa6156deb
python3Packages.subprocess32: disable on py3k
2014-08-27 15:13:43 +02:00
Domen Kožar
591ba58e42
perlPackages.NetAMQP: fix build
2014-08-27 14:55:14 +02:00
Oliver Charles
d216d87e6e
haskellPackages.markdown: New expression
2014-08-27 12:50:43 +01:00
Mateusz Kowalczyk
be1ac7c044
haskell-free-game: add maintainer
2014-08-27 12:39:20 +01:00
Emery Hemingway
4fc7e4e10e
picard: fix libdisc and acoustid fingerprinting issues
...
fpcalc is the external fingerprinter, not acoustid-fingerprinter
2014-08-27 13:38:53 +02:00
Emery Hemingway
d41b8b3091
chromaprint: switch FFT implementation to ffmpeg, build fpcalc
...
FFmpeg is prefered over FFTW3, and a mutual dependency of picard and acoustid-fingerprinter
2014-08-27 13:38:10 +02:00
Emery Hemingway
78bcfef61a
libdiscid update from 0.2.2 to 0.6.1
2014-08-27 13:37:56 +02:00
Domen Kožar
8493813850
python3Packages: more build fixes
2014-08-27 13:34:48 +02:00
Jaka Hudoklin
f0ed4b8a11
Merge pull request #3809 from ambrop72/bossa
...
Add BOSSA.
2014-08-27 13:33:02 +02:00
Domen Kožar
8b36efaf6a
python3Packages: more build fixes
2014-08-27 13:26:00 +02:00
Domen Kožar
d52d71a04b
pythonPackages.boto_1_9: remove
2014-08-27 13:26:00 +02:00
ambrop7@gmail.com
21090fa778
Add BOSSA.
...
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind
BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. BOSSA is an acronym
for Basic Open Source SAM-BA Application to reflect that goal.
2014-08-27 13:07:43 +02:00
Nathan Bijnens
ac90177cb1
Zookeeper
2014-08-27 13:01:30 +02:00
Emery Hemingway
ea7c412368
cpuminer-multi: initial expression
2014-08-27 12:47:36 +02:00
Andrew Morsillo
4933687885
Bump mongodb version from 2.6.0 to 2.6.4
2014-08-27 12:39:09 +02:00
Jaka Hudoklin
212d91a7dd
bitcoin: add support for altcoins
2014-08-27 12:08:16 +02:00
Florian Friesdorf
42ee3b2478
openldap - speedup build
2014-08-27 11:55:42 +02:00
Domen Kožar
08d2bee3ec
pythonPackages: fix last failing builds
2014-08-27 11:49:15 +02:00
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