1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

145207 commits

Author SHA1 Message Date
volth d107807c62 [cpan2nix] perlPackages.CryptJWT: 0.021 -> 0.022 2018-07-08 06:29:12 +00:00
volth 9e1e47b28f [cpan2nix] perlPackages.ack: 2.22 -> 2.24 2018-07-08 06:29:07 +00:00
volth 91b20629f6 [cpan2nix] perlPackages.TestWarn: 0.35 -> 0.36 2018-07-08 06:29:03 +00:00
volth 1b8b38a59b [cpan2nix] perlPackages.TextCSV_XS: 1.35 -> 1.36 2018-07-08 06:28:00 +00:00
volth ed63e38604 [cpan2nix] perlPackages.StringCRC32: 1.6 -> 1.7 2018-07-08 06:27:38 +00:00
volth 393d172f1e [cpan2nix] perlPackages.NetPing: 2.66 -> 2.68 2018-07-08 06:27:10 +00:00
volth 27fc694b31 [cpan2nix] perlPackages.Mojolicious: 7.84 -> 7.87 2018-07-08 06:27:06 +00:00
volth 4116af0ad4 [cpan2nix] perlPackages.ModuleCoreList: 5.20180420 -> 5.20180626 2018-07-08 06:27:03 +00:00
volth b498522a34 [cpan2nix] perlPackages.ModernPerl: 1.20170117 -> 1.20180701 2018-07-08 06:27:02 +00:00
volth 43e16ee52d [cpan2nix] perlPackages.MCE: 1.835 -> 1.836 2018-07-08 06:26:57 +00:00
volth af39b67429 [cpan2nix] perlPackages.CpanelJSONXS: 4.02 -> 4.04 2018-07-08 06:26:00 +00:00
volth a0c9eba186 [cpan2nix] perlPackages.CPANPerlReleases: 3.62 -> 3.68 2018-07-08 06:25:48 +00:00
volth a5967365c7 [cpan2nix] perlPackages.ArchiveTar: 2.28 -> 2.30 2018-07-08 06:25:44 +00:00
volth 4dc44955e8 perlPackages: fix meta and fix build with perl-5.26 (#42909) 2018-07-06 19:16:54 +02:00
Matthew Bauer b29440fd10
Merge pull request #42467 from mkaito/update-mesa
mesa: 18.0.3 -> 18.1.2
2018-07-05 22:18:21 -04:00
Matthew Bauer 4bbca076ea
Merge pull request #42529 from mkaito/mesa-pkgconfig
mesa: point pkgconfig at $drivers
2018-07-05 22:17:14 -04:00
Matthew Bauer 7f50e0a686 xxd: remove directory
thanks to @grahamc
2018-07-05 20:21:44 -04:00
Matthew Bauer 9cd122a2c4
Merge pull request #43088 from matthewbauer/misc
Get rid of 2 unneeded packages
2018-07-05 20:13:47 -04:00
Matthew Bauer 2f523dd9a4 xxd: move to unixtools
also add manpage to unixtools if provided to give compat with old xxd.
2018-07-05 17:55:50 -04:00
Matthew Bauer e776d326f6 lessc: get from nodePackages 2018-07-05 17:55:50 -04:00
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
Michael Weiss d12e7b8d17 androidStudioPackages.{dev,canary}: 3.3.0.0 -> 3.3.0.1 2018-07-03 21:28:15 +02:00
Michael Weiss a22d2a018d quiterss: 0.18.11 -> 0.18.12 2018-07-03 21:10:33 +02: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
Robert Schütz 208091b31b asciinema: 2.0.0 -> 2.0.1 2018-07-03 18:18:55 +02:00
Silvan Mosberger bdac6ac4b2
Merge pull request #42860 from ldesgoui/fix-murmur-service
murmur service: prevent silent launch failure by waiting until network is available
2018-07-03 17:34:07 +02:00
Silvan Mosberger 59dd0e6c69
Merge pull request #41222 from gnidorah/firewall
nixos/firewall: per-interface port options
2018-07-03 17:21:55 +02:00
Alyssa Ross 79ab3370ed manual: fix buildPythonPackage example (#42866) 2018-07-03 17:19:18 +02:00
Gabriel Ebner 2f3cf58309 Revert "vapoursynth: fix build"
This reverts commit ad611a6223.
A better fix was committed directly afterwards in 2afe06c18f
2018-07-03 17:14:11 +02:00