Commit Graph

55812 Commits

Author SHA1 Message Date
Matthew Bauer
f0cee6b14f
grpc: only set -Wno-error on clang
Apparently GCC errors on this:

https://hydra.nixos.org/build/83561519/
2018-11-03 14:03:34 -05:00
Peter Simons
bf084e0ed7
Merge pull request #49653 from peti/drop-old-ghc-versions
drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
2018-11-03 19:43:59 +01:00
Edward Tjörnhammar
df28b4b6e5
x11basic: init at 1.26 2018-11-03 17:58:02 +01:00
Dmitry Kalinkin
f6aac1cc66 yoda: 1.7.1 -> 1.7.3 (#49654) 2018-11-03 17:27:19 +01:00
Renaud
8b54203727
Merge pull request #49656 from siddharthist/folly
folly: 2018.08.27.00 -> 2018.10.29.00
2018-11-03 16:35:02 +01:00
Renaud
78a6ee6cfc
Merge pull request #48082 from sengaya/ansible-2.7
ansible: Update to latest supported releases
2018-11-03 16:13:50 +01:00
Jonathan Queiroz
4b095c6c05 pythonPackages.fastpbkdf2: init at 0.2 (#47988) 2018-11-03 15:41:16 +01:00
Robert Schütz
4870522f87
Merge pull request #49645 from peterhoeg/p/broadlink
pythonPackages.broadlink: init at 0.9
2018-11-03 15:37:02 +01:00
taku0
3cfa035a99 adoptopenjdk-openj9-bin: 11 -> 11.0.1 2018-11-03 22:00:56 +09:00
Frederik Rietdijk
ca7fa914c3 python.pkgs.bsddb3: enable python3 and tests 2018-11-03 12:40:03 +01:00
Mateusz Kowalczyk
0e6d023b06
Merge pull request #49585 from periklis/libid3tag-sec-fixes
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-03 19:52:23 +09:00
Will Dietz
ffd083ec44 jq: 1.5 -> 1.6
* jq: 1.5 -> 1.6 (!!)

(last release was in 2015! :))

* jq: drop darwin patch, appears resolved by upgrade

commit history isn't that long, and has a few addressing
behavior on osx re:strptime-- and since this patch
doesn't apply it seems likely it's been resolved
but probably can be checked by any interested folks w/darwin.
2018-11-03 11:47:35 +01:00
Peter Simons
d9fa1f9178
Merge pull request #49666 from averelld/rPackages.ps-build-fix
r-ps: patchShebangs in ./configure to fix build
2018-11-03 10:38:30 +01:00
Peter Simons
1cd1a34f8f
Merge pull request #49674 from typetetris/fix-46130
haskellPackages.sdl2: test-suite needs x server, so deactivate it
2018-11-03 10:36:56 +01:00
Daniël de Kok
1f21fc5e47 cargo-asm: fix build on macOS Mojave
Building cargo-asm on Mojave fails with

ld: framework not found Security

Add Security as a build input.
2018-11-03 08:47:18 +01:00
Wael M. Nasreddine
e2355c6973
iferr: init unstable at 2018-06-15 2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
fce50a7880
impl: init unstable at 2018-02-27 2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
6a09bfc8bc
gometalinter: init at 2.0.11 2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
a1faa70368
gosec: init at 1.1.0 2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
cfa5c7f896
maligned: init unstable at 2018-07-07 2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
ed31a46727
interfacer: init at unstable 2018-08-31 2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
1efe4d9005
gocyclo: init unstable at 2015-02-08 2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
f10fcf202b
go-check: init unstable at 2018-09-12 2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
fe83c5c3f5
goconst: init at 1.1.0 2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
63d9863394
unconvert: init at unstable 2018-07-03 2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
df46a94d8b
ineffassign: init at unstable 2018-09-09 2018-11-02 22:04:38 -07:00
Wael M. Nasreddine
d225933b4e
go-tools: init at 2017.2.2 2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
9795ad34dd
deadcode: init at unstable 2016-07-24 2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f5e4939277
gogetdoc: init at unstable 2018-10-25 2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f6e78e49fa
reftools: init at unstable 2018-09-14 2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
6d7413e54a
errcheck: init at 1.1.0 2018-11-02 21:58:08 -07:00
Wael M. Nasreddine
126e64e658
asmfmt: init at 1.1 2018-11-02 21:58:08 -07:00
Jörg Thalheim
5ea21ad32a
Merge pull request #49629 from marsam/feature/fixes-pyre
pyre: 0.0.14 -> 0.0.17
2018-11-03 02:32:16 +00:00
Matthew Bauer
e9db1e2917 grpc: disable werror for unknown warning option
This seems silly to do an error for. It breaks clang builds.
2018-11-02 21:24:55 -05:00
Matthew Bauer
8bae7d328e
gsasl: disable check on darwin 2018-11-02 20:41:38 -05:00
Raphael Borun Das Gupta
78dbe69543 libosmium: init at 2.14.2 2018-11-03 00:36:28 +01:00
Thilo Uttendorfer
a3739a908c ansible-lint: fix install tests 2018-11-03 00:11:24 +01:00
Eric Wolf
79dace1b30 haskellPackages.sdl2: test-suite needs x server, so deactivate it 2018-11-03 00:11:11 +01:00
Averell Dalton
25e68e3048 r-ps: patchShebangs in ./configure to fix build 2018-11-02 23:02:04 +01:00
Matthew Bauer
a4234645fe betaflight: don’t use nano
not in newlib
2018-11-02 15:42:33 -05:00
Matthew Bauer
94a2cdebaa inav: don’t use nano
not in newlib
2018-11-02 15:42:32 -05:00
Matthew Bauer
0b66270ada avrlibc: set platforms to avr-none
It will only build on avr architectures.
2018-11-02 15:42:32 -05:00
Langston Barrett
45db416201 folly: 2018.08.27.00 -> 2018.10.29.00
Folly disabled autotools-based builds in favor of CMake.
2018-11-02 13:12:26 -07:00
Peter Simons
82822c66e4
Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helper
haskellPackages.cabal-helper: Jailbreak restrictive bounds.
2018-11-02 20:42:42 +01:00
Peter Simons
fdc19ff311 haskell-polyparse: use latest version for ghc-8.6.1 2018-11-02 20:25:13 +01:00
Austin Seipp
5ca1b19dab timescaledb-parallel-copy: init at 2018-05-14
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 14:16:09 -05:00
Peter Simons
2f0de54ddb Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.
We keep the latest minor release of each one of the last 3 major releases,
which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
ghc-HEAD, but this doesn't count.

Dropping these compilers implied that we have to drop the corresponding
versions of ghcjs, too. We can also drop a shitload of obsolete compiler
patches that newer versions no longer need.

At some point, we can probably simplify the generic builder, too.
2018-11-02 20:13:55 +01:00
Peter Simons
32dcb6051a haskell-brick: drop obsolete jailbreak for ghc-8.6.x 2018-11-02 20:00:28 +01:00
Jan Tojnar
b603856e44
Merge pull request #49648 from worldofpeace/granite/5.2.0
granite: 5.1.0 -> 5.2.0
2018-11-02 19:45:45 +01:00
Raphael Borun Das Gupta
95a1054a48 protozero: init at 1.6.3 2018-11-02 19:27:38 +01:00
Peter Simons
1bc120fa5f git-annex: update sha256 hash for new version 7.20181031 2018-11-02 19:22:17 +01:00
Peter Simons
7766df8eba hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision
98ec0eee2d.
2018-11-02 19:22:10 +01:00
Peter Simons
508ce6e208 haskellPackages: default to ghc 8.4.4 as per Stackage LTS 12.16 2018-11-02 19:21:58 +01:00
Peter Simons
c9e1380626 r-nloptr: fix build by adding pkgconfig 2018-11-02 17:50:18 +01:00
Peter Simons
9f9fc7ae15 nlopt: update from 2.4.2 to 2.5.0 2018-11-02 17:50:18 +01:00
Peter Simons
9b63cc6313 r-rlang: patch shebang in configure script to fix the build 2018-11-02 17:50:18 +01:00
Tom McLaughlin
cac5c9401e R: update CRAN and BIOC package sets
Closes https://github.com/NixOS/nixpkgs/pull/49430.
2018-11-02 17:50:18 +01:00
worldofpeace
8cf1e97fcf granite: 5.1.0 -> 5.2.0
- Correct License to LGPLv3+
2018-11-02 12:44:05 -04:00
Vladimír Čunát
87e4e1ba72
Revert "c-ares: 1.14.0 -> 1.15.0"
This reverts commit 5ace270309.
It's a mass rebuild, moving to staging.
2018-11-02 14:33:55 +01:00
Michael Raskin
d03ca0c105
Merge pull request #49641 from aanderse/openscenegraph
openscenegraph: 3.6.2 -> 3.6.3
2018-11-02 13:05:36 +00:00
Mario Rodas
91ce8c050f pyre: 0.0.14 -> 0.0.17 2018-11-02 07:07:52 -05:00
Peter Hoeg
1ccafe56f9 pythonPackages.broadlink: init at 0.9 2018-11-02 18:12:07 +08:00
Gabriel Ebner
5de50f8fa3
Merge pull request #49250 from royneary/nim-0.19
nim: 0.18.0 -> 0.19.0
2018-11-02 10:20:13 +01:00
Will Dietz
9e23f72ce7
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
c-ares: 1.14.0 -> 1.15.0
2018-11-02 03:56:41 -05:00
Will Dietz
71bde96d2b
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02 03:53:35 -05:00
Vincent Laporte
6a449c0742
coqPackages.contribs.zfc: enable for Coq 8.8 2018-11-02 08:51:24 +00:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Mario Rodas
c7c278dc0f pyre: enable tests 2018-11-01 22:31:11 -05:00
Mario Rodas
f422f8d0ad pyre: fix darwin build 2018-11-01 22:29:18 -05:00
Will Dietz
6753b2c6c1
Merge pull request #49605 from mroi/swift-4.2.1
swift: 4.1.3 -> 4.2.1
2018-11-01 22:28:37 -05:00
volth
c246b5283c perldevel: 5.29.3 -> 5.29.4 (#49624) 2018-11-02 03:10:11 +01:00
Renaud
87f97f068e
Merge pull request #49614 from markuskowa/licenses-26
Add licenses
2018-11-02 00:31:33 +01:00
Daniël de Kok
3f0fa6296a leveldb: 1.18 -> 1.20 (#49587)
Changelog:

1.20: https://github.com/google/leveldb/releases/tag/v1.20
1.19: https://github.com/google/leveldb/releases/tag/v1.19
2018-11-02 00:13:43 +01:00
Christian Rackerseder
678e28dfd5 yarn: 1.10.1 -> 1.12.1 (#49616) 2018-11-02 00:52:52 +02:00
Markus Kowalewski
645b5a0e82
mockobjects: add license + description 2018-11-01 23:27:15 +01:00
Markus Kowalewski
5fabd1b3c6
lucene: add license + description 2018-11-01 23:27:15 +01:00
Markus Kowalewski
4598cf4f3f
libmatthew-java: add license 2018-11-01 23:27:15 +01:00
Markus Kowalewski
0d140370cb
jdom: add meta data 2018-11-01 23:27:15 +01:00
Markus Kowalewski
d356808b2f
httpunit: add license + homepage 2018-11-01 23:27:14 +01:00
Markus Kowalewski
fe326f8794
hsqldb: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
a923a5aa2d
gwt-widgets: add licenses 2018-11-01 23:27:14 +01:00
Markus Kowalewski
eea1946708
gwt-dnd: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
08f4d756af
dbus-java: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
b13ab27360
jasper: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
6afad9b00e
jama: add license 2018-11-01 23:27:13 +01:00
Markus Kowalewski
ba9d6b673a
incrtcl: add license 2018-11-01 23:27:11 +01:00
Aaron Andersen
bdc293caba flightgear & simgear: 2017.3.1 -> 2018.2.2 2018-11-01 18:17:34 -04:00
Aaron Andersen
0cca209943 openscenegraph: revive version 3.4.0 2018-11-01 18:07:12 -04:00
Franz Pletz
68cf3df2a6
Merge pull request #47375 from taku0/remove_oraclejdk_10
oraclejdk: remove version 10
2018-11-01 21:36:42 +00:00
Renaud
32382d2cc9
Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0
nlohmann_json: 3.3.0 -> 3.4.0
2018-11-01 21:20:40 +01:00
Markus Kowalewski
cc476f04b8
imlib: add license + description 2018-11-01 20:47:54 +01:00
Renaud
ee09650a4c
flyway: 5.1.4 -> 5.2.1
Distribute only the community edition JARs which are the only ones under Apache 2.0 license
This also reduce closure size
2018-11-01 19:58:51 +01:00
Michael Fellinger
bbe1da7aa9 kexpand: init at 2017-05-12 2018-11-01 18:34:14 +01:00
Michael Roitzsch
4e89814fc6 swift: 4.1.3 -> 4.2.1
* necessary tweaks and patches to get swift 4.2.1 to build
* disabled more tests because they would require additional patching
* delete empty directories from final build output
* some minor cleanup
2018-11-01 17:53:04 +01:00
Will Dietz
a06fde5e24 nlohmann_json: 3.3.0 -> 3.4.0
https://github.com/nlohmann/json/releases/tag/v3.4.0
2018-11-01 11:07:56 -05:00
Peter Hoeg
7b5a329449
Merge pull request #49460 from peterhoeg/u/pio
platformio: 3.5.3 -> 3.6.1
2018-11-01 23:16:44 +08:00
Periklis Tsirakidis
84db315fb3 libid3tag: patch CVE-2017-11550 and CVE-2017-11551 2018-11-01 13:17:01 +01:00
taku0
15692e6f12
oraclejdk: remove version 10 2018-11-01 12:37:21 +01:00
Franz Pletz
38db6fdfb9
Merge pull request #48326 from jerith666/jdk11
openjdk: 10.0.2 -> 11.0.1
2018-11-01 11:34:13 +00:00
Edmund Wu
b3bff5c249 pythonPackages.trueskill: init at 0.4.5 (#49342) 2018-11-01 10:56:56 +01:00
Edmund Wu
0111c7d851 pythonPackages.zstd: init at 1.3.5.1 (#49339) 2018-11-01 10:41:28 +01:00
Peter Hoeg
718d3aea7c platformio: 3.5.3 -> 3.6.1 2018-11-01 17:16:02 +08:00
Vaibhav Sagar
841a0bee5f lightstep-tracer-cpp: 0.36 -> 0.8.1 2018-10-31 22:19:39 -04:00
Will Dietz
7b66d96910 webkitgtk: 2.22.2 -> 2.22.3
https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html
2018-10-31 20:08:48 -05:00
Michael Raskin
4878526889
Merge pull request #49558 from tohl/master
sbcl updated, tested on nixos x86_64
2018-10-31 23:09:32 +00:00
Tomas Hlavaty
dc50b2b558 sbcl: 1.4.12 -> 1.4.13 2018-10-31 23:32:47 +01:00
Robert Schütz
f6107effa4
Merge pull request #49158 from alyssais/doh-proxy
doh-proxy: init at 0.0.8
2018-10-31 23:16:03 +01:00
Tomas Hlavaty
8f4c570030 sbcl: include info manual 2018-10-31 22:33:28 +01:00
royneary
18aa80f352 nrpl: fix compilation with nim 0.19 2018-10-31 22:04:00 +01:00
Christian S
e4c64ae930 openh264: 1.7.0 -> 1.8.0 (#49544)
encoder fixes, clang compilation error for ARM
2018-10-31 20:47:24 +01:00
Will Dietz
5ace270309 c-ares: 1.14.0 -> 1.15.0
https://c-ares.haxx.se/changelog.html#1_15_0
2018-10-31 14:33:53 -05:00
R. RyanTM
f475aee598 closurecompiler: 20180805 -> 20180910 (#48529)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions
2018-10-31 20:30:38 +01:00
Patrick Elliott
7c0122e7e6 Added native build dependencies for scuttlebot (#49471) 2018-10-31 20:12:53 +01:00
Tristan Helmich
e662e0b8d9 saxon-he: 9.8.0.6 -> 9.9.0.1 (#49541) 2018-10-31 19:53:46 +01:00
Frederik Rietdijk
8db4814e8e
Merge pull request #49476 from Synthetica9/cuda-update
cudatoolkit, cudnn: many updates
2018-10-31 19:26:41 +01:00
Timo Kaufmann
4133885dab pythonPackages.pyzmq: use zeromq4 2018-10-31 19:15:55 +01:00
Maximilian Bosch
c6fc3bb7fc python3Packages.gplaycli: 3.21 -> 3.25 (#49521)
The version 3.21 isn't compatible with our currently packaged
`pythonPackages.gpapi` which is now at version 0.4.3.

See https://hydra.nixos.org/build/83154918
2018-10-31 18:47:41 +01:00
Alyssa Ross
1f1bd5c8e8
python3Packages.aioh2: init at 0.2.2
Tests skipped due to https://github.com/decentfox/aioh2/issues/17.
2018-10-31 17:47:24 +00:00
Will Dietz
98fd559eaa strace: 4.24 -> 4.25 (#49518)
https://github.com/strace/strace/releases/tag/v4.25
2018-10-31 18:36:08 +01:00
Robert Schütz
e0772e6ef8
Merge pull request #48183 from costrouc/costrouc/python-atomman
pythonPackages.atomman: init at 1.2.3
2018-10-31 17:23:30 +01:00
Joachim F
e4bfc708e5
Merge pull request #49330 from sephalon/fstrcmp
fstrcmp: init at 0.7
2018-10-31 15:01:35 +00:00
Alyssa Ross
cd1ff3bede
python3Packages.aiohttp_remotes: init at 0.1.2 2018-10-31 13:08:40 +00:00
Peter Simons
3d5f7e368f haskell-polyparse: drop obsolete override for ghc-8.6.x 2018-10-31 12:09:59 +01:00
Peter Simons
cd68a8c7cc haskell-fltkhs-themes: disable Hydra build to avoid evaluation errors 2018-10-31 12:09:59 +01:00
Peter Simons
1bc42cb193 haskell-xmobar: drop obsolete override for ghc-8.6.x 2018-10-31 12:09:59 +01:00
Peter Simons
b376d55e52 haskell-easytest: drop obsolete override for ghc-8.6.x 2018-10-31 12:09:59 +01:00
Peter Simons
5d18129ce8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision
b6545b2cd8.
2018-10-31 12:09:54 +01:00
Peter Simons
771849af9e LTS Haskell 12.16 2018-10-31 12:09:49 +01:00
royneary
9dcdf5a545 nim: update nodejs-slim 2018-10-31 10:38:16 +01:00
royneary
b786a47e9e nim: move build time dependencies into nativeBuildInputs 2018-10-31 10:37:38 +01:00
Stefan Wiehler
beeaebad5e fstrcmp: init at 0.7 2018-10-31 07:47:20 +01:00
Aaron Andersen
ea1024e101 openscenegraph: 3.6.2 -> 3.6.3 2018-10-30 22:49:39 -04:00
xeji
933874ef08
Merge pull request #49374 from loskutov/jemalloc51
jemalloc: 5.0.1 -> 5.1.0
2018-10-31 00:10:14 +01:00
Ignat Loskutov
1c7d246d81 drop the obsolete '--disable-thp' option 2018-10-31 01:44:55 +03:00
Jörg Thalheim
0c1ee96a89
Merge pull request #48848 from nicknovitski/android-sdk-26-licenses
Update android sdk, add license config option and selectable build tools
2018-10-30 21:06:52 +00:00
Vincent Laporte
0a24919923 ocamlPackages_latest.ocaml: 4.07.0 -> 4.07.1 2018-10-30 20:33:28 +00:00
R. RyanTM
c3a1c0008b python36Packages.nbxmpp: 0.6.6 -> 0.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-nbxmpp/versions
2018-10-30 21:11:19 +01:00
Benjamin Hipple
baf0703010 pythonPackages.pythondaemon: rename to pythonPackages.python-daemon
This commit renames the pythondaemon module to match its module name, github
name, and pypi name, which makes it easier to find and reference. In order to
avoid breaking any external users, I've left an alias with a deprecated warning.
2018-10-30 21:09:34 +01:00
Carlos Morera de la Chica
fe30cce533 beancount: fix build
pytest is now a runtime dependency
2018-10-30 21:01:02 +01:00
John Ericson
26fa9d2b51
Merge pull request #49477 from obsidiansystems/haskell-shell-completions
haskell-lib: Factor out shell completion scripts helper
2018-10-30 15:25:03 -04:00
Niklas Thörne
d48cef7d5b cppclean: init at 2018-05-12 (#49264)
* cppclean: init at 2018-05-12

* Updated according to review comments
2018-10-30 20:15:33 +01:00
Jan Tojnar
92fcce4641
Merge pull request #49468 from worldofpeace/bamf-fix
bamf: 0.5.3 -> 2018-02-07, fix build
2018-10-30 20:08:11 +01:00
markuskowa
1881e8e7e4
Merge pull request #49469 from Ekleog/self-as-maintainer
Add self as maintainer
2018-10-30 19:58:07 +01:00
John Ericson
c34f5176f1 haskell-lib: Factor out shell completion scripts helper 2018-10-30 14:49:58 -04:00
Matthew Bauer
a6fa5bd936
Merge pull request #48286 from matthewbauer/avrgcc
avr: use new cross compilation infrastructure
2018-10-30 13:49:08 -05:00
Matthew Bauer
991e51a1f6 teensy-loader-cli: build on macos 2018-10-30 13:31:57 -05:00
Matthew Bauer
a33d122be6 qmk_firmware: init at 0.6.144
A convenient way to test embedded projects
2018-10-30 13:31:56 -05:00
Matthew Bauer
dcdf00f18b mentorToolchains: remove
mentorToolchains.armLinuxGnuEabi is replaced with:

- pkgsCross.pogoplug4.buildPackages.gcc
- pkgsCross.pogoplug4.buildPackages.binutils

and mentorToolchains.armEabi is replaced with:

- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils

Fixes #39087
2018-10-30 13:31:56 -05:00
Matthew Bauer
c327df544a gcc-arm-embedded: remove
replace with:

- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils
2018-10-30 13:31:55 -05:00
Matthew Bauer
aa4707fc34 treewide: use gnu toolchain for avr/arm-embedded
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.

Affected packages include:

- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Patrick Elliott
032a2b3907 nodePackages.git-ssb: add node-gyp-build dependency 2018-10-30 20:26:54 +02:00
Patrick Hilhorst
4cfeb9da53
cudatoolkit, cudnn: many updates
cudatoolkit_9_1: 9.1.85.1 -> 9.1.85.3
cudatoolkit_9_2: init at 9.2.148.1
cudatoolkit_9: 9.1.85.1 -> 9.2.148.1
cudatoolkit_10, cudatoolkit_10_0: init at 10.0.130

cudnn_cudatoolkit_9_0: 7.0.5 -> 7.3.0
cudnn_cudatoolkit_9_1: init at 7.1.3
cudnn_cudatoolkit_9_2: init at 7.2.1
cudnn_cudatoolkit_9: 7.0.5 (9.1) -> 7.3.1 (9.2)
cudnn_cudatoolkit_10, cudnn_cudatoolkit_10_0: init at 7.3.1
2018-10-30 19:09:20 +01:00
Chris Ostrouchov
1ac9d8ea40
pythonPackages.atomman: init at 1.2.3 2018-10-30 13:38:59 -04:00
Chris Ostrouchov
7dd7190a57
pythonPackages.DataModelDict: init at 0.9.4 2018-10-30 13:38:59 -04:00
Chris Ostrouchov
0cf2c6fcfe
pythonPackages.numericalunits: init at 1.16 2018-10-30 13:38:59 -04:00
R. RyanTM
1873e39acf python36Packages.cassandra-driver: 3.6.0 -> 3.15.1 (#49018)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-cassandra-driver/versions
2018-10-30 17:07:48 +01:00
Léo Gaspard
e54079133e
global-platform-pro: add self as maintainer 2018-10-31 01:06:27 +09:00
Will Dietz
698197d38a gmime3: 3.2.0 -> 3.2.1, enable tests, now uses libidn2 (#49390)
NEWS:

https://raw.githubusercontent.com/jstedfast/gmime/87405143bb870a6977b7170706a04d747341b425/NEWS
2018-10-30 16:54:54 +01:00
Robert Schütz
95c66dac70 python.pkgs.datadog: 0.20.0 -> 0.23.0 2018-10-30 16:45:36 +01:00
Daniël de Kok
3a2336798f pyo3-pack: init at 0.3.8 (#46754) 2018-10-30 16:36:21 +01:00
Eelco Dolstra
0385cb33c6
libeditline: Use multiple outputs
Also disable static build by default per Nixpkgs policy. (Really
static libraries should be moved to the 'dev' output, in which case it
wouldn't be a problem to enable them by default.)
2018-10-30 16:01:49 +01:00
worldofpeace
3358e256b1 bamf: 0.5.3 -> 2018-02-07, fix build
Technically this is 0.5.4 but it's unreleased
2018-10-30 10:58:24 -04:00
Lancelot SIX
f68cf486d8
Merge pull request #48664 from alyssais/postgres11
postgresql_11: init at 11.0
2018-10-30 15:54:42 +01:00
Timo Kaufmann
835df8a8a8
Merge pull request #49452 from timokau/sympy-1.3
pythonPackages.sympy: 1.2 -> 1.3
2018-10-30 15:45:45 +01:00
xeji
eece3dddad
Merge pull request #49394 from dtzWill/update/xapian-1.4.8
xapian: 1.4.7 -> 1.4.8, drop included patch
2018-10-30 15:37:12 +01:00
Alyssa Ross
c6c7d55790
postgresql*: use underscores in version numbers 2018-10-30 14:32:21 +00:00
Jörg Thalheim
b5ad615474
verasco: remove unmaintained project
Verasco is no longer maintained by upstream and blocks updates of some libraries.
Removing it also makes it possible to remove coq 8.4.
2018-10-30 13:31:11 +00:00
Timo Kaufmann
1dd7443c93 pythonPackages.sympy: 1.2 -> 1.3 2018-10-30 13:16:38 +01:00
Jörg Thalheim
d23d25ebbb
Merge pull request #47594 from midchildan/add-sourcetrail
sourcetrail: init at 2018.3.55
2018-10-30 12:07:51 +00:00
Timo Kaufmann
be08e69372
Merge pull request #49447 from timokau/memory_profiler-0.54.0
pythonPackages.memory_profiler: add plotting dependency, enable checks
2018-10-30 11:51:00 +01:00
Timo Kaufmann
64f6b9eb95 pythonPackages.memory_profiler: add plotting dependency, enable checks 2018-10-30 11:28:08 +01:00
Sarah Brofeldt
5c1c90a9ad
Merge pull request #49389 from colemickens/ffmpeg
ffmpeg: enable libdrm
2018-10-30 09:16:18 +01:00
Andrew Miller
d837fe68ae hy: 0.14.0 -> 0.15.0 (#49428) 2018-10-30 01:07:07 +01:00
Ryan Mulligan
2be286436c
Merge pull request #49003 from r-ryantm/auto-update/python3.6-django-classy-tags
python36Packages.django_classytags: 0.6.1 -> 0.8.0
2018-10-29 16:00:00 -07:00
Uli Baum
e1ff8dc5df pythonPackages.django_classytags: clarify why tests are disabled 2018-10-29 23:44:34 +01:00
Alyssa Ross
69dcb1a2c0 bundlerApp: take buildInputs (#45435)
It would be reasonable to have a Ruby program that depends on some other
program being in the PATH. In this case, the obvious thing to do would
be something like this:

    bundlerApp {
      # ...
      buildInputs = [ makeWrapper ];
      postBuild = ''
        wrapProgram "$out/bin/foo" \
          --prefix PATH : ${lib.makeBinPath [ dep ]}
      '';
    }

However, this doesn't work, because even though it just forwards most of
its arguments to `runCommand`, `bundlerApp` won't take a `buildInputs`
parameter. It doesn't even specify its own `buildInputs`, which means
that the `scripts` parameter to `bundlerApp` (which depends on
`makeWrapper`) is completely broken, and, as far as I can tell, has been
since its inception. I've added a `makeWrapper` build input if the
scripts parameter is present to fix this.

I've added a `buildInputs` option to `bundlerApp`. It's also passed
through to bundled-common because `postBuild` scripts are run there as
well. This actually means that in this example we'd end up going through
two layers of wrappers (one from `bundlerApp` and one from
bundled-common), but that has always been the case and isn't likely to
break anything. That oddity does suggest that it might be prudent to
not forward `postBuild` to bundled-common (or to at least use a
different option) though...

FWIW, as far as I can tell no package in nixpkgs uses either the
`scripts` or `postBuild` options to `bundlerApp`.
2018-10-29 22:39:51 +01:00
Matthew Bauer
8db71d9d77 newlib: init at 3.0.0
Fixes #47533

newlib seems to think it’s a compiler when it’s not. Anyway had to
make host refer to build platform for things to work.
2018-10-29 14:34:10 -05:00
Matthew Bauer
2650a1f91e dfu-programmer: supports macos 2018-10-29 14:34:09 -05:00
Matthew Bauer
412093994b gcc: support avr
- respect libc’s incdir and libdir
- make non-unix systems single threaded
- set LIMITS_H_TEST to false for avr
- misc updates to support new libc’s
- use multilib with avr

For threads we want to use:
- posix on unix systems
- win32 on windows
- single on everything else

For avr:
- add library directories for avrlibc
- to disable relro and bind
- avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
2018-10-29 14:34:09 -05:00
Matthew Bauer
d59a9ac7cf avr: use new compilation infrastructure
Gets rid of:
  avrbinutils
  avrgcc

to replace with:
  pkgsCross.avr.buildPackages.binutils
  pkgsCross.avr.buildPackages.gcc
2018-10-29 14:34:09 -05:00
Frederik Rietdijk
e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
Maximilian Bosch
b7bc6e7f6c
pythonPackages.dlib: move expression
Initially the expression was quite small (just inherited properties from
`pkgs.dlib`), but the more it grows the better it is to store it into
its own file.
2018-10-29 18:57:19 +01:00
timor
79f148c2e0 libmtp: 1.1.15 -> 1.1.16
This fixes the problem of connecting android phones via MTP in kde/dolphin.

Original Bug description: https://bugs.kde.org/show_bug.cgi?id=387454
2018-10-29 18:28:51 +01:00
R. RyanTM
33925ef2b4 python36Packages.pip-tools: 2.0.2 -> 3.1.0 (#48986)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pip-tools/versions
2018-10-29 16:09:24 +01:00
Robert Schütz
8f415fdf80
Merge pull request #48892 from sveitser/update/pythonPackages.sh
pythonPackages.sh: 1.11 -> 1.12.14
2018-10-29 14:21:36 +01:00
Robert Schütz
65b4c9b3d4 python.pkgs.python-packer: remove dependency pinning 2018-10-29 14:15:45 +01:00
Will Dietz
fdf626944c xapian: 1.4.7 -> 1.4.8, drop included patch 2018-10-29 08:04:04 -05:00
R. RyanTM
e8df5045ca python36Packages.mail-parser: 3.3.1 -> 3.4.1 (#48974)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mail-parser/versions
2018-10-29 14:00:17 +01:00
R. RyanTM
15af3177d8 python36Packages.pycares: 1.0.0 -> 2.3.0 (#48983)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pycares/versions
2018-10-29 13:59:34 +01:00
Robert Schütz
69931e1eee python3.pkgs.netdisco: 2.0.0 -> 2.2.0 2018-10-29 13:44:00 +01:00
Alyssa Ross
a586c14cc4
python3Packages.priority: init at 1.3.0 2018-10-29 12:28:20 +00:00
Urban Škudnik
5adfcb951a pythonPackages.aioprocessing: init at 1.0.1 (#49170) 2018-10-29 13:24:24 +01:00
Cole Mickens
b79dc80b2f ffmpeg: enable libdrm 2018-10-29 05:24:19 -07:00
R. RyanTM
99aff820e7 python27Packages.gevent-websocket: 0.9.3 -> 0.10.1 (#49010)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-gevent-websocket/versions
2018-10-29 12:30:22 +01:00
R. RyanTM
1288766e61 python36Packages.foolscap: 0.12.6 -> 0.13.1 (#49012)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-foolscap/versions
2018-10-29 12:28:15 +01:00
R. RyanTM
188ce907e3 python27Packages.gipc: 0.5.0 -> 0.6.0 (#49005)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-gipc/versions
2018-10-29 12:11:16 +01:00
Daiderd Jordan
d80f2dba6f
Merge pull request #49079 from alyssais/bb
bb: add Darwin compatibility
2018-10-29 11:08:14 +00:00
R. RyanTM
cfd3db5c66 python36Packages.flask_migrate: 2.2.1 -> 2.3.0 (#49020)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-flask-migrate/versions
2018-10-29 12:04:29 +01:00
Francesco Gazzetta
c20c4be047 gron: 0.5.2 -> 0.6.0 (#49282) 2018-10-29 11:56:56 +01:00
Jörg Thalheim
f222119063
Merge pull request #49365 from loskutov/master
cppcheck: 1.84 -> 1.85
2018-10-29 10:47:19 +00:00
Jörg Thalheim
292e47acb9
Merge pull request #49351 from prusnak/add_python_pyro4
python.pkgs.Pyro4: new package (at version 4.74)
2018-10-29 10:43:58 +00:00
Jörg Thalheim
da85e7d05d
Merge pull request #49369 from Mic92/mono-cleanup3
mono46: mark as insecure (CVE-2018-1002208)
2018-10-29 10:27:22 +00:00
Pavol Rusnak
b7201c5c69
python.pkgs.Pyro remove package - Pyro4 should be used instead 2018-10-29 11:21:03 +01:00
Pavol Rusnak
e212399d44
python.pkgs.Pyro4: new package (at version 4.74)
includes its dependency python.pkgs.serpent (at version 1.27)
2018-10-29 11:20:03 +01:00
Michael Raskin
641ef3ab23
Merge pull request #49232 from geistesk/racket-7.1
racket: 7.0 -> 7.1
2018-10-29 08:19:09 +00:00
Jörg Thalheim
f1ba745392
Merge pull request #49210 from r-ryantm/auto-update/ocaml4.06.1-ocaml-migrate-parsetree
ocamlPackages.ocaml-migrate-parsetree: 1.0.11 -> 1.1.0
2018-10-29 01:12:54 +00:00
Michael Fellinger
34e1fa4a50 buildRubyGem: Provide manpages for Ruby gems (#49334) 2018-10-29 01:48:05 +01:00
Matt McHenry
1bd7b98c79 openjdk: 10.0.2 -> 11.0.1
* the jre is no longer an official part of the jdk (jmod is
  recommended as a replacement when needing to create smaller runtime
  images)

* darwin continues to use zulu from azul

* apps that used 10 now use 11 (eclipse, bazel, josm)
2018-10-28 20:35:25 -04:00
Jörg Thalheim
c7f4c0350c
Merge pull request #49260 from r-ryantm/auto-update/merlin
ocamlPackages.merlin: 3.2.1 -> 3.2.2
2018-10-29 00:08:01 +00:00
Jörg Thalheim
14721b2adc
Merge pull request #49265 from markuskowa/licenses-25
Add licenses
2018-10-29 00:06:41 +00:00
Ignat Loskutov
e7f2ce9102 jemalloc: 5.0.1 -> 5.1.0 2018-10-29 02:59:11 +03:00
Jörg Thalheim
b770be49b9
Merge pull request #49252 from zarelit/crystal_play
crystal: fix "play" subcommand
2018-10-28 23:50:44 +00:00
Jörg Thalheim
f5b281f11c
Merge pull request #49215 from r-ryantm/auto-update/ocaml4.06.1-fmt
ocamlPackages.fmt: 0.8.4 -> 0.8.5
2018-10-28 23:26:08 +00:00
Jörg Thalheim
8dba09c181
Merge branch 'master' into mono-cleanup 2018-10-28 22:59:18 +00:00
Jörg Thalheim
ea30c719dd
Merge pull request #49368 from Mic92/mono-cleanup2
mono44: remove insecure version
2018-10-28 22:58:24 +00:00
Jörg Thalheim
d221f7d0c2
Merge pull request #49043 from r-ryantm/auto-update/python3.6-icalendar
python36Packages.icalendar: 3.9.0 -> 4.0.3
2018-10-28 22:36:07 +00:00
Jörg Thalheim
99edb7accb
mono46: add CVE-2018-1002208 2018-10-28 21:35:38 +00:00
Jörg Thalheim
80d4263526
mono44: remove insecure version
This version is also affected by CVE-2018-1002208.
It has no user in nixpkgs.
2018-10-28 21:30:39 +00:00
Ignat Loskutov
c1748f0b09 cppcheck: 1.84 -> 1.85 2018-10-29 00:19:46 +03:00
Jörg Thalheim
12c9a36dad
mono40: remove 2018-10-28 21:10:14 +00:00
Jörg Thalheim
aa1e0ac981
Merge pull request #49349 from vbgl/ocaml-menhir-20181026
ocamlPackages.menhir: 20170712 -> 20181026
2018-10-28 21:06:02 +00:00
R. RyanTM
76006342b2 python36Packages.pyramid_multiauth: 0.8.0 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pyramid_multiauth/versions
2018-10-28 21:18:50 +01:00
Michael Weiss
8ea2f0d1a0
Merge pull request #49078 from colemickens/pr-wlroots
wlroots.examples: prefix example binaries
2018-10-28 21:13:23 +01:00
R. RyanTM
b9bd8dd4d3 python36Packages.requests_download: 0.1.1 -> 0.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-requests_download/versions
2018-10-28 21:09:55 +01:00
R. RyanTM
69498f7df1 python36Packages.mysql-connector: 8.0.12 -> 8.0.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mysql-connector/versions
2018-10-28 19:58:20 +01:00
Vladyslav M
0ab9e5c9fe
Merge pull request #49306 from periklis/update-uriparser
uriparser:  0.8.6 -> 0.9.0
2018-10-28 18:28:31 +02:00
Jörg Thalheim
ee738264d1
Merge pull request #49346 from Mic92/gocache
buildGoPackage: re-enable GOCACHE
2018-10-28 16:02:40 +00:00
Jörg Thalheim
426d35d0cd
Merge pull request #49329 from sephalon/fmt
fmt: minor refactor
2018-10-28 15:56:46 +00:00
Vincent Laporte
80bb1db72c
ocamlPackages.menhir: 20170712 -> 20181026 2018-10-28 15:30:49 +00:00
taku0
7c3dd045ce adoptopenjdk-bin: support darwin platform 2018-10-28 13:52:12 +00:00
taku0
8faebb17ac adoptopenjdk-bin: init at 11 2018-10-28 13:52:12 +00:00
Renaud
503bcae31b
Revert "autobahn: 18.8.2 -> 18.9.2, txaio: 18.7.1 -> 18.8.1" (#49345) 2018-10-28 14:51:58 +01:00
Jörg Thalheim
9bbfc6f6e2
buildGoPackage: re-enable GOCACHE
If projects uses go1.11 modules GOCACHE is required.
Also if buildGoPackage is used in a nix-shell setting we don't
want to override GOCACHE to allow incremental builds.
This should be backported to 18.09
2018-10-28 13:51:16 +00:00
Renaud
de8f3b422a
Merge pull request #47953 from lopsided98/openssl-arm
openssl: don't autodetect platform on armv6/7l
2018-10-28 14:08:02 +01:00
Vincent Laporte
8ef70a0b29 reason: 3.3.3 -> 3.3.7 (#49325)
* reason: 3.3.3 -> 3.3.7

* reason: makeWrapper needed at build time only
moved makeWrapper from buildInputs to nativeBuildInputs
2018-10-28 14:06:02 +01:00
Stefan Wiehler
b23d92f8f2 fmt: minor refactor
Add separate build outputs, enable parallel building, fix platforms,
adapt to styleguide.
2018-10-28 14:04:15 +01:00
Renaud
0a7f6ed9ef
Merge pull request #48626 from ivan/bump-autobahn-txaio
autobahn: 18.8.2 -> 18.9.2, txaio: 18.7.1 -> 18.8.1
2018-10-28 13:52:36 +01:00
Periklis Tsirakidis
9ac64e5bb6 gtest: Use native cmake/ninja builder
Clean up the expression and add pkgconfig support
2018-10-28 11:25:13 +01:00
Robert Hensing
15759508fa
Merge pull request #49056 from Tomahna/scalafix
scalafix: init at 0.9.0
2018-10-28 10:22:11 +01:00
Kevin Rauscher
0c05fb262a scalafix: init at 0.9.0 2018-10-28 10:10:37 +01:00
Shea Levy
9b111955ec
nix-plugins: 5.0.0 -> 6.0.0 2018-10-28 00:25:39 -04:00
R. RyanTM
6e664678a4 libqmatrixclient: 0.3.0.2 -> 0.4.0 (#49281)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqmatrixclient/versions
2018-10-27 20:13:39 -04:00
R. RyanTM
d888c03784 libressl_2_8: 2.8.1 -> 2.8.2 (#49293)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libressl/versions
2018-10-27 20:11:48 -04:00
R. RyanTM
b580e19510 jbake: 2.6.2 -> 2.6.3 (#49302)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jbake/versions
2018-10-27 20:06:50 -04:00
Markus Kowalewski
f59a790458
xine-lib: add licenses 2018-10-28 00:26:12 +02:00
Markus Kowalewski
9aa4a78b96
xbase: add license 2018-10-28 00:26:12 +02:00
Markus Kowalewski
d513d6115f
tidyp: add license 2018-10-28 00:26:11 +02:00
Markus Kowalewski
154d5d993b
telepathy-glib: add licenses 2018-10-28 00:26:11 +02:00
Markus Kowalewski
500ea2661f
telepathy-farstream: add meta data 2018-10-28 00:26:11 +02:00
Markus Kowalewski
0a2ebb03f4
tclap: add license 2018-10-28 00:26:11 +02:00
Markus Kowalewski
ab6cf6c57d
taglib: add licenses 2018-10-28 00:26:11 +02:00
Markus Kowalewski
873b4ed626
taglib-sharp: add license + homepage 2018-10-28 00:26:06 +02:00
markuskowa
a3e367ff4b
Merge pull request #49309 from markuskowa/up-slurm
slurm: 18.08.1.1 -> 18.08.3.1, pyslurm: 20180908 -> 18.08.3
2018-10-27 23:27:53 +02:00
Linus Heckemann
8433a1a2c9
Merge pull request #49291 from cleverca22/split-output-upnp
libupnp: enable split outputs
2018-10-27 23:23:42 +02:00
Periklis Tsirakidis
2783ca5de4 uriparser: 0.8.6 -> 0.9.0 2018-10-27 22:44:03 +02:00
Markus Kowalewski
220aa36deb
pyslurm: 20180908 -> 18.08.3 2018-10-27 22:17:56 +02:00
royneary
651c1784a9 nim: disable test supposedly broken on Aarch64 2018-10-27 20:39:02 +02:00
Daiderd Jordan
f4927a34e7
rust-cbindgen: fix darwin build 2018-10-27 18:21:15 +01:00
Michael Bishop
112758e39d libupnp: enable split outputs 2018-10-27 14:08:28 -03:00
R. RyanTM
1f9f807549 libsolv: 0.6.35 -> 0.7.0 (#49259)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2018-10-27 11:54:34 -04:00
R. RyanTM
154d026917 libupnp: 1.8.3 -> 1.8.4 (#49268)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libupnp/versions
2018-10-27 11:53:16 -04:00
R. RyanTM
7eedac5fc5 libcouchbase: 2.9.5 -> 2.10.0 (#49271)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcouchbase/versions
2018-10-27 11:53:00 -04:00
R. RyanTM
1d5b938eb5 matio: 1.5.12 -> 1.5.13 (#49263)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2018-10-27 11:52:30 -04:00
royneary
89d71c5279 nim: don't hardcode gcc 2018-10-27 16:58:44 +02:00
Markus Kowalewski
0f2d7e51f1
taglib-extras: add license + description 2018-10-27 16:10:03 +02:00
Markus Kowalewski
6ab64b3db8
t1lib: add meta data 2018-10-27 16:10:03 +02:00
Markus Kowalewski
f32543dbbc
sofia-sip: add meta data 2018-10-27 16:10:03 +02:00
Markus Kowalewski
070891ce43
graphite2: add license 2018-10-27 16:10:03 +02:00
Markus Kowalewski
a515ac69ae
readline-5: add license 2018-10-27 16:10:03 +02:00
Markus Kowalewski
b3a1eb18d3
qtscriptgenerator: add license 2018-10-27 16:10:03 +02:00
Markus Kowalewski
e91b5eead6
qt-mobility: add license 2018-10-27 16:10:03 +02:00
Markus Kowalewski
b8fd2f234c
qt-3: add licenses 2018-10-27 16:10:03 +02:00
Markus Kowalewski
ef5a7d4eb3
qrupdate: add meta data 2018-10-27 16:09:59 +02:00
Renaud
0e416d7e6b
Merge pull request #48318 from cryptix/add/go-junit-report
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 16:03:46 +02:00
Markus Kowalewski
4dc8e779f6
qoauth: add licenes 2018-10-27 15:57:12 +02:00
Markus Kowalewski
363c9930d7
qjson: add meta data 2018-10-27 15:57:09 +02:00
Daiderd Jordan
6e677351aa
Merge pull request #49261 from holidaycheck/fix-bats
bats: add missing grep dependency
2018-10-27 14:43:54 +01:00
Tobias Pflug
8284f09dcd bats: add missing grep dependency 2018-10-27 15:43:09 +02:00
Henry
219c77bf9b go-junit-report: init at 2018-06-14 (385fac0ce9a) 2018-10-27 14:40:40 +01:00
R. RyanTM
4b69581737 libversion: 2.6.0 -> 2.7.0 (#49244)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libversion/versions
2018-10-27 09:24:37 -04:00
R. RyanTM
baa4483a65 ocamlPackages.merlin: 3.2.1 -> 3.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/merlin/versions
2018-10-27 06:24:22 -07:00
Robert Schütz
4b60f4c55f home-assistant: 0.80.3 -> 0.81.0 (#49251)
* python3.pkgs.async-timeout: 3.0.0 -> 3.0.1

* home-assistant: 0.80.3 -> 0.81.0
2018-10-27 09:11:53 -04:00
R. RyanTM
c77a322edb python36Packages.grip: 4.4.0 -> 4.5.2 (#49050)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-grip/versions
2018-10-27 15:08:45 +02:00
Tristan Helmich
2da483c239 pythonPackages.phonenumbers: 8.9.15 -> 8.9.16 (#49159) 2018-10-27 15:01:29 +02:00
R. RyanTM
50c4d94fc5 python36Packages.praw: 5.4.0 -> 6.0.0 (#49166)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-praw/versions
2018-10-27 14:47:50 +02:00
R. RyanTM
6540ec6e75 python36Packages.djangorestframework: 3.8.2 -> 3.9.0 (#49172)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-djangorestframework/versions
2018-10-27 14:45:36 +02:00
R. RyanTM
ad24d00e5f python36Packages.aniso8601: 3.0.2 -> 4.0.1 (#49181)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-aniso8601/versions
2018-10-27 14:33:42 +02:00
R. RyanTM
c8f1b83307 python36Packages.aiohttp: 3.3.2 -> 3.4.4 (#49024)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-aiohttp/versions
2018-10-27 14:31:32 +02:00
royneary
9bf79add13 nim: 0.18.0 -> 0.19.0
- remove sqlite as dependency (I don't see why it's needed)
- run checkPhase after installPhase (at least one test assumes the
standard library in ../lib relative to the nim binary)
- the broken tests pass now or don't exist anymore
- two of the tests requiring network access pass now without network access
- the tests in manyloc do not download dependencies and are passing now
2018-10-27 14:30:21 +02:00
David Costa
473c890034 crystal: fix "play" subcommand
Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
2018-10-27 13:28:21 +01:00
Tuomas Tynkkynen
e310622999 spidermonkey_52: Split into multiple outputs (and nuke static lib)
Saves 28M.
2018-10-27 15:17:13 +03:00
Renaud
f4c02202ca
Merge pull request #48879 from baracoder/dotnet-sdk-403
dotnet-sdk: 2.1.402 -> 2.1.403
2018-10-27 14:14:17 +02:00
R. RyanTM
9f0381d497 sfml: 2.5.0 -> 2.5.1 (#48907)
* sfml: 2.5.0 -> 2.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sfml/versions

* sfml: cmake is only needed at build time

Moved cmake from buildInputs to nativeBuildInputs

* sfml: use fetchzip instead of fetchurl

Don't use fetchurl for changing GitHub archive tarballs
2018-10-27 14:11:57 +02:00
Silvan Mosberger
8f7f3c145f
Merge pull request #49204 from r-ryantm/auto-update/ponyc
ponyc: 0.24.4 -> 0.25.0
2018-10-27 13:37:18 +02:00
R. RyanTM
642943d584 minizinc: 2.2.0 -> 2.2.1 (#49241)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/minizinc/versions
2018-10-27 07:30:07 -04:00
Timo Kaufmann
7970a5a475
Merge pull request #49225 from timokau/arb-2.15.1
arb: 2.14.0 -> 2.15.1
2018-10-27 12:36:51 +02:00
geistesk
499df932d3 racket: 7.0 -> 7.1 2018-10-27 11:51:16 +02:00
Vladyslav M
a136c986bf
Merge pull request #49224 from LnL7/darwin-loc
loc: enable darwin build
2018-10-27 12:33:56 +03:00
Daiderd Jordan
450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
Timo Kaufmann
fbea2cd77a arb: 2.14.0 -> 2.15.1 2018-10-27 11:27:03 +02:00
Daiderd Jordan
561fb30ac6
loc: enable darwin build
It works fine there and probably other unix platforms.
2018-10-27 10:05:01 +01:00
lewo
fa5343be6c
Merge pull request #47967 from xtruder/pkgs/kind/init
kind: init at 2ae73f8e
2018-10-27 09:00:22 +02:00
adisbladis
58d2f6fa2a
Merge pull request #49196 from r-ryantm/auto-update/pipenv
pipenv: 2018.10.9 -> 2018.10.13
2018-10-27 07:55:56 +01:00
adisbladis
53cee1c1df
Merge pull request #49213 from r-ryantm/auto-update/nanomsg
nanomsg: 1.1.4 -> 1.1.5
2018-10-27 07:52:59 +01:00
R. RyanTM
d0db0bd3e9 ocamlPackages.fmt: 0.8.4 -> 0.8.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-fmt/versions
2018-10-26 22:47:59 -07:00
R. RyanTM
de5d8a1e70 nanomsg: 1.1.4 -> 1.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nanomsg/versions
2018-10-26 22:20:27 -07:00
Nick Novitski
d861da151f androidenv: version buildTools and add buildToolsVersions sdk argument 2018-10-26 22:09:47 -07:00
R. RyanTM
9c2b2dbd9d ocamlPackages.rresult: 0.5.0 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-rresult/versions
2018-10-26 21:53:10 -07:00
R. RyanTM
ab7172a326 ocamlPackages.ocaml-migrate-parsetree: 1.0.11 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ocaml-migrate-parsetree/versions
2018-10-26 21:44:22 -07:00
Nick Novitski
4a0ae5d7d6 androidenv: add androidsdk_{8_1,9_0}{,_extras} 2018-10-26 20:45:52 -07:00
Nick Novitski
a61f31cf23 androidenv: run ./fetch.sh
Manually corrected three problems:
- fetch.sh: android cli cannot find java executable
- addons.nix: google_apis_25 expression not added correctly
- addons.nix: android_support_extra expression deleted (replaced in android 9 with jetpack/androidx)
2018-10-26 20:45:51 -07:00
Nick Novitski
6e07691ed7 androidenv: remove android command from fetch.sh
It's deprecated, and no longer prints the urls of any xml files for the script
to parse.
2018-10-26 20:45:51 -07:00
Nick Novitski
ec8f320797 androidenv.androidndk: patch prebuilt 64bit binaries 2018-10-26 20:45:51 -07:00
Nick Novitski
f5c2960a11 androidenv.buildTools: patch hard-coded /bin/ls paths 2018-10-26 20:45:40 -07:00
R. RyanTM
7a711b5f54 ponyc: 0.24.4 -> 0.25.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ponyc/versions
2018-10-26 19:56:11 -07:00
Silvan Mosberger
591ba7335b
Merge pull request #49046 from r-ryantm/auto-update/python3.6-colander
python36Packages.colander: 1.4 -> 1.5.1
2018-10-27 01:54:47 +02:00
R. RyanTM
45b93edc63
python36Packages.colander: 1.4 -> 1.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-colander/versions
2018-10-27 01:52:13 +02:00
Silvan Mosberger
b7b653e897
Merge pull request #49184 from r-ryantm/auto-update/python3.6-bokeh
python36Packages.bokeh: 0.13.0 -> 1.0.0
2018-10-27 01:39:55 +02:00
R. RyanTM
0caea008ea
python36Packages.bokeh: 0.13.0 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-bokeh/versions
2018-10-27 01:38:57 +02:00
Silvan Mosberger
6eb705ed15
Merge pull request #49189 from r-ryantm/auto-update/pyprof2calltree
pyprof2calltree: 1.4.3 -> 1.4.4
2018-10-27 01:31:13 +02:00
Silvan Mosberger
f89e3d76f9
Merge pull request #49142 from periklis/update-kustomize
kustomize: 1.0.8 -> 1.0.9
2018-10-27 01:19:31 +02:00
Markus Kowalewski
41a579aa68
scalapack: switch to openblas + add test
* change from blas,lapack to openblas
* add check phase
* enable parallel building
* fix license
2018-10-27 01:06:07 +02:00
Silvan Mosberger
6e621a0fea
Merge pull request #48467 from raphbacher/fixszip_pr
szip: fix url (previous ftp is now private)
2018-10-26 23:48:00 +02:00
R. RyanTM
7e825f5a74 pipenv: 2018.10.9 -> 2018.10.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-10-26 14:22:48 -07:00
Silvan Mosberger
ef121cd54d
Merge pull request #49062 from r-ryantm/auto-update/python3.6-google-api-core
python36Packages.google_api_core: 1.3.0 -> 1.5.0
2018-10-26 23:06:27 +02:00
Jaka Hudoklin
6124447a54
kind: init at 2ae73f8e 2018-10-26 23:05:15 +02:00
Silvan Mosberger
f54bb1dcb9
Merge pull request #49033 from r-ryantm/auto-update/python3.6-ftfy
python36Packages.ftfy: 4.4.3 -> 5.3.0
2018-10-26 22:58:25 +02:00
Silvan Mosberger
3a826c0ec5
Merge pull request #49035 from r-ryantm/auto-update/python3.6-django-picklefield
python36Packages.django-picklefield: 1.0.0 -> 1.1.0
2018-10-26 22:55:51 +02:00
Jan Tojnar
df9290f2fb
Merge pull request #49183 from jtojnar/gusb
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Silvan Mosberger
7c8188df46
Merge pull request #49027 from r-ryantm/auto-update/python3.6-i3ipc
python36Packages.i3ipc: 1.4.0 -> 1.5.1
2018-10-26 22:49:30 +02:00
Silvan Mosberger
9bbf5dfeab
Merge pull request #49036 from r-ryantm/auto-update/python3.6-django-extensions
python36Packages.django_extensions: 2.0.7 -> 2.1.3
2018-10-26 22:48:05 +02:00
R. RyanTM
9203ba5cea pyprof2calltree: 1.4.3 -> 1.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyprof2calltree/versions
2018-10-26 13:32:41 -07:00
Jan Tojnar
6b5571b9e8 gusb: 0.2.11 → 0.3.0 2018-10-26 22:16:43 +02:00
Timo Kaufmann
3421430d9c
Merge pull request #49182 from r-ryantm/auto-update/python3.6-Flask-Babel
python36Packages.flask-babel: 0.11.2 -> 0.12.2
2018-10-26 21:48:54 +02:00
Jan Tojnar
eadd086834 hwdata: 0.314 → 0.316 2018-10-26 21:22:25 +02:00
R. RyanTM
b26fc63e20 python36Packages.flask-babel: 0.11.2 -> 0.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-flask-babel/versions
2018-10-26 12:21:31 -07:00
Jan Tojnar
82218835c5
Merge pull request #43133 from worldofpeace/gsignond
gsignond: init at 1.0.7
2018-10-26 19:29:56 +02:00
adisbladis
80dd2faa5b mono: Unbreak on aarch64 (#49164) 2018-10-26 18:38:34 +02:00
lewo
26e471ab30
Merge pull request #48842 from bhipple/add/bitarray
pythonPackages.bitarray: init at 0.8.3
2018-10-26 18:35:36 +02:00
Daiderd Jordan
b6e1b2f962
Merge pull request #49145 from Mic92/rustc
rust: 1.29.1 -> 1.30.0
2018-10-26 16:44:12 +01:00
Andreas Rammhold
30a0b4c6eb
Merge pull request #49150 from andir/secfoo
Various security issues
2018-10-26 17:18:06 +02:00
Daiderd Jordan
1b47b95638
cargo: fix darwin build
It depends the Security framework now.
2018-10-26 16:06:56 +01:00
Chris Ostrouchov
550d80880d pythonPackages.ntfy: 1.2.0 -> 2.6.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
ad43964627 pythonPackages.memory_profiler: 0.41 -> 0.54.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
2f99da4ec8 pythonPackages.nose2: 0.5.0 -> 0.8.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
a85eb1035c pythonPackages.pycontracts: 1.8.3 -> 1.8.6 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
fb8b2e901e pythonPAckages.nameparser: 0.3.4 -> 1.0.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
b40cec3b7a pythonPAckages.pympler: 0.4.3 -> 0.6 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
2bb31202a2 pythonPAckages.pytest-django: 3.1.2 -> 3.4.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
923acba10e pythonPackages.django-discover-runner: init at 1.0 2018-10-26 16:37:52 +02:00