Commit Graph

26873 Commits

Author SHA1 Message Date
Cillian de Roiste
d42cfcec92 all-packages: move terminus-ttf beside terminus 2016-12-01 14:10:09 +01:00
goibhniu
304150f576 Merge pull request #20743 from Okasu/terminus-font-ttf
terminus-font-ttf: init at 4.40.1
2016-12-01 14:07:40 +01:00
Frederik Rietdijk
d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk
e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Franz Pletz
b24b6bbfb0
prometheus-blackbox-exporter: init at 0.3.0 2016-12-01 02:04:58 +01:00
John Ericson
39753f5360 top-level: Close over fewer arguments for stdenv stages
This makes the flow of data easier to understand. There's little downside
because the args in question are already inspected by the stdenvs.

cross-compiling in particular is simpler because we don't need to worry
about overriding the config closed over by `allPackages`.
2016-11-30 19:11:03 -05:00
John Ericson
d240a0da1a top-level: Remove cycles: stdenv calls in top-level but not vice versa
This commit changes the dependencies of stdenv, and clean-up the stdenv
story by removing the `defaultStdenv` attribute as well as the `bootStdenv`
parameter.

Before, the final bootstrapping stage's stdenv was provided by
all-packages, which was iterating multiple times over the
top-level/default.nix expression, and non-final bootstrapping stages'
stdenvs were explicitly specified with the `bootStdenv` parameter.

Now, all stages' stdenvs are specified with the `stdenv` parameter.
For non-final bootstrapping stages, this is a small change---basically just
rename the parameter.
For the final stage, top-level/default.nix takes the chosen stdenv and
makes the final stage with it.

`allPackages` is used to make all bootstrapping stages, final and
non-final alike. It's basically the expression of `stage.nix` (along with a
few partially-applied default arguments)

Note, the make-bootstrap-tools scripts are temporarily broken
2016-11-30 19:10:59 -05:00
John Ericson
07a2b17cbf top-level: Split some of pkgs/top-level/default.nix to pkgs/top-level/stage.nix
This is preparation for the latter just building a single stage, and the
former building a package set with the bootstrapped stdenv.
2016-11-30 19:04:22 -05:00
John Ericson
ddeb0d2d6b top-level: Stop exposing all stdenvs 2016-11-30 19:03:01 -05:00
Jaka Hudoklin
3675631f63 convoy: init at 0.5.0 2016-11-30 23:28:18 +01:00
Jaka Hudoklin
54e2973533 docker-machine-kvm: init at 0.7.0 2016-11-30 19:10:25 +01:00
Eelco Dolstra
c0da5f78d6
make-tarball.nix: Don't check broken packages
They're broken after all. In particular, this prevents us from
evaluating packages that are unsupported on a particular platform.

Reverts a147ddc42c.

Fixes #20817.
2016-11-30 15:21:30 +01:00
Eelco Dolstra
e3a873479e
Remove fetchMD5warn
Deprecation warnings should not be used in Nixpkgs because they spam
innocent "nix-env -qa" users with (in this case) dozens of messages
that they can't do anything about.

This also reverts commit 2ca8833383.
2016-11-30 15:14:30 +01:00
Lancelot SIX
de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Frederik Rietdijk
c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk
07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
danbst
5c0367ee5b urxvt: add vtwheel extension
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.

Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02:00
Tuomas Tynkkynen
8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
joachim schiele
8806344618
rust: Updates & rename rustUnstable to rustNighly. 2016-11-29 17:09:01 +01:00
Alexander Tsamutali
c9b8a6585d Add tools/networking/polysh 2016-11-29 17:32:21 +03:00
Domen Kožar
8b782f4bd4 Merge pull request #19990 from domenkozar/buildtheworld
Build all derivations on Linux, unless specified otherwise
2016-11-29 13:17:13 +01:00
joachim schiele
f67061c1de (rustc-nightly) init at 2016-11-26 - precompiled rustc nightly binary 2016-11-29 09:10:39 +01:00
Domen Kožar
5c750e4940 Build all derivations at least for 64bit Linux 2016-11-28 15:19:47 +01:00
Michael Raskin
c93ec7b6b7 bftpd: init at 4.4 2016-11-28 13:58:45 +01:00
Joachim Fasting
1915f6908a
linux_grsec_nixos: use the "modinst arg list too long" patch
An alternative to e38b74ba89d3d03e01ee751131d2a6dc316ac33a; see
f19c961b4e for details
2016-11-28 11:41:07 +01:00
Joachim Fasting
4c7323545b
Revert "grsecurity: work around for #20490"
This reverts commit e38b74ba89.

I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
2016-11-28 11:40:55 +01:00
Okasu
de925e952e terminus-font-ttf: init at 4.40.1 2016-11-28 10:54:33 +03:00
Graham Christensen
d1055c0ed7
all-packages.nix: whitespace cleanup 2016-11-27 22:12:06 -05:00
Michael Fellinger
bff2b98290
ruby: 3.2.1 -> 2.3.3 2016-11-27 22:11:49 -05:00
Franz Pletz
f38955dd4c Merge pull request #20665 from vdemeester/delve-0.11-alpha
delve: init at 0.11.0-alpha
2016-11-28 03:50:34 +01:00
Michael Weiss
9538176042 sks: init at 1.1.6 (#20717) 2016-11-28 03:28:40 +01:00
Vincent Demeester
6d47cb4131
skopeo: init at 0.1.16
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00
Franz Pletz
e394c305a8 Merge pull request #20620 from rnhmjoj/fakeroute
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Graham Christensen
7b5619506b Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
Michael Raskin
5d5346d824 julia_05: init at 0.5.0; right now backtrace-related tests are disabled because they fail in this configuration, but the rest works 2016-11-27 10:14:33 +01:00
Frederik Rietdijk
868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk
f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk
dcff4fdf07 Merge pull request #20747 from ericsagnes/pkg-update/rainbowstream
rainbowstream: 1.3.5 -> 1.3.6
2016-11-27 09:35:52 +01:00
Jörg Thalheim
b51aacb456 Merge pull request #20745 from rardiol/allegro5
Allegro5
2016-11-27 09:15:03 +01:00
Eric Sagnes
d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
Jörg Thalheim
b8019981a6 Merge pull request #20736 from zimbatm/su-exec-0.2
su-exec: init at 0.2
2016-11-27 01:27:10 +01:00
Michael Raskin
db7e616b45 julia-git: add macOS frameworks, hopefully that's useful 2016-11-26 22:41:41 +01:00
Michael Raskin
e3d0fd8bc7 julia-git: pin LLVM 3.9, seems to work fine 2016-11-26 22:33:52 +01:00
Peter Simons
c272c66276 ghc: add release candidate 1 for 8.0.2 2016-11-26 21:24:40 +01:00
Ricardo Ardissone
ec74f36ccc allegro5unstable: removed 2016-11-26 17:52:16 -02:00
zimbatm
7f4e514a31 su-exec: init at 0.2 2016-11-26 16:48:13 +00:00
Robert Helgesson
57d3827d49
perl-IO-Socket-SSL: 2.037 -> 2.039 2016-11-26 16:40:23 +01:00
vbgl
376973a1bb Merge pull request #20404 from vbgl/alcotest-0.7.0
ocamlPackages.alcotest: 0.4.5 -> 0.7.2
2016-11-26 16:17:32 +01:00
Michael Raskin
81667f3663 Merge pull request #19806 from vbgl/opa-4310
opa: update
2016-11-26 14:00:37 +00:00
Michael Raskin
fcc5a4d3b8 Merge pull request #20672 from AndersonTorres/pari
pari/gp: 2.7.6 -> 2.9.0
2016-11-26 13:34:15 +00:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Robert Helgesson
ca77ba39bf
perl-Test-Simple: 1.302062 -> 1.302067 2016-11-26 10:26:02 +01:00
Robert Helgesson
088ff595e6
perl-Math-BigInt: 1.999800 -> 1.999801 2016-11-26 10:25:47 +01:00
Robert Helgesson
0637d94930
perl-Digest-JHash: 0.09 -> 0.10 2016-11-26 10:25:26 +01:00
Robert Helgesson
ba095feb53
perl-Data-Validate-IP: 0.26 -> 0.27 2016-11-26 10:25:12 +01:00
Robert Helgesson
e700ff6e0c
perl-bignum: 0.43 -> 0.44
Resolves CVE-2016-1238, see
<https://rt.cpan.org/Public/Bug/Display.html?id=116506>.
2016-11-26 10:14:42 +01:00
Rok Garbas
b09435ea51 pythonPackages.magic-wormhole: enable tests 2016-11-26 04:55:28 +01:00
Frederik Rietdijk
310b5fb7be Merge pull request #20710 from nico202/cowpatty
coWPAtty: init at 4.6
2016-11-25 12:44:57 +01:00
Ole Krüger
a31c37c759 [mathematica] 10.0.2 -> 11.0.1 2016-11-25 12:13:41 +01:00
Nicolò Balzarotti
54b42cb454 coWPAtty: init at 4.6 2016-11-25 11:25:07 +01:00
Frederik Rietdijk
4f51481bb2 pythonPackages.pynacl: fix tests 2016-11-25 09:13:01 +01:00
Frederik Rietdijk
18637d877a magic-wormhole: move to python-packages
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk
51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
AndersonTorres
d395439a10 pari/gp: 2.7.6 -> 2.9.0
Adding gp2c compiler, too.
2016-11-24 22:44:56 -02:00
Carl Sverre
5d62f80bb7 gmusicapi: 7.0.0 -> 10.1.0 2016-11-24 14:41:43 -08:00
Carl Sverre
8602f82169 gpsoauth: 0.0.4 -> 0.2.0 2016-11-24 14:41:09 -08:00
Carl Sverre
555928c228 mutagen: 1.32 -> 1.34 2016-11-24 14:40:09 -08:00
Carl Sverre
99e6b63199 pycryptodome: init at 3.4.3 2016-11-24 14:38:46 -08:00
Jaka Hudoklin
3b500d37f5 Merge pull request #19023 from offlinehacker/kube-update
WIP: kubernetes update package and module
2016-11-24 23:10:01 +01:00
Frederik Rietdijk
cd7e72a597 zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
8fb430ca86 thunderbird: use python2
and remove pysqlite since its part of the standard library.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
53af34f226 deluge: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
fad1e442ad calibre: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
6449435b04 libplist: use python2, multiple outputs, fix bindings 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
869cf8a56b python35Packages.netaddr: disable tests instead of building 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
5114fa8e89 bitbucket-cli: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
fb231dd4f6 pythonPackages.bitbucket-cli: 0.4.1 -> 0.5.1 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
e77a14b24b aws_shell: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
db8068e925 arangodb: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
8b3d725cc3 Fabric: use python2 version 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
a99272d672 ffado: use python2 2016-11-24 22:28:02 +01:00
Rok Garbas
cfa7ffa50b pythonPackages.afew: 2016-01-04 -> 2016-02-29 2016-11-24 09:17:08 +01:00
Rok Garbas
2109a5acb9 notmuch: needs emacs to run tests
emacs does not add anything to resulting closure size
2016-11-24 09:17:08 +01:00
Rok Garbas
b3608c378c pythonPackages.alot: disable alot on python3 ...
... since upstream is only testing it on python2 and 0.3.7 release is
currently broken on python3
2016-11-24 09:17:08 +01:00
Rok Garbas
010aebd5ac notmuch-addrlookup: moved package from elmPackages root of nixpkgs 2016-11-24 09:17:08 +01:00
Vincent Demeester
b808dabea0
delve: init at 0.11.0-alpha
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-23 23:53:07 +01:00
Nikolay Amiantov
181701513e pythonPackages.webassets: 0.11.1 -> 0.12.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
42dd31fe31 pythonPackages.flask_login: 0.2.2 -> 0.4.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
c47406dade pythonPackages.flask_assets: 0.11 -> 0.12 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
4337d43969 pythonPackages.regex: 2016.01.10 -> 2016.11.18 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
3d29ffe3e6 pythonPackages.python-axolotl: 0.1.7 -> 0.1.35 2016-11-24 01:17:59 +03:00
Nikolay Amiantov
1ff70e9f41 perlPackages.pcsc-perl: 1.4.13 -> 1.4.14 2016-11-24 01:17:59 +03:00
Nikolay Amiantov
1a9ce1d9d0 tdesktop: 0.10.1 -> 0.10.19 2016-11-24 01:17:54 +03:00
Nikolay Amiantov
be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Lancelot SIX
00cecf6a84 Merge pull request #20195 from cko/remove_django_1_5
django_1_5: remove
2016-11-23 21:38:10 +01:00
Benjamin Saunders
8df969734a rust-bindgen: init at 0.19.1 (#19847) 2016-11-23 17:09:29 +00:00
Charles Strahan
ecf30981dd Merge pull request #19064 from cstrahan/mesos-1.0.1
mesos: 0.28.2 -> 1.0.1
2016-11-23 11:40:02 -05:00
Domen Kožar
ce6abb9495 nixopsUnstable: init at 2016-11-23 2016-11-23 17:35:36 +01:00
rnhmjoj
d753527bd4
fakeroute: init at 0.3 2016-11-23 15:22:55 +01:00
Eelco Dolstra
d97a379510 Merge pull request #20641 from mayflower/fix/installer-closure-size
Reduce closure size of installer images
2016-11-23 12:49:46 +01:00
Eelco Dolstra
d130a19c64 Merge pull request #20636 from LumiGuide/postgresql96
postgresql: add 9.6.1
2016-11-23 10:38:23 +01:00
Vincent Laporte
66b9602a2f ocamlPackages.fmt: init at 0.8.0
fmt is an OCaml library of Format pretty-printer combinators.

Homepage: http://erratique.ch/software/fmt
2016-11-23 10:01:31 +01:00
Vincent Laporte
97a496a472 ocamlPackages.ocplib-simplex: init at 0.3
ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities.

homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex
2016-11-23 09:59:10 +01:00
Franz Pletz
f983743d75
w3m-nox: use imlib2 without X11 support
Also, the minimal live CD previously installed both the X11 and
non-X11 versions (through services.nixosManual) of w3m.
2016-11-23 02:24:12 +01:00
Franz Pletz
5a184be96f
imlib2: add version without X11 2016-11-23 02:24:12 +01:00
Bas van Dijk
589cc65306 postgresql: add 9.6.1 2016-11-22 23:55:12 +01:00
Lorenzo Manacorda
f00f4b59b0 magic-wormhole: init at 0.8.1 2016-11-22 20:26:37 +01:00
Bjørn Forsman
682bb54cc4 phrasendrescher: init at 1.0
It's a cracking tool that finds passphrases of SSH keys.
2016-11-22 17:33:12 +01:00
Franz Pletz
8fffbe24b0 Merge pull request #20332 from NeQuissimus/remove_sharedobjects
sharedobjects: Remove
2016-11-22 15:33:30 +01:00
Franz Pletz
d94e93ccdf Merge pull request #19588 from Shados/add-dante
Add dante package & accompanying service module
2016-11-22 15:10:46 +01:00
Joachim F
5b9c5ed19c Merge pull request #20581 from sternenseemann/go-font
go-font: init at 2016-11-17
2016-11-22 14:58:58 +01:00
goibhniu
a5e66b0d62 Merge pull request #20613 from sternenseemann/jackline
jackline: init at 2016-11-18
2016-11-22 13:53:32 +01:00
Alexei Robyn
efec7d9787 dante: init at 1.4.1 2016-11-22 21:33:46 +11:00
Nikolay Amiantov
69e649503f Merge pull request #20586 from abbradar/spidermonkey
SpiderMonkey cleanup
2016-11-22 11:46:14 +03:00
Lorenzo Manacorda
dc4161a2a9 glances: fix license 2016-11-21 20:08:25 +01:00
sternenseemann
ba51ba1bbe jackline: init at 2016-11-18 2016-11-21 18:37:10 +01:00
Vladimír Čunát
baa73cd6e0
Merge #20506: wireshark: add darwin support 2016-11-21 18:05:11 +01:00
sternenseemann
04c6e3b115 go-font: init at 2016-11-17 2016-11-21 17:05:25 +01:00
Matthew Daiter
3897b344f3 cudnn51_cudatoolkit80: Init at 5.1-8.0 2016-11-21 14:51:39 +01:00
Joachim F
c346326b24 Merge pull request #20527 from sternenseemann/notty
ocaml-notty: init at 0.1.1
2016-11-21 13:13:51 +01:00
Joachim F
9c1b6709a9 Merge pull request #20528 from sternenseemann/tls
ocaml-tls: init at 0.7.1
2016-11-21 13:12:32 +01:00
Joachim F
c7ecad6378 Merge pull request #20529 from sternenseemann/erm_xmpp
ocaml-erm_xmpp_0_3: init at 0.3
2016-11-21 13:11:58 +01:00
Joachim F
c2072e12a0 Merge pull request #20530 from sternenseemann/otr
ocaml-otr: init at 0.3.3
2016-11-21 13:11:33 +01:00
Joachim F
d66b8145d0 Merge pull request #20593 from montag451/aptly
aptly: init at 0.9.7
2016-11-21 12:51:09 +01:00
Daiderd Jordan
29ada540a8 Merge pull request #20599 from mdaiter/riak_cs_server
riak-cs: init at 2.1.1
2016-11-21 12:32:36 +01:00
Matthew Daiter
68827cd79a riak-cs: init at 2.1.1
riak-cs: added to all-packages

Added Riak CS nix file to pkgs

Added service file for Riak CS

Removed Erlang_basho specific bindings from the Riak CS repo

riak-cs: changed description

riak-cs: added license

riak-cs: added maintainer

riak_cs: chgned indentations

riak-cs: removed overly complex srcs mechanism

riak-cs: added systemd module

riak-cs: changed Erlang module to Basho-specific version

riak-cs: made modular form

riak-cs: Added a default package in service options

riak-cs: Fixed default package in service options

riak-cs: Patched Makefile

riak_cs: added to module-list

riak_cs: changed from string to actual package in modules

riak-cs: changed example

riak-cs: removed default

riak-cs: changed to defaultText

stanchion: changed default option to defaultText

riak-cs: added defaults; changed types to str
2016-11-21 12:30:11 +01:00
Joachim F
35ae7dd578 Merge pull request #20571 from cleverca22/gogui
gogui: init at 1.4.9
2016-11-21 11:38:36 +01:00
michael bishop
2e100a3e10
gogui: init at 1.4.9 2016-11-21 00:47:22 -04:00
James Cook
fc10bf81a1 Revert "riak-cs: add to nixpkgs" 2016-11-20 19:48:28 -08:00
montag451
59ba4276b7 aptly: init at 0.9.7 2016-11-21 02:01:37 +01:00
Nikolay Amiantov
bc5b9a3fa4 spidermonkey_38: init at 38.2.1.rc0 2016-11-21 02:46:35 +03:00
Nikolay Amiantov
c2274cdfb5 spidermonkey: cleanup and rename versions 2016-11-21 02:46:35 +03:00
Matthew Daiter
bfc1ba475a riak-cs: init at 2.1.1
riak-cs: added to all-packages

Added Riak CS nix file to pkgs

Added service file for Riak CS

Removed Erlang_basho specific bindings from the Riak CS repo

riak-cs: changed description

riak-cs: added license

riak-cs: added maintainer

riak_cs: chgned indentations

riak-cs: removed overly complex srcs mechanism

riak-cs: added systemd module

riak-cs: changed Erlang module to Basho-specific version

riak-cs: made modular form

riak-cs: Added a default package in service options

riak-cs: Fixed default package in service options

riak-cs: Patched Makefile

riak_cs: added to module-list

riak_cs: changed from string to actual package in modules
2016-11-20 23:55:17 +01:00
Matthew Daiter
f7c097556b stanchion: init at 2.1.1 2016-11-20 23:17:49 +01:00
montag451
1ff6680efe asn1c: init at 0.9.27 (#20577) 2016-11-20 17:45:58 +00:00
Edward Tjörnhammar
ba9e16a7cc
acd-cli: pull out of pythonPackages and update to 3.0.2 2016-11-20 17:06:17 +01:00
Joachim F
462111ecd7 Merge pull request #20565 from timbertson/tilda-133
tilda: 1.2.4 -> 1.3.3
2016-11-20 16:12:15 +01:00
Pascal Wittmann
668a696e70 Merge pull request #20289 from dyrnade/simplenote
Simplenote: init at 1.0.6
2016-11-20 16:10:24 +01:00
dyrnade
9d69aed183 simplenote: init at 1.0.6
simplenote package

fixed issues after review

added installation from source

enhanced spaces
2016-11-20 11:34:58 +02:00
Tim Cuthbertson
23999adb4a tilda: 1.2.4 -> 1.3.3 2016-11-20 15:19:46 +11:00
Franz Pletz
3fe1c81060
roxterm: 2.9.4 -> 3.3.2
Fixes #19579.
2016-11-20 04:48:44 +01:00
Vladimír Čunát
cf0339e5ba
beignet, julia: switch back to llvmPackages_37
They fail both with 3.9 and 3.8.
2016-11-19 20:32:47 +01:00
Vladimír Čunát
eaf4272298
llvmPackages: still use 3.7.x on Darwin (#20461)
I'm sorry, I forgot that.
2016-11-19 18:20:24 +01:00
Vladimír Čunát
0df6305a98
llvmPackages: default to 3.9.x (#20461)
It seems not to be any mass rebuild at all.
2016-11-19 17:57:54 +01:00
Pascal Wittmann
4cdfa0b96a
axel: 2.7 -> 2.11 2016-11-19 10:51:56 +01:00
Vladimír Čunát
b69f568f4c
Merge branch 'staging'
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Joachim F
50f90d4ea8 Merge pull request #20465 from periklis/topic_jsduck
jsduck: init version
2016-11-19 03:04:49 +01:00
Joachim F
35c6c439a2 Merge pull request #20414 from nico202/w_scan
w_scan: init at 20161022
2016-11-19 03:03:55 +01:00
sternenseemann
15004268d7 ocaml-notty: init at 0.1.1 2016-11-18 22:52:16 +01:00
Frederik Rietdijk
58f0dcfeb1 Merge pull request #20365 from hakuch/fix_opam
clingo, gringo: Revert opam solver dependency changes
2016-11-18 18:49:07 +01:00