Peter Simons
e960eb0bf5
haskell-text-zipper: disable test suite to fix the build
2017-09-09 17:08:17 +02:00
Michael Weiss
af78d76718
androidenv: Add the Android Instant Apps SDK
2017-09-09 16:47:19 +02:00
Michael Weiss
498e3a9989
androidenv: Update all packages using fetch.sh
2017-09-09 15:52:07 +02:00
Daiderd Jordan
6058539272
re2: fix dylib library id
2017-09-09 15:10:03 +02:00
Nikolay Amiantov
0d558049cf
protobufc: add missed file
2017-09-09 15:18:24 +03:00
Arseniy Seroka
554ed27ebd
Merge pull request #29085 from dtzWill/update/rr-5.0
...
rr: 4.5.0 -> 5.0.0
2017-09-09 15:18:08 +03:00
Frederik Rietdijk
6589ee83c2
Merge pull request #29134 from abbradar/protobuf
...
Update protobuf and remove old versions
2017-09-09 09:27:10 +02:00
Vincent Laporte
6e009edc41
aften: init at 0.0.8
...
Aften is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby®
Digital and is one of the audio codecs used in DVD-Video content.
Homepage: http://aften.sourceforge.net/
2017-09-09 05:58:09 +02:00
Nikolay Amiantov
1f2a18d916
protobuf: remove old versions
...
This leaves only protobuf3_1 which is the last version with libprotobuf2.
Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
Frederik Rietdijk
8bad0a7f23
Merge pull request #29090 from catern/master
...
pythonPackages.linuxfd: init at 1.4.4
2017-09-08 22:03:08 +02:00
Robert Helgesson
23cc97f16b
python-gst-python: fix pygi overrides dir path
...
Before it created a lib directory inside the lib directory.
2017-09-08 21:53:38 +02:00
Nikolay Amiantov
4bdcb220c9
protobufc: 1.1 -> 1.3
2017-09-08 21:23:42 +03:00
Lancelot SIX
653cad7a3c
gdb: 8.0 -> 8.0.1
...
See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00005.html
for release information.
2017-09-08 17:51:23 +02:00
Jörg Thalheim
9897303cd6
Merge pull request #29102 from peterhoeg/f/gems
...
rubygems: 2.6.10 -> 2.6.13
2017-09-08 16:17:12 +01:00
Peter Simons
8a71425b82
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
4c3ddafacc
.
2017-09-08 16:09:21 +02:00
Peter Simons
72451b5b77
hackage2nix: include "haskell-gi-overloading == 0.0" in our package set
2017-09-08 16:09:21 +02:00
Ben Ford
94ba1c02f6
Change link in explanation to upstream issue
2017-09-08 13:45:56 +01:00
Ben Ford
30ce53d105
Add a note about the changes
2017-09-08 13:13:22 +01:00
Ben Ford
017a356082
Also had to add dontCheck integration test seems to hang
...
(unit tests all pass)
2017-09-08 13:08:26 +01:00
Ben Ford
3205d164c6
Fix hw-kafka-client haskell package
2017-09-08 12:31:02 +01:00
Frederik Rietdijk
c3a0c3c9f1
Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428 "
...
This reverts commit b73e3bfafd
.
See https://github.com/NixOS/nixpkgs/issues/29103
2017-09-08 08:55:05 +02:00
Vincent Laporte
ebd5c936fd
ocamlPackages.cmdliner: make version 1.0 the default
2017-09-08 04:09:11 +00:00
Peter Hoeg
9f51b3c105
rubygems: 2.6.10 -> 2.6.13
...
Fixes a number of CVEs:
- a DNS request hijacking vulnerability. (CVE-2017-0902)
- an ANSI escape sequence vulnerability. (CVE-2017-0899)
- a DoS vulnerability in the query command. (CVE-2017-0900)
- a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. (CVE-2017-0901)
2017-09-08 12:07:55 +08:00
Peter Hoeg
01a6878bb1
ruby: boy scout cleanups
2017-09-08 12:07:39 +08:00
Vincent Laporte
e93d92d391
ocamlPackages.cmdliner: 1.0.0 -> 1.0.2
2017-09-08 03:00:27 +00:00
Nikolay Amiantov
6f7b62e038
protobuf: default to 3.4
2017-09-08 03:40:56 +03:00
Nikolay Amiantov
721aba33b4
protobuf3_4: init at 3.4.0
2017-09-08 03:40:56 +03:00
Anderson Torres
936dca89df
Merge pull request #28969 from disassembler/xiphos
...
xiphos: 4.0.3 -> 4.0.6
2017-09-07 17:11:45 -03:00
Spencer Baugh
4978b204e3
pythonPackages.linuxfd: init at 1.4.4
2017-09-07 19:45:30 +00:00
Jörg Thalheim
56ccd27dee
Merge pull request #29073 from Mic92/mongodb/2.4.8
...
mfi-controller: remove
2017-09-07 20:31:19 +01:00
Frederik Rietdijk
56c56fb414
Merge pull request #29072 from FRidh/python-fixes-3
...
Python: several fixes (3)
2017-09-07 19:26:20 +02:00
Frederik Rietdijk
b73e3bfafd
python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
...
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.
The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.
Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
zimbatm
2ae7e952b2
yarn: 0.28.4 -> 1.0.1
2017-09-07 18:10:09 +01:00
Will Dietz
b95dc6f7d6
rr: 4.5.0 -> 5.0.0
2017-09-07 12:05:09 -05:00
Peter Simons
9903f4e2ed
haskell-binary-orphans: use latest version when compiling with ghc-8.2.x
2017-09-07 17:42:25 +02:00
Peter Simons
0898cd2521
haskell-Agda: use old Happy version to fix the build
2017-09-07 17:42:25 +02:00
Peter Simons
7af6cb984e
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision
119ce17843
.
2017-09-07 17:42:20 +02:00
Peter Simons
d2c9a8c6a4
hackage2nix: keep old happy 1.19.5 around for Agda
2017-09-07 17:42:04 +02:00
Peter Simons
d382d2b91f
hackage2nix: disable broken builds
2017-09-07 17:42:04 +02:00
Peter Simons
072a0d8872
haskell-happy: fix build with ghc-7.8.x
2017-09-07 17:41:27 +02:00
Peter Simons
8809e87684
haskell-pandoc: compile ghc-8.2.x version with Cabal 1.x to avoid errors in Setup.hs
2017-09-07 17:41:27 +02:00
Peter Simons
e8826a9ac4
haskell-aws: jailbreak when building with ghc-8.2.x
2017-09-07 17:41:27 +02:00
Peter Simons
e1c5e81b90
haskell-aeson-compat: use latest version when building with ghc 8.2.x
...
Also, disable test suite to avoid depending on QuickCheck 2.10.*.
2017-09-07 17:41:27 +02:00
Nikolay Amiantov
db5a5ccf2b
python.pkgs.TheanoWithoutCuda: don't propagate stdenv
...
Fixes errors during buildEnv.
2017-09-07 17:04:54 +03:00
Nikolay Amiantov
4999aeb7b7
python.pkgs.protobuf: fix build
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
eb6a8c3f52
dlib: 19.4 -> 19.6
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
e5059a8739
bazel: 0.4.5 -> 0.5.4
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
1704eeb930
gcc7: 7.1.0 -> 7.2.0
2017-09-07 17:04:29 +03:00
Frederik Rietdijk
a26ae760e2
python.pkgs.setuptools: upgrade to 36.4.0
2017-09-07 15:06:22 +02:00
Peter Hoeg
0bac95c976
rake: 11.1.0 -> 12.0.0
2017-09-07 17:50:36 +08:00