Matthew Bauer
f513d580b0
Merge pull request #43040 from matthewbauer/darwin-closure-reductions
...
Darwin stdenv tweaks
2018-07-05 14:34:54 -04:00
Matthew Bauer
6202380094
libuv: use fetchpatch for apple patch
2018-07-05 14:28:50 -04:00
Matthew Bauer
a4476912f8
Merge pull request #42722 from thefloweringash/bison2-darwin
...
bison2: Fix Darwin runtime crash
2018-07-05 11:42:39 -04:00
Will Dietz
eecbb632fd
Merge pull request #42977 from dtzWill/feature/ispc-llvm-6
...
ispc: llvm_4 -> llvm_6, fix luxcorerender
2018-07-05 09:22:32 -05:00
Will Dietz
405d3f3e6a
luxcorerender: use python-enabled boost
2018-07-05 07:22:53 -05:00
Will Dietz
bf3a588f64
llvm_6: enable "dump()" methods even w/assertions off
2018-07-05 07:22:53 -05:00
Will Dietz
72b897ba75
ispc: patch w/upstream commit to fix w/llvm 6
2018-07-05 07:22:53 -05:00
Will Dietz
39eca29cc0
ispc: bump to use llvm_6
2018-07-05 07:22:53 -05:00
adisbladis
c120f69367
Merge pull request #43063 from marsam/feature/update-nodejs-10_x
...
nodejs: 10.5.0 -> 10.6.0
2018-07-05 15:08:50 +08:00
Mario Rodas
63e0e4d899
nodejs: 10.5.0 -> 10.6.0
2018-07-05 14:02:29 +08:00
Orivej Desh
e7facc718e
cmake: fix build with libuv 1.21 ( #43052 )
2018-07-04 23:03:59 +00:00
Matthew Bauer
c7ab795274
darwin.security_tool: disallow requiring sdk
...
As requested by @domenkozar
2018-07-04 15:08:35 -04:00
Matthew Bauer
e8303d2baf
libuv: reenable tests on macOS
...
I want these tests to run because libuv is very important to lots of
things in Nixpkgs. I have a very large list of tests to disable for
now just to be on the safe side. For the record this is definitely a
libuv issue - their tests should be robust - but this is a safety
precaution for now.
2018-07-04 15:08:07 -04:00
Matthew Bauer
1dca19f057
libuv: remove frameworks
...
It’s not a good idea to rely on apple’s sdk for such a core library in
Nixpkgs. I have made a patch to libuv to make these frameworks
optional. There is also a pull request here:
https://github.com/libuv/libuv/pull/1909
2018-07-04 15:02:07 -04:00
Matthew Bauer
d7591c44f0
apple_sdk.frameworks.Ruby: remove
...
This was broken & apparently unused.
2018-07-04 15:01:00 -04:00
adisbladis
6afda41686
Merge pull request #42986 from r-ryantm/auto-update/libuv
...
libuv: 1.20.3 -> 1.21.0
2018-07-05 00:34:54 +08:00
Vladimír Čunát
21db578818
Merge #42969 : pciutils: 3.5.6 -> 3.6.0
2018-07-04 07:39:15 +02:00
Vladimír Čunát
89156ee81f
pciutils: fix a comment not updated by bot
2018-07-04 07:37:40 +02:00
R. RyanTM
97b23e19d0
libuv: 1.20.3 -> 1.21.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 .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/95msjm8zq3ahka1i7jcllk6kzqa2xxzp-libuv-1.21.0
- directory tree listing: https://gist.github.com/8a2b5bb197a6f9ec0f1e2ba156b359f7
- du listing: https://gist.github.com/ef01d39e12559715d3876f27594aa77f
2018-07-03 22:11:37 -07:00
R. RyanTM
a486ada660
pciutils: 3.5.6 -> 3.6.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/pciutils/versions .
These checks were done:
- built on NixOS
- /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0/bin/lspci passed the binary check.
- /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0/bin/setpci passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 3.6.0 with grep in /nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0
- directory tree listing: https://gist.github.com/846575baea469566671c1177083dfea1
- du listing: https://gist.github.com/db18397cd0d36e6ea780918c1acf466f
2018-07-03 20:03:02 -07:00
Matthew Bauer
f7138342cb
libiconv: use enableFeature for static/shared
...
This makes things more predictable w.r.t. what is actually being built.
2018-07-03 16:51:30 -04:00
Dmitry Kalinkin
ea08cf9e6c
python37: apply distutils patch
2018-07-03 13:29:07 -04:00
Dmitry Kalinkin
29c3f32841
python36: fix on darwin
...
Fixes: 78e05215a7
('python36: 3.6.5 -> 3.6.6')
2018-07-03 13:28:23 -04:00
Tim Steinbach
d6aa506e3b
busybox: 1.28.4 -> 1.29.0
2018-07-03 09:17:43 -04:00
Matthew Bauer
e8e26becac
Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions
...
Libsecurity closure reductions
2018-07-02 18:34:53 -04:00
Matthew Bauer
d568d5016a
libsecurity: set NDEBUG
...
This prevents debugging stuff from coming into play. This avoids some
headers from accidentally winding up in the .dylib file.
2018-07-02 17:51:38 -04:00
Matthew Bauer
db414a2f5e
xpc: copy instead of linking to sdk
...
This prevents the apple sdk from coming into security tool
Fixes #42836
2018-07-02 17:51:38 -04:00
Matthew Bauer
907d7518d8
darwin.libsecurity: switch to multiple outputs
2018-07-02 17:51:38 -04:00
Matthew Bauer
526103a82d
darwin: fix syntax in makeFlagsArray
...
the double ’ should only be needed when using the braces. Otherwise
this will mess up some syntax highlighting, unfortunately, including nix-mode.
2018-07-02 17:51:38 -04:00
Domen Kožar
a260b3d681
dhall-nix: fix build
2018-07-02 19:45:02 +01:00
John Ericson
ccfe1b5713
Merge pull request #42874 from obsidiansystems/crossPkgs
...
Add pkgsCross & pkgsLocal
2018-07-02 13:25:24 -04:00
Pascal Wittmann
a444ed3870
Merge pull request #42827 from mt-caret/master
...
source-han-code-jp: init at 2.011R
2018-07-02 18:42:14 +02:00
Okina Matara
8b312db421
dolphinEmuMaster: 2018-06-22 -> 2018-07-02
...
also migrate from wxwidgets to qt, wxwidgets support in dolphin has been
dropped
2018-07-02 09:29:43 -07:00
Pascal Wittmann
3e6c0337c9
Merge pull request #42863 from elitak/livepeer
...
livepeer: init at 0.2.4
2018-07-02 18:23:01 +02:00
adisbladis
215db45f62
firefox-beta-bin: 62.0b3 -> 62.0b4
2018-07-03 00:06:53 +08:00
adisbladis
8b48b33e24
firefox-devedition-bin: 62.0b3 -> 62.0b4
2018-07-03 00:06:52 +08:00
aszlig
6e4711727e
nixos/hadoop: Replace users.extra{Users,Groups}
...
In fff5923686
all occurences of
users.extraUsers and users.extraGroups have been changed tree-wide to
users.users and users.group. In the meantime the hadoop modules were
introduced via #41381 (060a98e9f4
).
Unfortunately those modules still use users.extraUsers, which has been
renamed a long time ago (14321ae243
, about
three years from now), so let's actually rename it accordingly as well.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @aespinosa
2018-07-02 18:05:33 +02:00
Timo Kaufmann
dcc1013f6b
pythonPackages.backports_shutil_get_terminal_size: 1.0 -> 2016-02-21 ( #42840 )
2018-07-02 18:03:05 +02:00
adisbladis
c5fd7d85ce
Merge pull request #42842 from Pneumaticat/barrier-fix-qt-5.11
...
barrier: fix compilation on Qt 5.11
2018-07-03 00:01:18 +08:00
Robert Helgesson
033c9ace4e
josm: 13878 -> 13996
2018-07-02 17:59:36 +02:00
numkem
b045d1f139
pythonPackages.grpcio: 1.12.1 -> 1.13.0 ( #42854 )
2018-07-02 17:47:06 +02:00
Robert Helgesson
cb96b8643c
eclipse-plugin-jdt-codemining: init at 1.0.0.201806221018
2018-07-02 17:37:17 +02:00
Matthew Bauer
b2b68862f5
Merge pull request #42832 from uri-canva/bazel-hydra-darwin
...
bazel: fix darwin build on hydra
2018-07-02 11:34:49 -04:00
Matthew Bauer
4a97d3f6e4
Merge pull request #42865 from ookhoi/github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.patch-from-any-mirror
...
github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.p…
2018-07-02 11:23:23 -04:00
Shea Levy
98ddba156c
buildRustCrate: Add some commentary about target_os.
2018-07-02 11:22:47 -04:00
Matthew Bauer
18af089de7
stage: remove nixpkgsFun
...
also inherit forceSystem for some GNU Hurd stuff
2018-07-02 11:20:34 -04:00
Shea Levy
cb692ff813
Merge branch 'feature/fix-build-rust-create-darwin' of git://github.com/marsam/nixpkgs
...
Set target_os properly on darwin.
2018-07-02 11:20:25 -04:00
Matthew Bauer
d1bd9faf61
stage: move old stuff to stage.nix
2018-07-02 11:07:53 -04:00
Matthew Bauer
b6b1950594
top-level: add extraPkgs to stage.nix
2018-07-02 11:07:53 -04:00
Matthew Bauer
d665e80450
top-level: move cross pkgs to overlay
2018-07-02 11:07:53 -04:00