Commit Graph

35582 Commits

Author SHA1 Message Date
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
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
c8402dde15 libp11: Fetch src from GitHub 2017-03-08 15:31:34 +02: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
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
Leon Isenberg
032de64e0f haskell: ghc710x packages: remove superflous configuration for lens 2017-03-07 20:21:27 +01:00
Domen Kožar
db23fe1581
haskell: add justStaticExecutables combinator 2017-03-07 18:13:59 +01:00
zimbatm
e50203bfde yarn: 0.21.3 -> 0.22.0 2017-03-07 16:25:09 +00:00
Peter Simons
e0908699ff haskell-QuickCheck: fix build with ghc-7.6.x 2017-03-07 15:43:19 +01:00
Peter Simons
add394d8f1 r-modules: update CRAN package set 2017-03-07 14:56:46 +01:00
Peter Simons
f4595fa555 r-modules: drop broken irkernel package set
We can no longer update that package set since, apparently, it has moved
to a different packaging scheme.
2017-03-07 14:56:46 +01:00
Peter Simons
3dc4e12ff0 r-modules: remove weird version assertion 2017-03-07 14:56:46 +01:00
Peter Simons
e7b68767a8 nlopt: rescue build by dropping support for Octave 2017-03-07 14:56:46 +01:00
Joachim Fasting
9632cc221a
zimlib: 20150710 -> 1.4 2017-03-07 14:06:09 +01:00
Frederik Rietdijk
70160ff208 Merge pull request #23240 from jyp/tf
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-03-07 13:22:07 +01:00
Tim Digel
0b2502a284 elixir: 1.4.0 -> 1.4.2 2017-03-07 11:50:32 +01:00
Frederik Rietdijk
03504f0150 Merge pull request #23565 from teh/mypy
Mypy
2017-03-07 10:09:11 +01:00
Will Dietz
5013998b0e
ustr: Remove unhelpful 'buildTargets' value.
mkDerivation doesn't do anything with this,
and while it does become an environment variable
AFAICT that was never the intention and isn't helpful here.
2017-03-06 19:34:07 -05:00
Fernando J Pando
9f062c2c0b buildbot: 0.9.3 -> 0.9.4
- adds jwt
- adds module tests
- master.cfg as path in module
- fix systemd worker config
- builds on darwin
- tested on nixos
2017-03-07 00:45:37 +01:00
Franz Pletz
d102115101 Merge pull request #23573 from LnL7/darwin-gss
gss: don't build with shishi on darwin
2017-03-07 00:31:04 +01:00
Will Dietz
9614ebf137
coccinelle: 1.0.0-r23 -> 1.0.6
* Remove camlp4 dependency, no longer needed
* Keep pycaml to use ours over bundled version
* Enable tests for sanity (broken on darwin)
* no longer need to force specific ocaml version
* don't create python wrappers, they don't seem to be needed
* remove deprecated configure flag.
* fix spgen by removing bytecode version.
2017-03-06 17:50:11 -05:00
Graham Christensen
5054035c18 Merge pull request #23571 from rycee/remove/javasvn
javasvn: remove
2017-03-06 17:27:53 -05:00
Robert Helgesson
a3e6b41d36
javasvn: remove
Upstream URL is invalid and the package has not had direct attention
since June 2006.
2017-03-06 23:07:11 +01:00
Daiderd Jordan
a5fcca2004
gss: don't build with shishi on darwin 2017-03-06 22:57:54 +01:00
Tom Hunger
1a8a194186 mypy-lang: 0.4.5 -> 0.501 and rename to mypy 2017-03-06 21:29:05 +00:00
Tom Hunger
18f1127f05 typed-ast: init at 1.0.1 2017-03-06 21:29:05 +00:00
Jörg Thalheim
a81fed008d Merge pull request #23564 from markus1189/scalafmt-058
scalafmt: 0.5.7 -> 0.5.8
2017-03-06 21:09:20 +01:00
mimadrid
eba71df6bc
sqlite3_analyzer: 3.8.10.1 -> 3.17.0
fixes #23479
2017-03-06 20:53:34 +01:00
Jörg Thalheim
b10fb4624b
xapian-ruby: link against correct xapian 2017-03-06 20:24:07 +01:00
Markus Hauck
504dc9de29 scalafmt: 0.5.7 -> 0.5.8 2017-03-06 19:38:05 +01:00
AndersonTorres
1205b27b24
wxSVG: init at 1.5.11 2017-03-06 17:36:20 +01:00
Jörg Thalheim
7576bea49d Merge pull request #23551 from nthorne/clog-derivation
clog-cli: init at 0.9.2
2017-03-06 14:54:12 +01:00
Parnell Springmeyer
8d6fbd0578
go: 1.7 -> 1.8 2017-03-06 08:47:50 -05:00
Peter Simons
85a06d6b8d haskell-shelly: drop obsolete overrides 2017-03-06 14:35:21 +01:00
Peter Simons
1329368d82 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
ea0774dfde.
2017-03-06 14:35:21 +01:00
Peter Simons
fb5b6ddab6 hackage2nix: revert to old version of store 2017-03-06 14:35:21 +01:00
Peter Simons
dd20fbe5d1 hackage2nix: disable failing builds 2017-03-06 14:35:21 +01:00
Tom Hunger
6e5eaf58a3 purescript: pin dependencies. 2017-03-06 14:35:21 +01:00
Vincent Demeester
906afc7e74
delve: 0.11.0-alpha -> 0.12.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-03-06 08:03:40 -05:00
Gauthier POGAM--LE MONTAGNER
6dd19dc4e3
yarn: 0.20.3 -> 0.21.3 2017-03-06 07:59:42 -05:00
Niklas Thörne
8d87f8addd clog-cli: init at 0.9.2
Updated with maintainer information.
2017-03-06 13:45:39 +01:00