zimbatm
e9eda43928
buildRubyGem: fix missing libobjc in darwin
...
This was preventing any ruby gem with a c extension to build.
mkmf would fail with a misleading error:
/nix/store/dmkcai8fnv21qxiasx628nim3mq4r4wg-ruby-2.2.3-p0/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
2016-01-24 23:15:40 +00:00
zimbatm
9a55295c49
buildRubyGem: fix NoMethodError
...
generate_stub doesn't exist and the output is not used in the code so I just
removed the line.
This was preventing the binstubs from generating properly.
2016-01-24 23:14:00 +00:00
Charles Strahan
95d892ec26
ghcjs: update and fix ghcjs/reflex libs
...
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Thomas Bereknyei
80d38d12b4
Gateone: fix cacerts dependency
2016-01-24 16:52:06 -05:00
Arseniy Seroka
e9950f465c
Merge pull request #12566 from sheganinans/master
...
kdbplus bump
2016-01-24 23:24:36 +03:00
Arseniy Seroka
10f7070bf0
Merge pull request #12221 from spinus/solaar
...
solaar: init at 0.9.2
2016-01-24 23:16:12 +03: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
Arseniy Seroka
d6d22151fa
Merge pull request #12588 from dezgeg/pr-binutils-platforms
...
binutils: Add platforms
2016-01-24 23:12:14 +03:00
Peter Simons
afba955d21
Merge pull request #12598 from cstrahan/haskell-post-patch
...
haskell-packages: properly set postPatch
2016-01-24 21:06:52 +01:00
Tobias Geerinckx-Rice
76b2ffbb08
Merge pull request #12587 from timbertson/gup
...
gup: 0.5.1 -> 0.5.3
2016-01-24 20:48:38 +01:00
Eric Seidel
dd6d4ca8cc
racket: change meta.platorms to unix
2016-01-24 11:33:34 -08:00
Frederik Rietdijk
28b460cdaa
pythonPackages.CommonMark: disable tests
2016-01-24 19:51:17 +01:00
Frederik Rietdijk
33c3e2e404
pythonPackages.xarray: fix test runner
2016-01-24 19:51:17 +01:00
Frederik Rietdijk
63353f9270
pythonPackages.cloudpickle: disable tests
2016-01-24 19:51:17 +01:00
Frederik Rietdijk
6f32d2a805
pythonPackages.tinycss: fix tests
2016-01-24 19:51:16 +01:00
Frederik Rietdijk
b194f07fda
pythonPackages.dask: fix test runner, disable tests
2016-01-24 19:51:16 +01:00
Frederik Rietdijk
08d43cd52e
pythonPackages.cloudpickle: init at 0.1.1
2016-01-24 19:51:16 +01:00
Frederik Rietdijk
3f82220c38
pythonPackages.umalqurra: no tests included
2016-01-24 19:51:16 +01:00
Frederik Rietdijk
6d478b3faf
pythonPackages.seaborn: fix test runner, disable tests
2016-01-24 19:51:15 +01:00
Frederik Rietdijk
64e4bdf109
pythonPackages.le: disable tests
2016-01-24 19:51:15 +01:00
Frederik Rietdijk
e72f0f2a6c
pythonPackages.joblib: 0.9.0b4 -> 0.9.4
2016-01-24 19:51:15 +01:00
Domen Kožar
31e465b584
dill: disable tests
2016-01-24 19:51:15 +01:00
Frederik Rietdijk
707f512c7d
fix eval
2016-01-24 19:51:14 +01:00
Frederik Rietdijk
af6d9c876c
pythonPackages.tinycss: fix test runner
2016-01-24 19:51:14 +01:00
Frederik Rietdijk
916f770ad4
pythonPackages.testfixtures: fix test runner, disable tests
2016-01-24 19:51:14 +01:00
Frederik Rietdijk
c0a54c4594
pythonPackages.uncertainties: disable tests
2016-01-24 19:51:14 +01:00
Domen Kožar
7bc2f2413d
blessings,nose_progressive: bump and fix for py3k
2016-01-24 19:51:14 +01:00
Domen Kožar
e572aff12d
futures_2_2: override futures
2016-01-24 19:51:13 +01:00
Domen Kožar
5a738e4542
pygraphviz: force rebuild
2016-01-24 19:51:13 +01:00
Domen Kožar
50767cd994
pygeoip: disable tests
2016-01-24 19:51:13 +01:00
Domen Kožar
8dda9916e2
sqlparse: disable tests on py3k
2016-01-24 19:51:13 +01:00
Domen Kožar
d483ad069f
pymysql: disable tests
2016-01-24 19:51:12 +01:00
Frederik Rietdijk
44f8a047f1
pythonPackages.mysql: disable tests
2016-01-24 19:51:12 +01:00
Frederik Rietdijk
feec7427e5
pythonPackages.pycups: disable tests
2016-01-24 19:51:12 +01:00
Domen Kožar
fcd91c453c
ndg_httpsclient: disable tests
2016-01-24 19:51:12 +01:00
Frederik Rietdijk
3479b2f985
pythonPackages.typogrify: disable tests
2016-01-24 19:51:11 +01:00
Tobias Geerinckx-Rice
d39f16fee6
pythonPackages.pelican: fix tests with Pygments 2.1
...
Broken in 38c83e2916
.
I'll open an upstream PR with this patch as well.
2016-01-24 19:43:54 +01:00
Charles Strahan
4fd985b9ae
haskell-packages: properly set postPatch
...
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc
ghcjs: fix the build
2016-01-24 13:28:24 -05:00
Al Zohali
d9066cd36f
flashplayer-standalone: init at 11.2.202.559
2016-01-24 19:29:02 +03:00
Aaron Schif
9aac99ccb0
homesick: init at 1.1.3 ( close #12465 )
2016-01-24 17:22:13 +01:00
Frederik Rietdijk
a98b8f3f11
pythonPackages.pygments_2_0: init at 2.0.2
2016-01-24 17:08:11 +01:00
Frederik Rietdijk
2b3f17f4e8
pythonPackages.dateutil_1_5: disable for python 3.x
2016-01-24 17:06:03 +01:00
Domen Kožar
215c5e4f78
django_1_9: don't run tests
2016-01-24 16:56:26 +01:00
Domen Kožar
6985596af8
filebrowser_safe: fix tests
2016-01-24 16:51:19 +01:00
Frederik Rietdijk
2c1c746497
pythonPackages.botocore: fix test runner, disable testing
2016-01-24 16:49:26 +01:00
Frederik Rietdijk
ced3914cdc
pythonPackages.awscli: disable testing
2016-01-24 16:49:10 +01:00
Domen Kožar
5a5e0757c5
azure-common: disable on PyPy
2016-01-24 16:47:10 +01:00
Domen Kožar
6dbec4451c
tlsh: 3.4.1 -> 3.4.5, disable tests
2016-01-24 16:45:33 +01:00
Domen Kožar
cc960f658c
pythonPackages.deform_bootstrap: fix build
2016-01-24 16:40:58 +01:00