Peter Simons
7c516259e7
r-modules: update list of broken packages
2015-10-05 14:15:41 +02:00
Peter Simons
3b9e450e42
Merge pull request #10234 from k0001/ghcjs-bumps-2
...
pkgs bumps: ghcjs, ghcjs-boot, ghcjs-shims, ghcjs-dom
2015-10-05 10:52:10 +02:00
Ricardo M. Correia
c9043e0c55
libnetfilter_conntrack: fix hash
...
The version was bumped but the hash wasn't updated.
2015-10-05 09:17:31 +02:00
vbgl
0de1939a77
Merge pull request #10087 from vbgl/coq-ext-lib
...
coq-ext-lib: c2c71a2a -> 0.9.0 & 1.0.0-beta2
2015-10-05 07:29:14 +02:00
Renzo Carbonara
5ed4e0c2fd
pkgs bumps: ghcjs, ghcjs-boot, ghcjs-shims, ghcjs-dom
2015-10-05 01:20:22 -03:00
Peter Simons
382a5b7328
haskell-clock: disable tests to break infinite recursion
2015-10-04 21:23:12 +02:00
Peter Simons
083b392fd0
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-11-gaf50139 using the following inputs:
- Nixpkgs: 2ff1ebc619
- Hackage: 6f52d0a4a2
- LTS Haskell: c5f1e507cd
- Stackage Nightly: 9351235d28
2015-10-04 21:23:12 +02:00
Karn Kallio
94629aa57d
R: regenerate CRAN and BIOC packages
2015-10-04 20:06:49 +02:00
Nikolay Amiantov
513e31185b
R-curl: fix configure script
2015-10-04 20:06:49 +02:00
Bjørn Forsman
f91c5bcc7a
jquery-ui: 1.11.1 -> 1.11.4
2015-10-04 17:57:42 +02:00
Matthias Beyer
bff59c5f00
jquery: 1.11.2 -> 1.11.3
...
[Bjørn: add 2nd hash (for the "uncompressed" download)]
2015-10-04 17:47:37 +02:00
Vincent Laporte
2702f01ee9
ocaml-twt: 0.93.2 -> 0.94.0
2015-10-04 01:17:33 +02:00
Peter Simons
51db26ee03
Merge pull request #10200 from matthiasbeyer/fix-davfs2
...
davfs2: Fix broken build
2015-10-03 14:34:04 +02:00
Nikolay Amiantov
9d430e6446
haskell-llvm-general: fix build
2015-10-03 14:15:51 +03:00
Matthias Beyer
3e5dbb7b78
neon: Re-add version 0.29.6
2015-10-03 13:01:31 +02:00
Peter Simons
fac03e7441
git-annex: update override to disable the assistant in Stackage
2015-10-02 22:18:45 +02:00
Peter Simons
728f666829
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-8-g2bcda7a using the following inputs:
- Nixpkgs: 8af2f6e9c4
- Hackage: db7872f264
- LTS Haskell: 831a37566b
- Stackage Nightly: e5598095e1
2015-10-02 22:18:45 +02:00
William A. Kennington III
c0f50f3179
zeroc_ice: 3.6.0 -> 3.6.1
2015-10-02 12:48:51 -07:00
vbgl
1e6f0cc139
Merge pull request #10179 from lancelotsix/update_glpk
...
glpk: 4.52.1 -> 4.56
2015-10-02 19:28:18 +02:00
lethalman
e3e6e53a1c
Merge pull request #10059 from matthiasbeyer/update-neon
...
neon: 0.29.6 -> 0.30.1
2015-10-02 11:39:10 +02:00
Lancelot SIX
5a7ad7d36c
glpk: 4.52.1 -> 4.56
2015-10-02 09:19:30 +00:00
Aycan iRiCAN
c416e4a129
Merge pull request #10178 from aycanirican/snort_inline_support
...
snort: introducing inline snort support via nfq daq
2015-10-02 10:27:23 +03:00
Aycan iRiCAN
6b84f5cd61
snort: introducing inline snort support via nfq daq
2015-10-02 10:11:04 +03:00
Jude Taylor
07d9b3cded
remove obsolete libunwindNative
2015-10-01 16:34:45 -07:00
Jude Taylor
d4081c2f97
fix patches for both node versions
2015-10-01 16:34:42 -07:00
Jude Taylor
83a5cfb260
add darwin.libobjc to some ruby gems that need it
2015-10-01 13:30:30 -07:00
William A. Kennington III
14961c8781
v8: Fix compilation issue with gcc4.9+
2015-10-01 10:40:50 -07:00
Jude Taylor
4520a19151
add darwin libtool to nodejs 4.1.0
2015-10-01 09:20:12 -07:00
Jude Taylor
10054a676a
update bundler-head SHA256
2015-10-01 08:58:28 -07:00
Jude Taylor
5379504451
Merge pull request #9834 from NixOS/rubies
...
Merge Ruby versions into one file
2015-10-01 08:58:28 -07:00
Arseniy Seroka
375ab720b3
Merge pull request #10124 from maurer/capnproto-bump
...
capnproto: 0.5.1.2 -> 0.5.3
2015-10-01 15:16:44 +03:00
Vladimír Čunát
673f3de193
lisps: some refactoring
2015-10-01 11:20:24 +02:00
Tomas Hlavaty
4e66ba1a70
lisp-packages: git.b9.com moved to git.kpe.io
2015-09-30 23:41:01 +02:00
Tomas Hlavaty
29f120d7b2
sbcl: improve bootstrap and add arm support
...
clisp bootstrap is very slow and clisp doesn't compile on arm
now it is possible to also bootstrap using ccl:
sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n";
or alternatively using clisp
sbclBootstrapHost = "${clisp}/bin/clisp -norc";
2015-09-30 23:40:58 +02:00
Tomas Hlavaty
64bde29a31
sbcl: 1.2.14 -> 1.2.15
2015-09-30 23:36:40 +02:00
Tomas Hlavaty
f9f919e2bf
ccl: also on arm
2015-09-30 23:36:40 +02:00
Tomas Hlavaty
411d83d5fe
picolisp: compile on arm and i686
2015-09-30 23:36:40 +02:00
Tomas Hlavaty
5ecdc8f3c6
picolisp: 3.1.10 -> 3.1.11
2015-09-30 23:36:40 +02:00
Domen Kožar
d8c1284d81
pythonPackages: bump pyramid, webob and btrees
2015-09-30 18:15:21 +02:00
Bjørn Forsman
f35de8ea64
jenkins: 1.594 -> 1.631
2015-09-30 17:25:39 +02:00
Peter Simons
67fb69c23b
configuration-hackage2nix.yaml: update list of broken packages
2015-09-30 17:24:28 +02:00
Peter Simons
750e15fbd7
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-6-g5d5ccfe-dirty using the following inputs:
- Nixpkgs: 7a2a9bbe15
- Hackage: 82f4bbff1b
- LTS Haskell: 831a37566b
- Stackage Nightly: e7fd25c827
2015-09-30 17:24:23 +02:00
Thomas Strobel
ca4a4714ef
neardal: add 'ncl' and 'demo' application
2015-09-30 16:10:06 +02:00
Thomas Strobel
6b934c30d3
neardal: init at 0.7-post-git-20150930
2015-09-30 11:36:47 +02:00
Peter Simons
741437dffc
configuration-hackage2nix.yaml: update list of broken packages
2015-09-30 11:33:37 +02:00
Peter Simons
96c1c16771
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-6-g5d5ccfe using the following inputs:
- Nixpkgs: d64ca94227
- Hackage: 8f14dec431
- LTS Haskell: 831a37566b
- Stackage Nightly: e7fd25c827
2015-09-30 11:33:29 +02:00
Thomas Tuegel
5ba93bd4c3
kf513: don't override mkDerivation
...
Provides a globally unique name (kdeFramework) instead of using
attribute paths as namespaces and locally overloading the mkDerivation
name.
2015-09-29 16:57:26 -05:00
Domen Kožar
41007653db
Merge pull request #10122 from Havvy/elixir
...
elixir: 1.0.5 -> 1.1.0
2015-09-29 21:48:25 +02:00
vbgl
b02c07641b
Merge pull request #10014 from vbgl/camlp5-6.13
...
camlp5: 6.12 → 6.14
2015-09-29 19:43:15 +02:00
Vladimír Čunát
bfd8e56aa6
webkitgtk-2.4: drop autoreconf, propagate harfbuzz-icu
...
The autoreconf phase isn't needed anymore but wasn't removed.
Fixes #10099 (I think).
It's maybe slightly wasteful for the closure, but it's likely that
in the case of webkit it won't be a big deal and icu might
be in the closure anyway.
2015-09-29 18:16:37 +02:00