Commit Graph

84730 Commits

Author SHA1 Message Date
Florian Klink
20be1467ed
Merge pull request #93067 from Luflosi/nextpnr-fix-macos
nextpnr: fix build on macOS
2020-07-13 22:17:49 +02:00
Sirio Balmelli
1666b03bf7 python3Packages.biplist: init at 1.0.3
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:04:45 -07:00
Sirio Balmelli
1e529449e8 python3Packages.mac_alias: init at 2.0.7
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:03:17 -07:00
Drew Risinger
7e8d919787 python3Packages.pygogo: init at 0.13.2 2020-07-13 11:13:03 -07:00
Drew Risinger
c8e496ecc5 pythonPackages.pkutils: init at 1.1.1 2020-07-13 11:13:03 -07:00
Jonathan Ringer
dda3d9dc12 ovito: mark broken
```
    Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
    "Qt5Core_DIR" to a directory containing one of the above files.  If
    "Qt5Core" provides a separate development package or SDK, be sure it has
    been installed.
```
2020-07-13 11:05:44 -07:00
Maximilian Bosch
ad2fc0b16d
Merge pull request #93068 from Luflosi/batinfo-linux-only
batinfo: limit build to Linux
2020-07-13 17:53:58 +02:00
Daniel Șerbănescu
8958237f38 gtk-sharp3: fixed build and removed broken flag. 2020-07-13 16:27:37 +02:00
Luflosi
97c8c99f1d
batinfo: limit build to Linux
According to the README of batinfo, it runs only on Linux-based operating systems.
2020-07-13 15:58:13 +02:00
Daniël de Kok
9730290b77
Merge pull request #92939 from RaghavSood/mage/1.10.0
mage: 1.9.0 -> 1.10.0
2020-07-13 15:56:40 +02:00
Luflosi
3fc5151782
nextpnr: fix build on macOS
`PYTRELLIS_LIBDIR` has been replaced by `TRELLIS_LIBDIR` in 1dc1164dce, which causes the build to fail on macOS.
2020-07-13 15:45:40 +02:00
Mario Rodas
49897b8859
SDL2: fix build on darwin 2020-07-13 04:20:00 -05:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Mario Rodas
b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
Dmitry Kalinkin
1e4290b78c
python2Packages.numpy: fix build on darwin
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -04:00
Maximilian Bosch
e072276cf2
Merge pull request #93015 from equirosa/lazygit
lazygit: 0.20.5 -> 0.20.6
2020-07-12 23:37:50 +02:00
markuskowa
8a48fe1682
Merge pull request #92815 from ck3d/add-redo-c
redo-c: Init at 0.2
2020-07-12 23:07:30 +02:00
Eduardo Quiros
6c70cee85a lazygit: 0.20.5 -> 0.20.6
new version released with some improvements and a couple fixes:
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.6
2020-07-12 11:50:04 -06:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression (#92996)
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 (#89983) 2020-07-12 13:08:51 +02:00
Oleksii Filonenko
a2e8547c36
Merge pull request #92913 from equirosa/lazygit
lazygit: 0.20.4 -> 0.20.5
2020-07-12 12:37:10 +03:00
R. RyanTM
721d304103 leatherman: 1.12.0 -> 1.12.1 2020-07-12 07:33:20 +00:00
Daniël de Kok
2611e96bf3 python3Packages.pytorch: create separate lib output
At some point pytorch.dev was added to expose the libtorch headers and
libraries to non-Python users of libtorch. However, this output
currently has two disadvantages:

1. An application that compiles against the dev output will also have
   the libtorch header files in its closure. This is not so nice when
   e.g. building Docker images of applications that use libtorch.
2. The dev output has a large transitive closure with many dependencies
   that are not necessary when compiling against libtorch.

This change adds the `lib` output so that applications that only link
against libtorch libraries have a small closure.

Before this change, the libtorch dependency adds 746MiB:

% nix path-info -S `realpath result-dev`
/nix/store/10rmy81bjk628sfpbj2szxlws6brq1xn-python3.8-pytorch-1.5.1-dev   782203848

With this change it is reduced to 196MiB:

% nix path-info -S `realpath result-lib`
/nix/store/bck65lf0z7gdhcf89w1zs5nz333lhgwa-python3.8-pytorch-1.5.1-lib   205865056
2020-07-12 08:34:19 +02:00
Daniël de Kok
4c40111f1d maturin: 0.8.1 -> 0.8.2
The changelog is not updated, so this has to do:

https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
misuzu
386ebbccf0
pythonPackages.maxminddb: 1.5.2 -> 1.5.4 (#92793) 2020-07-12 00:16:20 -04:00
Florian Klink
9a3c1892ee
Merge pull request #92879 from matthuszagh/glasgow
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
2020-07-12 00:26:48 +02:00
Matt Huszagh
3a8c2f71a0 python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
Includes new analyzer applet.
2020-07-11 14:49:16 -07:00
Matt Huszagh
e8fe2e631f python3Packages.fx2: unstable-2020-01-25 -> 0.9 2020-07-11 14:49:07 -07:00
Florian Klink
4b18e4cef6
Merge pull request #92789 from bachp/ocrmypdf-10.2.0
ocrmypdf: 9.8.2 -> 10.2.0
2020-07-11 23:45:36 +02:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Sarah Brofeldt
abaf8a9bf0
Merge pull request #92931 from vbgl/ocaml-lambdasoup-0.7.1
ocamlPackages.lambdasoup: 0.6.3 -> 0.7.1
2020-07-11 22:48:45 +02:00
Ben Wolsieffer
248d460d6f console-bridge: 1.0.0 -> 1.0.1 2020-07-11 22:00:48 +02:00
Elis Hirwing
1a5709c74a
Merge pull request #92895 from r-ryantm/auto-update/python3.7-voluptuous-serialize
python37Packages.voluptuous-serialize: 2.3.0 -> 2.4.0
2020-07-11 20:58:45 +02:00
Elis Hirwing
f7334cad42
Merge pull request #92801 from mvnetbiz/fix-zigbee
home-assistant: fix zha in home-assistant
2020-07-11 20:54:29 +02:00
Mario Rodas
b6b8f3993c
Merge pull request #92905 from marsam/fix-pillow-darwin
python27Packages.pillow: fix build on darwin
2020-07-11 13:22:58 -05:00
Daniël de Kok
e8d7851e00
Merge pull request #92943 from minijackson/cargo-inspect-0.10.3
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 20:09:27 +02:00
Milan Pässler
915d2fa8cb uci: unstable-2020-01-27 -> unstable-2020-04-27 2020-07-11 19:05:46 +02:00
Olli Helenius
0877879d0c
jetbrains.jdk: 11.0.6-b774 -> 11.0.7-b64 (#92837) 2020-07-11 18:46:49 +02:00
Maximilian Bosch
db2a5bf3b9
Merge pull request #92928 from etu/php72-update
php72: 7.2.31 -> 7.2.32
2020-07-11 18:27:37 +02:00
Maximilian Bosch
f510162d69
Merge pull request #92927 from etu/php73-update
php73: 7.3.19 -> 7.3.20
2020-07-11 18:27:22 +02:00
Minijackson
ca343e5398
cargo-inspect: 0.10.1 -> 0.10.3 2020-07-11 18:26:40 +02:00
Maximilian Bosch
2423213b95
Merge pull request #92925 from etu/php74-update
php74: 7.4.7 -> 7.4.8
2020-07-11 18:25:41 +02:00
Raghav Sood
881c92f68f
mage: 1.9.0 -> 1.10.0 2020-07-11 16:06:12 +00:00
Maximilian Bosch
3d9c143b77
Merge pull request #91895 from kristoff3r/jupyter-service
Improve jupyter service
2020-07-11 18:03:31 +02:00
Daniël de Kok
25bf5520bd
Merge pull request #92546 from danieldk/transformers-0.8.1
python3Packages.transformers: 3.0.1 -> 3.0.2
2020-07-11 16:50:55 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
Vincent Laporte
1bff502065
ocamlPackages.lambdasoup: 0.6.3 → 0.7.1 2020-07-11 15:23:47 +02:00
Elis Hirwing
49316cca66
php74: 7.4.7 -> 7.4.8
Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
2020-07-11 15:07:44 +02:00
Elis Hirwing
86ed3bf578
php72: 7.2.31 -> 7.2.32
Changelog: https://www.php.net/ChangeLog-7.php#7.2.32
2020-07-11 14:49:37 +02:00
Elis Hirwing
ef4f6dba94
php73: 7.3.19 -> 7.3.20
Changelog: https://www.php.net/ChangeLog-7.php#7.3.20
2020-07-11 14:46:29 +02:00