Commit Graph

102954 Commits

Author SHA1 Message Date
Tom Hunger
90223a9bbd vega: add pytest as a build-input.
It's unclear how this worked before but it clearly did because we
have vega running in production.
2017-03-15 12:28:18 +00:00
Tom Hunger
5e31a7cca6 pytables: 3.2.2 -> 3.3.0 2017-03-15 12:28:18 +00:00
Tom Hunger
b0115c2fac Logbook: 0.11.3 -> 1.0.0 2017-03-15 12:28:18 +00:00
Robin Gloster
32bcda741a
Merge pr/23635, pr/23634 and pr/23633 to fix firefox 2017-03-08 17:51:18 +01:00
Daniel Peebles
a53d5cfaba Merge pull request #23642 from copumpkin/buildbot-cleanup
buildbot: assorted cleanups
2017-03-08 11:29:22 -05:00
Dan Peebles
49b20e5569 buildbot: assorted cleanups
Some changes to be more idiomatic and use stdenv building blocks more.
I also added a `buildbot.withPlugins` instead of the current plugins
mechanism, which forces an unnecessary rebuild of the package and reruns
all the tests. This should be equivalent and more pleasant to use in
practice.
2017-03-08 11:28:44 -05:00
Rickard Nilsson
fb5369dbe9 haskellPackages.streaming-eversion: dontCheck 2017-03-08 17:18:18 +01:00
Franz Pletz
e3b84d71a6
nixpkgs: add aarch64-linux to release-lib
cc #23638
2017-03-08 17:13:34 +01:00
Eelco Dolstra
7a08a44b52 Merge pull request #23638 from grahamc/aarch64-linux
nixpkgs: build aarch64-linux
2017-03-08 16:13:58 +01:00
Michael Alan Dorman
763e21e982 haskell-gi-base: propagate gobjectIntrospection dependency
So the thinking is: anything that needs `haskell-gi-base` is going to
need `gobjectIntrospection` in order to work correctly; by adding this
one `buildDepends` (which therefore gets propagated), we put ourselves
in a position to simplify away a bunch of code in `cabal2nix`.
2017-03-08 15:17:39 +01:00
Michael Alan Dorman
d7496b560e gi-webkit2: fix gi-javascriptcore dependency
This actually depends on the specially-versioned gi-javascriptcore
package.
2017-03-08 15:17:39 +01:00
Peter Simons
c71d1e72b2 LTS Haskell 8.4 2017-03-08 15:17:39 +01:00
Peter Simons
9d9cc7ba5f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
e5e1058cde.
2017-03-08 15:17:39 +01:00
Tuomas Tynkkynen
413bc03986 mess: Mark broken
Even fixing the source urls doesn't make it build.
2017-03-08 16:14:19 +02:00
Graham Christensen
bb4c6a7800
nixpkgs: build aarch64-linux 2017-03-08 09:08:31 -05:00
Tuomas Tynkkynen
c8402dde15 libp11: Fetch src from GitHub 2017-03-08 15:31:34 +02:00
Domen Kožar
8bed8fb532 Merge pull request #23636 from fooblahblah/slack-libcurl
Add curl dependency to Slack for calls
2017-03-08 14:00:48 +01:00
Jeff Simpson
01bb228b2a Add curl dependency to Slack for calls 2017-03-08 05:52:40 -07:00
Peter Hoeg
26625c928b neovim-qt: run tests 2017-03-08 20:31:29 +08:00
Peter Hoeg
a9e990b818 neovim: 0.2.5 -> 0.2.6 2017-03-08 20:07:40 +08:00
Alexey Shmalko
28598c01e7
icu: 57.1 -> 58.2
Firefox requires new version of the icu to build:
```
checking for icu-i18n >= 58.1... Requested 'icu-i18n >= 58.1' but version of icu-i18n is 57.1
configure: error: Library requirements (icu-i18n >= 58.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
```
2017-03-08 14:01:39 +02:00
Alexey Shmalko
d4bb1c786f
sqlite: 3.16.2 -> 3.17.0
Firefox requires the latest sqlite to build:
```
checking for sqlite3 >= 3.17.0... Requested 'sqlite3 >= 3.17.0' but version of SQLite is 3.16.2
configure: error: Library requirements (sqlite3 >= 3.17.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
```
2017-03-08 13:39:40 +02:00
Alexey Shmalko
cb670556c5
nss: 3.28.1 -> 3.28.3
This should fix firefox build, which fails due to nss being too old.
2017-03-08 13:27:16 +02:00
Ricardo Ardissone
e17d3d4ef1 gplates: use boost 160
update 161 changed reference parameters for optional
https://hydra.nixos.org/build/49707856/nixlog/1
http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
2017-03-08 13:04:34 +02:00
Peter Hoeg
2c99575c66 neovim-qt: 0.2.4 -> 0.2.5 2017-03-08 17:35:37 +08:00
Peter Simons
060f7cb94d haskell-generic-builder: remove unused nodePackages argument 2017-03-08 09:38:12 +01:00
Peter Simons
f641e9022e Merge pull request #23609 from ljli/hs-lens-pkg-conf
haskell: ghc710x packages: remove superflous configuration for lens
2017-03-08 09:22:17 +01:00
Peter Hoeg
6f68eb7c7e msmtp: use netcat-gnu to unbreak darwin 2017-03-08 16:02:35 +08:00
Peter Simons
722b129652 Merge pull request #23607 from NixOS/haskell/justStaticExecutables
Haskell/just static executables
2017-03-08 08:49:19 +01:00
Profpatsch
22c265182f networking/bonds: fix examples
After the change of the bonding options, the examples were not quite correct.
The diff is over-the top because the new `let` needs everything indented.

Also add a small docstring to the `networkd` attr in the networking test.
2017-03-08 04:54:17 +01:00
Graham Christensen
ebeb722e14 Merge pull request #23459 from xNWDD/gitkraken
gitkraken: init at 2.1.0
2017-03-07 20:17:34 -05:00
Graham Christensen
442fc47cbe Merge pull request #23617 from rycee/delete/old-cassandra
cassandra: remove old branches 1.2 and 2.0
2017-03-07 18:55:38 -05:00
Graham Christensen
9e6ae2f60a Merge pull request #23441 from oxij/pkg/pretty-xen
xen: modular expression
2017-03-07 18:52:40 -05:00
Robert Helgesson
e206d5ab63
dogecoin: fix sha256 2017-03-07 22:15:31 +01:00
Daniel Ehlers
0bd211d84f
ddclient: Make verbose logging deactivatable. 2017-03-07 22:03:22 +01:00
Robert Helgesson
e965d8aa1c
cassandra: remove old branches 1.2 and 2.0
These are no longer supported upstream.
2017-03-07 21:54:13 +01:00
Robert Helgesson
ac0021ce53
cassandra_2_2: init at 2.2.9 2017-03-07 21:46:50 +01:00
Vladimír Čunát
09c7601c20
Merge #23583: inetutils: fix whois for canadian domains 2017-03-07 21:31:13 +01:00
Neil Mayhew
ba8b6b4a7a
inetutils: Add patch for Canadian TLD server
Cherry-picked from upstream (inetutils-1_9_4-31-g73e2811).

Could be a long time before a new inetutils release is made.
vcunat amended the patch to apply.
2017-03-07 21:30:03 +01:00
Daiderd Jordan
b05dc8d4bf Merge pull request #23608 from pmahoney/haproxy-darwin
haproxy: build on darwin
2017-03-07 21:03:29 +01:00
Leon Isenberg
032de64e0f haskell: ghc710x packages: remove superflous configuration for lens 2017-03-07 20:21:27 +01:00
Patrick Mahoney
ce03c08567 haproxy: build on darwin 2017-03-07 11:50:45 -06:00
Domen Kožar
f67a89e248
haskell: use new justStaticExecutables and add purescript 2017-03-07 18:15:07 +01:00
Domen Kožar
db23fe1581
haskell: add justStaticExecutables combinator 2017-03-07 18:13:59 +01:00
Profpatsch
feab711f84 lilyterm-git: init at 2017-01-06
The latest stable release is quite old (2013-02) and many improvements have been
made in the meantime.
2017-03-07 17:35:29 +01:00
NWDD
0aa29fa4d8 gitkraken: init at 2.1.0 2017-03-07 17:25:19 +01:00
zimbatm
e50203bfde yarn: 0.21.3 -> 0.22.0 2017-03-07 16:25:09 +00:00
Benno Fünfstück
264b69c973 Merge pull request #23440 from nico202/qnotero-fix
qnotero: fix #23438
2017-03-07 16:50:21 +01:00
Eelco Dolstra
8e4513f8b4 Merge pull request #23599 from taku0/firefox-bin-52.0
firefox, firefox-bin: 51.0.1 -> 52.0, firefox-esr: 45.7esr -> 52.0esr
2017-03-07 16:21:47 +01:00
Nicolò Balzarotti
cb3bfc9717 qnotero: fix #23438 2017-03-07 15:51:59 +01:00