Commit Graph

67794 Commits

Author SHA1 Message Date
worldofpeace
fdd28981d7 libmodulemd: init at 2.6.0
Includes a patch for the usual pygobject override stuff.
Pending upstream submission.
2019-08-18 04:23:17 -04:00
worldofpeace
46d0ebb144 xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0
Stylize expression.

https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
2eb94bdbb8 xdg-desktop-portal: 1.2.0 -> 1.4.2
* adapt respect-path-env-var.patch to code being
  moved around, etc.

* Add  json-glib

https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
1728bc8d22 flatpak: 1.2.4 -> 1.4.2
* Regenerated all patches for 1.4.2 and resolved
  any conflicts.

* fix-test-paths.patch doesn't copy the whole locale archive
  because we have C.UTF8 now.

* nixos/flatpak creates a Flatpak system helper user
  Change introduced in 1.3.2.

Changes:
See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through
1.4.2.
2019-08-18 04:23:17 -04: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
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
worldofpeace
3553c9948c
Merge pull request #64576 from MrMebelMan/init/django-csp-nonce
pythonPackages.django-csp: init at 3.5
2019-08-15 13:58:18 -04:00
Vladyslav Burzakovskyy
b5939353eb pythonPackages.django-csp: init at 3.5 2019-08-15 13:54:55 -04:00
Matthew Bauer
5c8f1366b1
Merge pull request #66566 from mmahut/ponyc-test-stdlib
ponyc: disabling stdlib tests
2019-08-15 12:51:15 -04:00
Matthew Bauer
3532a6452e
Merge pull request #66683 from obsidiansystems/missing-qt-patch
qt4: Vendor bitrotted Arch Linux patch
2019-08-15 11:34:57 -04:00
John Ericson
280795c163 qt4: Vendor bitrotted Arch Linux patch
It is no longer found at this URL. Vendoring until a better solution
comes along.

Fixes #63084
2019-08-15 11:25:48 -04:00
Lily Ballard
45e6253678 luarocks: Update detected platform version
Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be
hardcoding the platform at build time as 10.10. This change makes it
inherit the MACOSX_DEPLOYMENT_TARGET value.
2019-08-15 23:10:10 +09:00
Peter Simons
c22351d25e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
500fd5df8a.
2019-08-15 16:05:10 +02:00