Nikolay Amiantov
170dd558df
python.pkgs.tensorflow: cleanup binary build
2019-07-31 13:28:44 +03:00
Yorick van Pelt
2e46ae0daa
libtensorflow: 1.9 -> 1.14.0
...
This also changes it to a from-source build.
2019-07-31 13:28:15 +03:00
Timo Kaufmann
3df4e2df95
tensorflow: re-enable build from source [WIP]
2019-07-31 13:28:15 +03:00
Colin
f634a929d4
pythonPackages.tensorflow: Hardcode a second search class. ( #65584 )
...
It appears without this, libcuda.so.1 is not picked up and nvidia
graphics are broken
2019-07-31 13:00:12 +03:00
Nikolay Amiantov
68c1171185
python.pkgs.dm-sonnet: update dependencies hash
2019-07-31 11:28:06 +03:00
Nikolay Amiantov
a956694aba
buildBazelPackage: clear markers
...
Turns out markers are non-deterministic after all and even our patching still
doesn't solve this problem completely. For example (tensorflow deps, this is a
complete diff so actual dependencies don't differ):
30509c30509
< bc527ff00916b15caee38793bca8f294c748df4a256de55c5199281be0489e73 result/@bazel_skylib.marker
---
> 4e0303e815c78df1e43d4b88dfe65e73046e0c6157fb10aa9a4e8b910113cd9c result/@bazel_skylib.marker
31045c31045
< fa13d04b2316214c3b4008b52546c2d5b633e006f6f019d597bb3f9745bacf7b result/@bazel_toolchains.marker
---
> b36174bf5535e5157801b6de30c35ee03a03fe57766306393c3d65dd65cbebf4 result/@bazel_toolchains.marker
31144c31144
< b0ce4a3ac29ac22528336dd3a54b5b7af9ecc43bef2a2630713c1981a5cbbb51 result/@build_bazel_rules_swift.marker
---
> 7492528068ec4f8e7ace2ecf8f933ec4e1b2235bd7426ce6f70177919f1cd05e result/@build_bazel_rules_swift.marker
36245c36245
< be2993536a8233d63251b664caf35b1e7cd57d194ab2a39a293876c232d6bbd0 result/@io_bazel_rules_closure.marker
---
> b6655cc3f2c78525e5a724d8a4e93b1e7f09f1e09fc817d231109e7f39103e88 result/@io_bazel_rules_closure.marker
36329c36329
< 087bc674c9509dfe157400d111db4a13eeb45fc76aeccd490cee9aad6771ecad result/@io_bazel_rules_docker.marker
---
> f920ec07315ec71e800b05cd22b2a341c0a80807c6e335ee81739b13c532b422 result/@io_bazel_rules_docker.marker
79544d79543
< 85893a05a817036c61f6cd9f8247757baa1654f473c494ce4fc5253c2bbd2790 result/@platforms.marker
And here's an example of differences:
$ cat result-a/@bazel_skylib.marker
7dc7472d37424ba5ec6a5532765bc911
$MANAGED
cat result-b/@bazel_skylib.marker
a8f3f577798201157128e8e9934c4705
$MANAGED
Instead of trying to patch these markers further we now completely clear them.
Nix hacks for ignoring markers are restored and expanded so that we don't even
attempt to parse the marker.
2019-07-31 11:28:06 +03:00
worldofpeace
02c3557f1d
Merge pull request #64056 from cdyson37/patch-1
...
Delete build-node-package.nix
2019-07-31 02:21:10 -04:00
Mario Rodas
33d3777986
Merge pull request #65590 from marsam/update-brakeman
...
brakeman: 4.5.1 -> 4.6.1
2019-07-30 18:34:46 -05:00
Michael Weiss
14ce4947b2
k9copy, kpmcore: Mark as broken
...
See: https://github.com/NixOS/nixpkgs/pull/63260#pullrequestreview-251601561
The build for kpmcore is only broken when the Qt version is older than
5.12.
2019-07-30 19:53:58 +02:00
Michael Weiss
8760c695d4
swiften, pypy: Mark as broken
...
swiften is broken since 2018-10-18:
x86_64-linux: https://hydra.nixos.org/build/97180305
aarch64-linux: https://hydra.nixos.org/build/97193043
pypy is broken since 2019-05-29:
x86_64-linux (pypy): https://hydra.nixos.org/build/97214777
x86_64-linux (pypy3): https://hydra.nixos.org/build/97221287
The builds for swiften and reposurgeon (depends on pypy) regularly fail
during rebuilds for SCons updates (e.g. [0]).
[0]: https://github.com/NixOS/nixpkgs/pull/65392
2019-07-30 19:25:43 +02:00
Vincent Laporte
ca3f1c20d7
ocamlPackages.toml: init at 5.0.0
2019-07-30 16:18:39 +00:00
Vincent Laporte
c75b84a7c4
dune: disable for OCaml < 4.02
2019-07-30 16:18:39 +00:00
Vladimír Čunát
3e17fe4522
ffmpeg{_4,-full}: 4.1.3 -> 4.1.4 (security)
...
Fixes #64656 CVE-2019-13312 CVE-2019-13390.
2019-07-30 15:31:24 +02:00
Daniel Schaefer
1e07296a7e
libblockdev: 2.20 -> 2.22
...
https://github.com/storaged-project/libblockdev/releases/tag/2.22-1
https://github.com/storaged-project/libblockdev/releases/tag/2.21-1
2019-07-30 13:00:40 +02:00
Jonathan Ringer
f744758a74
python3Packages.imbalanced-learn: 0.4.3 -> 0.5.0
2019-07-30 13:00:01 +02:00
Jonathan Ringer
35b622f0da
python2Packages.imbalanced-learn: freeze at 0.4.3
2019-07-30 13:00:01 +02:00
Jonathan Ringer
02ecb596a3
python2Packages.imbalanced-learn: fix build
2019-07-30 13:00:01 +02:00
Jörg Thalheim
c6b6f38914
rustracer: add Security framework on darwin ( #65598 )
...
rustracer: add Security framework on darwin
2019-07-30 11:53:26 +01:00
Jörg Thalheim
8166fc21b8
racer: add Security framework on darwin
2019-07-30 08:27:38 +01:00
Mario Rodas
a0d847f1ce
go-tools: 2019.2.1 -> 2019.2.3
2019-07-29 23:21:49 -05:00
Mario Rodas
94ae71a66a
brakeman: 4.5.1 -> 4.6.1
2019-07-29 23:14:59 -05:00
Ben Wolsieffer
8c73d4b14f
gn: 20190726 -> 20190403
...
Downgrade to fix Chromium.
2019-07-29 22:30:53 -04:00
Vitalii Zinchenko
179ab19856
libelf: fix download url ( #65576 )
2019-07-29 20:41:28 -04:00
Robin Gloster
4107e208a1
Merge pull request #60429 from WilliButz/codimd-update
...
codimd: 1.2.0 -> 1.4.0, repackage with yarn2nix
2019-07-29 22:57:21 +00:00
チルノ
aaf2ecd801
vlang: init at 0.1.16 ( #63738 )
2019-07-29 14:36:27 -04:00
Andrew Childs
72e547e2ad
lib3mf: add missing uuid dependency on Darwin ( #65555 )
2019-07-29 13:04:12 -04:00
Domen Kožar
4df227f6ca
Merge pull request #64486 from turboMaCk/elm-packages-update
...
elm.elmPackages: Update elm-analyse and node2nix
2019-07-29 11:07:59 +02:00
worldofpeace
22d000f062
Merge pull request #65234 from suhr/diofant
...
pythonPackages.diofant: init at 0.10.0
2019-07-29 03:30:22 -04:00
Сухарик
c32c6d8ec9
pythonPackages.diofant: init at 0.10.0
2019-07-29 03:29:27 -04:00
worldofpeace
ff2a72bc7b
Merge pull request #65244 from rvl/openapi-spec-validator
...
pythonPackages.openapi-spec-validator: init at 0.2.7
2019-07-29 02:22:52 -04:00
Jörg Thalheim
6943c9ea91
Merge pull request #63759 from arcnmx/rust-darwin-rls
...
rls: fix darwin build
2019-07-29 07:22:37 +01:00
Rodney Lorrimar
2e53959303
pythonPackages.openapi-spec-validator: init at 0.2.7
2019-07-29 02:22:16 -04:00
Jörg Thalheim
a5542cebd1
Merge pull request #65524 from lopsided98/gn-update
...
gn: 20181031 -> 20190726
2019-07-29 07:05:07 +01:00
worldofpeace
232df51ea8
Merge pull request #65442 from lightbulbjim/shotwell-fix
...
libgdata: add gnome-online-accounts to propagatedBuildInputs
2019-07-29 01:59:57 -04:00
Roman Volosatovs
9c52f30d2c
luaPackages.luv: 1.29.1-2 -> 1.30.0-0
2019-07-29 14:02:23 +09:00
Ben Wolsieffer
2547d6cb18
gn: 20181031 -> 20190726
2019-07-28 15:58:51 -04:00
Bas van Dijk
9ff408a2a4
Merge pull request #60500 from basvandijk/thanos-init
...
thanos: init at 0.6.0 & NixOS module
2019-07-28 19:14:55 +02:00
arcnmx
40020f46b6
rls: fix darwin build
...
rls links to internal rustc crates, which introduces an atypical
dependency on rustc. A superficial installCheck ensures that the
binary is linked properly and able to run on its own.
2019-07-28 10:09:38 -07:00
Peter Hoeg
2c12445ede
Merge pull request #65421 from petabyteboy/feature/update-nim
...
nim: 0.20.0 -> 0.20.2
2019-07-28 20:32:42 +08:00
Bas van Dijk
8d6fbef92a
buildGoModule: support overriding the go-modules derivation
2019-07-28 13:28:27 +02:00
Frederik Rietdijk
bf39fc17d4
Revert "qt 5.12.0 -> 5.12.3"
...
Segmentation faults. See https://github.com/NixOS/nixpkgs/issues/65448
This reverts commit 552803f6f5
.
2019-07-28 12:16:29 +02:00
Frederik Rietdijk
c220e00d7a
Revert "qt512: Update qtbase.patch"
...
Segmentation faults. See https://github.com/NixOS/nixpkgs/issues/65448
This reverts commit 02afb228e2
.
2019-07-28 12:16:29 +02:00
Frederik Rietdijk
cb3ce5d26d
Merge master into staging-next
2019-07-28 12:11:37 +02:00
Daniel Schaefer
a96b70b336
pythonPackages.configshell: Add urwid to deps
...
It's required in
https://github.com/open-iscsi/configshell-fb/blob/master/configshell/node.py#L1062
and crashes when reaching the function with that import.
2019-07-28 12:07:06 +02:00
Chris Ostrouchov
92e1376cc3
pythonPackages.fipy: init at 3.3
2019-07-28 11:34:44 +02:00
Chris Ostrouchov
ad5c48a094
pythonPackages.pyamg: init at 4.0.0
2019-07-28 11:34:44 +02:00
Chris Ostrouchov
2c396d9f07
pythonPackages.pysparse: init at 1.1.1-dev
2019-07-28 11:34:44 +02:00
Chris Ostrouchov
babeb7361e
pythonPackages.scikit-fmm: init at 2019.1.30
2019-07-28 11:34:44 +02:00
Florian Friesdorf
10710c6956
npm2nix: remove
...
`npm2nix` is unmaintained for about two years[1], node2nix[2] or
probably even yarn2nix[3] should be used nowadays.
[1] https://github.com/nixos/npm2nix#disclaimer-this-project-is-no-longer-maintained-instead-use-node2nix
[2] https://github.com/svanderburg/node2nix
[3] https://github.com/moretea/yarn2nix
Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-07-28 10:57:55 +02:00
Roman Volosatovs
14070d1fdc
libuv: 1.30.0 -> 1.30.1
2019-07-28 09:20:07 +02:00
Frederik Rietdijk
cca5ee9c07
Merge staging-next into staging
2019-07-28 09:10:03 +02:00
Frederik Rietdijk
f441d3e3a5
Merge master into staging-next
2019-07-28 09:00:35 +02:00
arcnmx
e84e223c9b
rls: 1.35.0 -> 1.36.0
2019-07-27 23:46:01 -07:00
Aaron Andersen
50e65e57ea
Merge pull request #65467 from aanderse/openscenegraph
...
openscenegraph: 3.6.3 -> 3.6.4
2019-07-27 21:29:00 -04:00
Chris Rendle-Short
9a2bddfc12
libgdata: meson fixes
2019-07-28 10:46:30 +10:00
worldofpeace
360e687df9
hackage-packages.nix: gdk_pixbuf -> gdk-pixbuf
...
Temporary manual edit to fix eval on staging.
2019-07-27 19:57:20 -04:00
Silvan Mosberger
b0fd8f4ef2
idrisPackages.sdl2: 2018-01-19 -> 0.1.1 ( #65461 )
...
idrisPackages.sdl2: 2018-01-19 -> 0.1.1
2019-07-28 01:02:57 +02:00
Steven Shaw
5bb88bbce2
idrisPackages.sdl2: 2018-01-19 -> 0.1.1
...
Update to latest release which unbreaks the package.
2019-07-28 07:37:52 +10:00
worldofpeace
58e54e54e0
Merge pull request #65396 from colemickens/nixpkgs-mesa
...
mesa: 19.1.1 -> 19.1.3
2019-07-27 09:08:31 -04:00
worldofpeace
50c634a705
Merge pull request #65395 from colemickens/nixpkgs-libva
...
libva: 2.4.1 -> 2.5.0
2019-07-27 09:08:15 -04:00
Thomas Tuegel
6e2e11a024
Merge pull request #65446 from NixOS/revert-57097-qmake-header
...
Revert "qtbase: Fix paths returned by qmake -query"
2019-07-27 08:05:40 -05:00
Aaron Andersen
a7c0071717
openscenegraph: 3.6.3 -> 3.6.4
2019-07-27 08:15:58 -04:00
Meghea Iulian
41881902e8
vagrant: add bash completions
2019-07-27 14:58:00 +03:00
Frederik Rietdijk
66ce9ba14b
python: Cython: 0.29.12 -> 0.29.13
2019-07-27 12:19:54 +02:00
Frederik Rietdijk
d09a85de5e
python: statsmodels: 0.10.0 -> 0.10.1
2019-07-27 12:19:17 +02:00
Frederik Rietdijk
55d82d5430
python: numpy: 1.16.4 -> 1.17.0
2019-07-27 12:19:17 +02:00
Florian Klink
fae3438572
python.pkgs.numpy: don't exclude f2py test anymore
...
It is on PATH, and the tests pass.
2019-07-27 12:19:03 +02:00
Sébastien Maret
1354a2e642
pythonPackages.astroquery: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
93a6bba94e
pythonPackages.pyregion: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
ffd71594f6
pythonPackages.aplpy: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
723382b0bf
pythonPackages.radio_beam: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
5e7213b615
pythonPackages.spectral-cube: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
ee6c007fcc
pythonPackages.astropy: add checkPhase
2019-07-27 11:58:50 +02:00
Sébastien Maret
2dabd051a7
pythonPackages.pytest-arraydiff: fix infinite recursion
2019-07-27 11:58:50 +02:00
Frederik Rietdijk
bd47c5721f
Python: introduce NIX_PYTHONEXECUTABLE in order to set sys.executable
...
This is needed in case of `python.buildEnv` to make sure sys.executable
does not point to the unwrapped executable.
2019-07-27 11:52:49 +02:00
Daniel Wheeler
124fb417fc
pythonPackages.fastapi: init at 0.33.0
2019-07-27 11:50:48 +02:00
Daniel Wheeler
f878d34e5f
pythonPackages.pydantic: init at 0.31
2019-07-27 11:50:48 +02:00
Daniel Wheeler
1c3c07394a
pythonPackages.starlette: init at 0.12.4
2019-07-27 11:50:48 +02:00
Daniel Wheeler
266d0bbf2c
pythonPackages.uvicorn: init at 0.8.4
2019-07-27 11:50:48 +02:00
Chris Ostrouchov
4c85595ada
pythonPackages.simple-salesforce: init at 0.74.3
2019-07-27 11:49:37 +02:00
Vladyslav M
0dfb5c5108
rust-bindgen: 0.50.0 -> 0.51.0 ( #65445 )
...
rust-bindgen: 0.50.0 -> 0.51.0
2019-07-27 11:52:53 +03:00
Chris Rendle-Short
30c81c8530
libgdata: propagate gnome-online-accounts to reverse dependencies
...
Required since `libgdata` now uses Meson. See also: #64295
2019-07-27 15:31:15 +10:00
worldofpeace
e484667ec2
vaapiVdpau: cleanup expression
2019-07-26 20:33:26 -04:00
Cole Mickens
d0b50b8835
vaapiVdpau: fixup for libva-2.5.0
2019-07-26 20:33:12 -04:00
Thomas Tuegel
299e9345a8
Revert "qtbase: Fix paths returned by qmake -query"
2019-07-26 18:53:12 -05:00
xrelkd
a7c2dd267d
rust-bindgen: 0.50.0 -> 0.51.0
2019-07-27 07:48:47 +08:00
Orivej Desh
c5592fabba
opencv3: 3.4.6 -> 3.4.7
2019-07-26 23:47:10 +00:00
Cole Mickens
d4ffb8d4ec
mesa: 19.1.1 -> 19.1.3
2019-07-27 01:22:54 +02:00
worldofpeace
b36bed3c06
Merge pull request #64525 from MrMebelMan/init/rq
...
pythonPackages.rq: init at 1.1.0
2019-07-26 19:10:10 -04:00
Orivej Desh
fdf08ce5fb
openjpeg_1: fix build after #64391
...
That PR has enabled tests for both openjpeg_1 and openjpeg_2, but it did not
support the tests in openjpeg_1.
2019-07-26 23:05:02 +00:00
Cole Mickens
2c66613103
libva: 2.4.1 -> 2.5.0
2019-07-27 00:45:42 +02:00
Austin Seipp
ad63a90de1
liburing: 1.0.0pre150_93f3e8d -> 1.0.0pre156_c31c7ec
...
Signed-off-by: Austin Seipp <as@fastly.com>
2019-07-26 16:27:13 -05:00
Michael Weiss
5f9145d56c
Merge pull request #63195 from gnidorah/wlc
...
Drop obsolete Wayland compositors
2019-07-26 22:41:36 +02:00
Milan Pässler
583a82cb2f
nim: 0.20.0 -> 0.20.2
2019-07-26 14:51:43 +02:00
Frederik Rietdijk
0f6bda38fe
Merge staging-next into staging
2019-07-26 14:45:31 +02:00
Vladyslav Burzakovskyy
3188402aab
pythonPackages.rq: init at 1.1.0
2019-07-26 13:18:24 +02:00
Jörg Thalheim
d07fb6be03
linuxkit: 2017-07-08 -> 0.7 ( #65359 )
...
linuxkit: 2017-07-08 -> 0.7
2019-07-26 07:45:35 +01:00
Nick Novitski
e65244ee56
linuxkit: 2017-07-08 -> 0.7
2019-07-25 21:32:20 -07:00
worldofpeace
3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
...
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
worldofpeace
35d4557075
Merge pull request #64987 from luispedro/remove_rocksdb_gflags_dep
...
rocksdb: Remove gflags dependency
2019-07-25 16:10:40 -04:00
Luis Pedro Coelho
f178bee18e
rocksdb: Remove gflags dependency
...
GFlags are only used for the tools, which are not installed in any case.
2019-07-25 16:05:50 -04:00
worldofpeace
883a1dffcf
Merge pull request #52859 from jtojnar/cmake-gid
...
cmake: use multiple outputs for GNUInstallDirs
2019-07-25 16:05:10 -04:00
Michael Weiss
967b8422d7
python37Packages.google_api_python_client: 1.7.9 -> 1.7.10
2019-07-25 21:20:41 +02:00
Wael Nasreddine
6b89e87a23
Merge pull request #65316 from kalbasit/nixpkgs_fix-moto-collision
...
moto: fix colliding dependencies
2019-07-25 09:00:32 -07:00
Nikolay Amiantov
7b828532b9
bazel-deps: 2019-02-01 -> 2019-07-11, mark as broken
...
Also drop preInstall cleanup for dependencies. The reason is while it's more
thorough than default cleanup in buildBazelPackage if such a problem happens we
should fix buildBazelPackage instead. Perhaps even move this (awesome!) snippet
there but it's very slow-running so we'd rather attempt to fix it in other
ways.
Anyway after an update at least .deps build, checked with `nix-build -A --check`.
2019-07-25 17:40:46 +02:00
Nikolay Amiantov
969aec30b6
bazel-remote: mark as broken
2019-07-25 17:40:46 +02:00
WilliButz
f748b501e8
yarn2nix-moretea: init at 2019-04-10
2019-07-25 17:15:00 +02:00
Matthew Bauer
6ff7c2ca93
Merge pull request #65049 from matthewbauer/zmq-enable-drafts
...
zmq: enable drafts api
2019-07-25 09:54:00 -04:00
Frederik Rietdijk
dcea5637d8
Merge pull request #64982 from NixOS/staging-next
...
Staging next
2019-07-25 15:48:30 +02:00
Michael Raskin
22f5ee4e0e
Merge pull request #65305 from averelld/disable-zbar-wine-gstreamer
...
wine: disable zbar in gst-plugins-bad
2019-07-25 12:36:10 +00:00
Michael Raskin
e1e5c87f83
Merge pull request #65342 from bradleyjensen/master
...
Improve ergonomics of clwrapper
2019-07-25 12:35:02 +00:00
Profpatsch
fdee6f4fae
bazel: disable dm-sonnet downstream test
2019-07-25 13:27:45 +02:00
Profpatsch
63e0b8b3f9
bazel: execute dm-sonnet test only on linux
2019-07-25 13:27:45 +02:00
Profpatsch
eab06d4517
python-modules/dm-sonnet: update fixed-output hash
2019-07-25 13:27:45 +02:00
Timo Kaufmann
e7e70b7073
bazel: add fixed output test case
...
Feels like a horrible hack, but it should make sure that downstream
hashes are preserved between bazel versions.
2019-07-25 13:27:45 +02:00
markuskowa
88d9f77609
Merge pull request #64932 from bhpdt/add/mkl-service
...
pythonPackages.mkl-service: init at 2.1.0
2019-07-25 12:04:17 +02:00
Frederik Rietdijk
34eebf6844
Merge master into staging-next
2019-07-25 11:52:18 +02:00
Frederik Rietdijk
3d00d8e4ee
pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
...
Temporary attribute until we can get rid of it everywhere.
This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Orivej Desh
6d6e2181d6
gflags: update pname
2019-07-25 09:27:43 +00:00
Orivej Desh
32fbbc6f9b
Merge master into staging
2019-07-25 09:23:21 +00:00
Orivej Desh
b5d1d50aa9
google-gflags: move to aliases.nix
...
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012
gflags.name will be updated in staging.
2019-07-25 09:18:32 +00:00
Jonathan Ringer
e557e7a12a
pythonPackages.moto: fix description
2019-07-25 01:47:10 -07:00
Wael M. Nasreddine
d99c6ccece
jsondiff: patch setup.py to prevent creating bin/jsondiff
...
pythonPackages.jsonpatch also creates bin/jsondiff, and packages
depending on both are not usable.
2019-07-24 22:33:31 -07:00
Wael M. Nasreddine
c555bc38a3
jsondiff: 1.1.2 -> 1.2.0
2019-07-24 22:33:30 -07:00
Mario Rodas
b5f5c97f7d
Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate
...
cargo-generate: init at 0.3.0
2019-07-24 18:57:18 -05:00
Marek Fajkus
02d79ced90
cargo-generate: init at 0.3.0
2019-07-24 23:55:20 +02:00
Matthew Bauer
3b8e595810
zmq: add enableDrafts option
...
This is needed by emacs-zmq, and will be used by it.
2019-07-24 16:12:40 -04:00
eyjhbb@gmail.com
3d91e7fde0
pythonPackages.capturer: init at 2.4
2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com
1de0c3275a
pythonPackages.coloredlogs: init at 10.0
2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com
b7eb5b6f79
pythonPackages.executor: init at 21.3
2019-07-24 21:49:23 +02:00
Wael Nasreddine
4ec8edaa6a
pythonPackages.joblib: fix the build on Darwin ( #65288 )
...
The test test_dispatch_multiprocessing is failing on Darwin; Disabling it fixes the build.
2019-07-24 10:50:00 -07:00
Lefteris Kritikos
6d25177ca8
bazel-buildtools: 0.22.0 -> 0.28.0
2019-07-24 18:57:52 +02:00
Brad Jensen
16e70997a8
Use if instead of && for deciding whether to run a command
...
The only difference between these forms is the return value when
"$NIX_LISP_SKIP_CODE" is the empty string. In the original
formulation, the script would return a false exit status. In the new
formulation, it will return a true exit status.
Its useful to be able to source cl-wrapper.sh (to get the variables it
establishes), and its a bit annoying that sourcing it with
NIX_LISP_SKIP_CODE=1 results in a false exit status.
2019-07-24 09:35:27 -07:00
Brad Jensen
fa7bd53d0d
Resolve symlinks before trying to recognize a lisp implementation
...
The CCL package installs a symlink named "ccl" that points at the
actual implementation executable: lx86cl64 (or lx86cl for 32 bit).
When clwrapper is used with CCL as the backing implementation, this
script fails to recognize the implementation. By resolving the
symlink, we are able to recognize which implementation we're actually
working with.
2019-07-24 09:35:27 -07:00
Jörg Thalheim
6b7c72105e
libmediainfo: 19.04 -> 19.07 ( #65100 )
...
libmediainfo: 19.04 -> 19.07
2019-07-24 17:03:22 +01:00
Mario Rodas
236d744df7
dune: 1.10.0 -> 1.11.0
2019-07-24 15:20:40 +00:00
Peter Hoeg
7ef897f6aa
Merge pull request #65326 from peterhoeg/f/clang
...
clang-tools: install clangd as well
2019-07-24 19:34:10 +08:00
markuskowa
f73fd8068e
Merge pull request #65155 from magnetophon/mlt-qt5
...
mlt-qt5: 6.14.0 -> 6.16.0
2019-07-24 13:31:17 +02:00
markuskowa
1a272c143f
Merge pull request #65154 from magnetophon/mlt
...
mlt: 6.10.0 -> 6.16.0
2019-07-24 13:17:02 +02:00
markuskowa
97e602a3dd
Merge pull request #65203 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.18 -> 1.5.19
2019-07-24 13:06:47 +02:00
markuskowa
a7e69435aa
Merge pull request #65176 from r-ryantm/auto-update/renpy
...
renpy: 7.3.0 -> 7.3.2
2019-07-24 12:57:53 +02:00
Peter Hoeg
c29a53b3ce
clang-tools: install clangd as well
2019-07-24 16:33:44 +08:00
eyjhbb@gmail.com
531422ab4a
pythonPackages.naturalsort: init at 1.5.1
2019-07-24 10:21:57 +02:00
eyjhbb@gmail.com
adfa7bd59f
pythonPackages.property-manager: init at 2.3.1
2019-07-24 10:21:56 +02:00
eyjhbb@gmail.com
b0b81b0c18
pythonPackages.update-dotdee: init at 5.0
2019-07-24 10:21:56 +02:00
eyjhbb@gmail.com
8238ddfbf8
pythonPackages.verboselogs: init at 1.7
2019-07-24 10:21:56 +02:00
José Luis Lafuente
32c1c5cbe0
clojure: 1.10.1.462 -> 1.10.1.466
2019-07-24 08:25:49 +02:00
R. RyanTM
89a4e8d5e0
python37Packages.pycountry: 18.12.8 -> 19.7.15
...
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.7-pycountry/versions
2019-07-24 08:19:36 +02:00
R. RyanTM
5401315ff9
python37Packages.zc_buildout: 2.13.1 -> 2.13.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.7-zc.buildout/versions
2019-07-24 08:19:22 +02:00
Jonathan Ringer
d12733fee5
pythonPackages.moto: 1.3.8 -> 1.3.10
2019-07-24 08:14:45 +02:00