Commit Graph

65908 Commits

Author SHA1 Message Date
Timo Kaufmann
9db3a5869e python2: backport fix for pyc race condition
This is python bug https://bugs.python.org/issue13146. Fixed since
python 3.4. It makes pyc creation atomic, preventing a race condition.
The patch has been rebased on our deterministic build patch.

It wasn't backported to python 2.7 because there was a complaint about
changed semantics. Since files are now created in a temporary directory
and then moved, symlinks will be overridden. See
https://bugs.python.org/issue17222.

That is an edge-case however. Ubuntu and debian have backported the fix
in 2013 already, making it mainstream enough for us to adopt.
2019-07-03 08:40:51 +02:00
R. RyanTM
75aee3cfdb libuv: 1.29.1 -> 1.30.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/libuv/versions
2019-07-03 08:38:57 +02:00
volth
b46e5ea184 buildPerlPackage: recognize "#!perl" as shebang 2019-07-03 08:38:20 +02:00
worldofpeace
cb278f70d0
Merge pull request #63520 from worldofpeace/dontConfigure
setup.sh: add dontConfigure
2019-07-02 20:05:37 -04:00
R. RyanTM
0eb4838191
expat: 2.2.6 -> 2.2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/expat/versions
2019-07-01 17:02:38 +02:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Graham Christensen
0daecd2d7a
Merge pull request #63572 from volth/cpan2nix-2019-06-20
buildPerlPackage: name -> (pname, version)
2019-06-28 17:54:30 -04:00
worldofpeace
7d703ff5a5 mesa: fix build Aarch64 2019-06-27 17:07:48 -04:00
Graham Christensen
86311cd2f3
Merge pull request #56199 from eadwu/mesa/build-with-meson
mesa: build with meson
2019-06-26 19:25:14 -04:00
Edmund Wu
1141c6f5f8
mesa: 18.3.4 -> 19.1.1 2019-06-26 18:32:47 -04:00
Edmund Wu
544a87cf23
mesa: build with meson 2019-06-26 18:32:44 -04:00
Cole Mickens
4c77d471e4 libdrm: build with meson 2019-06-26 23:45:15 +02:00
Matthew Bauer
24fea40d92
Merge pull request #56261 from eadwu/mesa/extract-stubs
mesa: extract stubs
2019-06-26 17:00:52 -04:00
Jan Tojnar
c1d500ddd5
spice: remove auto_features=enabled from expression
It is now the default.
2019-06-25 18:24:53 +02:00
Jan Tojnar
c3fe79e930
spice-gtk: remove auto_features=enabled from expression
It is now default
2019-06-25 18:24:53 +02:00
Jan Tojnar
5779747af4
wlroots: fix build with auto_features=enabled 2019-06-25 18:24:52 +02:00
Jan Tojnar
41c575b6fc
meson: use plain buildtype
This should allow us to inherit optimization/striping from stdenv
2019-06-25 18:24:51 +02:00
Jan Tojnar
0fd5abb213
meson: do not download wraps 2019-06-25 18:24:51 +02:00
Jan Tojnar
e529ec3263
meson: enable auto_features by default
We disabled them by default when they were introduced in

https://github.com/NixOS/nixpkgs/pull/42994

but enabling them probably makes more sense:

https://github.com/NixOS/nixpkgs/pull/54398
https://github.com/NixOS/nixpkgs/pull/63491
2019-06-25 18:24:51 +02:00
Jan Tojnar
85483ca76a
wxGTK31: fix eval
bc109b19c9 on master created a separate
expression based on wxGTK30, but that expression was modified on staging
in f0733a07d5. Let's sync that.
2019-06-25 18:22:48 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Jan Tojnar
52829801b7
Revert "python: scikit-learn: 0.20.3 -> 0.21.2"
This reverts commit 58cbb1b9e2.

78054a581c is more elaborated upgrade.
2019-06-25 18:03:57 +02:00
worldofpeace
813f1b5fba
Merge pull request #63659 from risicle/ris-hdbscan-fix-remove
pythonPackages.hdbscan: fix build
2019-06-25 11:33:27 -04:00
Mario Rodas
93ff86be32 flow: 0.101.0 -> 0.102.0 2019-06-25 15:31:24 +00:00
worldofpeace
0cc397c3a7
Merge pull request #63745 from arcnmx/rust-darwin-bindgen
rust-bindgen: 0.49.0 -> 0.49.2
2019-06-25 10:59:26 -04:00
worldofpeace
0d61615d8d
Merge pull request #63746 from arcnmx/rust-darwin-expand
cargo-expand: fix darwin build
2019-06-25 10:58:51 -04:00
Frederik Rietdijk
32a7e35d17 wxwidgets: fix passthru, fixes tarball job
cc @romildo
2019-06-25 16:25:02 +02:00
Frederik Rietdijk
26335f358e elm: don't import <nixpkgs>, fixes tarball job
Don't import <nixpkgs>, because that is not allowed.
Broken by https://github.com/NixOS/nixpkgs/pull/63477

cc @turboMaCk
2019-06-25 16:14:56 +02:00
Daniel Vianna
e37eddc8c0 pythonPackages.pycategories: init at 1.2.0 2019-06-25 09:50:14 -04:00
Edmund Wu
3c45b0c00a
mesa: extract stubs 2019-06-25 09:00:33 -04:00
Jörg Thalheim
b552d72a9a
Fix electron crash when using file chooser dialog (#55057)
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01:00
Peter Hoeg
e3afc85cba
Merge pull request #63725 from peterhoeg/u/crystal
crystal: init at 0.29.0
2019-06-25 12:59:56 +08:00
Peter Hoeg
fda3f06656 scry: 0.7.1 -> 0.8.0 2019-06-25 12:08:23 +08:00
Peter Hoeg
24dc219de9 shards: 0.8.1 -> 0.9.0 2019-06-25 11:56:44 +08:00
Peter Hoeg
f21aa0995b crystal: init at 0.29.0 2019-06-25 11:56:44 +08:00
arcnmx
8cd878c4a5 cargo-expand: fix darwin build 2019-06-24 13:57:08 -07:00
arcnmx
250b31dbfc rust-bindgen: 0.49.0 -> 0.49.2
Update fixes a checkPhase test on darwin.
2019-06-24 13:48:33 -07:00
Florian Klink
097a63a5db
Merge pull request #63532 from guibou/bazel_027
bazel: 0.26.1 -> 0.27.0
2019-06-24 22:28:40 +02:00
Jonathan Ringer
c438c0e0b7 pythonPackages.msrestazure: 0.6.0 -> 0.6.1 2019-06-24 17:08:59 +02:00
Jonathan Ringer
e8fc86dbaa pythonPackages.msrest: 0.6.4 -> 0.6.7 2019-06-24 17:08:59 +02:00
Sébastien Maret
13702bd491 pythonPackages.black: fix tests in sandbox mode on Darwin
Fixes #63722
2019-06-24 17:06:54 +02:00
Mario Rodas
bdc4d57ef7
Merge pull request #63694 from marsam/update-lazygit
lazygit: 0.7.2 -> 0.8
2019-06-24 09:34:33 -05:00
Profpatsch
b041cff6af yj: init at 4.0.0 2019-06-24 16:16:21 +02:00
Jörg Thalheim
6e4633d2cd
PythonPackages: add rig + sentinel (#63729)
PythonPackages: add rig + sentinel
2019-06-24 14:51:35 +01:00
Domen Kožar
270415e034
Merge pull request #63477 from turboMaCk/elm-lang-packages
elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes
2019-06-24 15:46:00 +02:00
Jörg Thalheim
a2d840d558
radare2: 3.5.1 -> 3.6.0 (#63732)
radare2: 3.5.1 -> 3.6.0
2019-06-24 14:26:19 +01:00
Jörg Thalheim
4599f2bb9a
radare2: 3.5.1 -> 3.6.0 2019-06-24 14:16:53 +01:00
Nikolay Amiantov
255c4ae4e1 python3.pkgs.mlrose: init at 1.2.0 2019-06-24 15:59:57 +03:00
Nikolay Amiantov
08b1d81089 osi: init at 0.108.4 2019-06-24 15:59:57 +03:00