Florian Klink
52fcbbff44
python: make rebuilding bytecode optional
2019-08-18 23:47:44 +02:00
Florian Klink
8335f3dd5c
python: allow stripping config
2019-08-18 23:47:43 +02:00
Florian Klink
d03283c029
python: allow stripping tests
2019-08-18 23:47:30 +02:00
Florian Klink
414cde4df4
python: allow stripping IDLE
2019-08-18 23:47:16 +02:00
adisbladis
5c0d493df4
python: Enable building without openssl
2019-08-18 08:18:58 +01:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
...
Staging next
2019-08-18 08:54:45 +02:00
Frederik Rietdijk
316a0e9382
Merge pull request #65775 from Kiwi/ocrmypdf
...
ocrmypdf: init
2019-08-18 08:16:59 +02:00
Samuel Dionne-Riel
c2742295fb
Merge pull request #61655 from lopsided98/g2o-fixes
...
g2o: build g2o_viewer, libqglviewer: 2.6.3 -> 2.7.1
2019-08-18 00:00:01 -04:00
Aaron Andersen
49ade7371c
Merge pull request #66807 from r-ryantm/auto-update/cgdb
...
cgdb: 0.7.0 -> 0.7.1
2019-08-17 22:01:46 -04:00
R. RyanTM
706f27880a
cgdb: 0.7.0 -> 0.7.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/cgdb/versions
2019-08-17 16:10:40 -07:00
Marek Mahut
b184f0f523
Merge pull request #66788 from r-ryantm/auto-update/binaryen
...
binaryen: 88 -> 89
2019-08-17 23:04:18 +02:00
R. RyanTM
808d485c43
binaryen: 88 -> 89
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/binaryen/versions
2019-08-17 12:38:38 -07:00
Marek Mahut
a4ced3ef9a
Merge pull request #66765 from r-ryantm/auto-update/ace
...
ace: 6.5.5 -> 6.5.6
2019-08-17 20:27:17 +02:00
R. RyanTM
0f51cdad5c
ace: 6.5.5 -> 6.5.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions
2019-08-17 09:20:50 -07:00
Frederik Rietdijk
0e5f6ea243
pythonpackages.gspread: fix build
2019-08-17 17:57:55 +02:00
Frederik Rietdijk
113dbfeb27
Merge pull request #66596 from emilazy/update-pypy-and-eda-tools
...
Update PyPy and FOSS EDA tools
2019-08-17 17:48:21 +02:00
Eelco Dolstra
4fed2b0147
Merge pull request #66739 from dtzWill/update/readline-8.0p1
...
readline80: 8.0p0 -> 8.0p1
2019-08-17 16:24:18 +02:00
Niklas Hambüchen
aa99a263cc
zlib: Properly clean up static/shared distinction
...
This improves what commit
e999def1
zlib: clean up static/shared distincion
described as "kind of a mess" and "confusing". And indeed it was confusing.
Now, the concept whether or not the .a file is moved to a split output
is controlled by a clean variable.
The defaults remain unchanged.
The new approach also finally cleanly allows building statically but NOT
using a split output, like all other autoconf-based projects in nixpkgs do
(using the `dontDisableStatic` setting).
That is important for overlays that want to enable static libs for all
packages in one go, without having to hand-patch idiosynchrasies like zlib
had until now.
Until now, if you wanted the .a in the main output, the only way was to go via
`static=false, shared=true` -- which made no sense, because you had to say
`static=false` even though you want a static lib. That is fixed now.
2019-08-17 15:59:29 +02:00
Jörg Thalheim
40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
...
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Stefan Frijters
7d38a6281e
pyprof2calltree: move to python-packages
...
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511 .
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
Jonathan Ringer
51f401f04e
unittest-data-providers: init at 1.0.1
2019-08-17 12:38:55 +02:00
Pamplemousse
4edfccc22a
pythonPackages.capstone: 3.0.4 -> 3.0.5
...
* Tested the package build
- *NOT* tested the packages relying on capstone...
* Added `setupPyBuildFlags` to avoid the error
"ERROR: capstone-3.0.5.post1-py3-none-manylinux1_x86_64.whl is not a
supported wheel on this platform."
2019-08-17 12:30:12 +02:00
Jonathan Ringer
7055dee84d
python3Packages.pylibgen: 2.0.1 -> 2.0.2
2019-08-17 12:29:39 +02:00
Jonathan Ringer
2b2d8919e8
pythonPackage.pre-commit: move to python-modules
...
Add pkgs.gitAndTools.pre-commit alias
Add pkgs.pre-commit alias
2019-08-17 12:29:39 +02:00
tilpner
a261f43286
python3Packages.PyGithub: 1.36 -> 1.43.8
2019-08-17 12:28:58 +02:00
tilpner
a4cc672ace
python3Packages.deprecated: init at 1.2.6
2019-08-17 12:28:58 +02:00
Nikolay Amiantov
2d0a2044b3
libbass: update and use real version numbers
...
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0 .
2019-08-17 10:52:41 +03:00
Frederik Rietdijk
c68f58d95c
Merge master into staging-next
2019-08-17 09:30:16 +02:00
Aaron Andersen
a2bd8da766
Merge pull request #66251 from lilyball/cocoapods-beta
...
cocoapods-beta: 1.7.5 -> 1.8.0.beta.1
2019-08-16 22:17:48 -04:00
Will Dietz
f19e02b705
readline80: 8.0p0 -> 8.0p1
...
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
2019-08-16 20:31:45 -05:00
Aaron Andersen
c2c1340a58
Merge pull request #66014 from jonringer/update-cre2
...
cre2: 0.3.0 -> 0.3.6
2019-08-16 20:36:42 -04:00
Peter Simons
2bf44961c5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
3129a6c3ac
.
2019-08-16 19:53:25 +02:00
Peter Simons
5a1c572dd5
hackage2nix: update list of broken builds to avoid evaluation errors on Hydra
2019-08-16 19:53:24 +02:00
Domen Kožar
09b9f22e3a
haskell: hnix-store-core compiles
2019-08-16 19:53:24 +02:00
Robert Helgesson
ba670fc2c0
haskellPackages: unbreak hnix build
...
Fixes #66623
2019-08-16 19:53:24 +02:00
Peter Simons
63e0bb852e
LTS Haskell 14.1
2019-08-16 19:53:24 +02:00
Peter Simons
cb4e56a7e9
python-osc: update to version 0.165.4
2019-08-16 19:29:46 +02:00
Peter Simons
f2b661a144
python-urlgrabber: update to 4.0.0 to support python-3.x
2019-08-16 19:29:46 +02:00
Andreas Herrmann
f426173e30
bazel: Fix python stub template
...
The shebang in the python stub template was incorrectly patched to
```
<store-path>/bin/env python
```
instead of
```
<store-path>/bin/python
```
The reason was that `patchShebangs` was called with `--replace` which is
an unknown argument.
```
patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
find: unknown predicate `--replace'
```
Using `substituteInPlace` instead resolves that issue.
The wrong shebang caused failures of `py_binary` targets due to `python`
not being in `PATH` in certain circumstances.
2019-08-16 18:55:45 +02:00
Graham Christensen
332a46b125
Merge pull request #64054 from ivan/snscrape-0.3.0
...
snscrape: 0.2.0 -> 0.3.0
2019-08-16 10:46:39 -04:00
Dmitry Kalinkin
8f8da32d04
Merge pull request #64321 from jbedo/cnvkit
...
CNVkit: init 0.9.6
2019-08-16 10:14:52 -04:00
Marek Mahut
97648655bf
Merge pull request #66691 from aespinosa/skaffold
...
skaffold: 0.30.0 -> 0.35.0
2019-08-16 15:32:13 +02:00
Eelco Dolstra
96ec1bc7b7
Merge pull request #66681 from basvandijk/init-rust-clippy
...
rustPackages.clippy: init at rust-1.36.0
2019-08-16 14:07:17 +02:00
David Gazdos
75e34adda5
libgphoto2: 2.5.17 -> 2.5.23
2019-08-16 16:55:00 +09:00
Bas van Dijk
682e6fafa4
rustPackages.clippy: init at rust-1.36.0
2019-08-16 09:18:32 +02:00
Vincent Laporte
af504e45b3
ocamlPackages.mmap: init at 1.1.0
...
This project provides a Mmap.map_file function for mapping files in memory.
2019-08-16 06:28:28 +00:00
Mario Rodas
6d983a350c
Merge pull request #66659 from xrelkd/update/cargo-make
...
cargo-make: 0.21.0 -> 0.22.0
2019-08-15 20:57:57 -05:00
Mario Rodas
46c64da14e
Merge pull request #66485 from xrelkd/update/cargo-expand
...
cargo-expand: 0.4.12 -> 0.4.13
2019-08-15 20:57:35 -05:00
Jörg Thalheim
31a577c736
Merge pull request #66651 from lilyball/erlang_darwin_10.12
...
erlang: Fix build error on darwin
2019-08-16 00:01:25 +01:00
Allan Espinosa
bb1c15f7f0
skaffold: 0.30.0 -> 0.35.0
2019-08-15 15:43:16 -04:00