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
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
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