Commit Graph

63871 Commits

Author SHA1 Message Date
Alyssa Ross
b34608d4ea
ruby: enable docSupport by default
Now that RI docs are installed to a seperate output, we don't need to worry
about bloating the main output, so it's reasonable for this to be enabled by
default.
2019-05-07 17:08:23 +00:00
Alyssa Ross
6ffb5079b2
ruby: install ri docs to devdoc output
This allows getting access to Ruby documentation through ri by doing

    nix-shell -p ruby ruby.devdoc

or by installing the ruby.devdoc package.

A setup hook will add a shim to LOAD_PATH to point ri to the devdoc
output instead of out.
2019-05-07 17:08:08 +00:00
Alyssa Ross
9b39be3376
ruby: disable docSupport for baseruby
Even if building a Ruby with documentation, there's no reason for its
baseruby to waste time building its own documentation as well.
2019-05-06 17:44:56 +00:00
R. RyanTM
1800e3ca5c libdvdread: 6.0.0 -> 6.0.1 (#57275)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdread/versions
2019-05-06 16:47:10 +02:00
Robert Schütz
1ea22b8868
Merge pull request #60217 from dotlambda/home-assistant-0.92
home-assistant: 0.91.4 -> 0.92.2
2019-05-05 23:31:31 +02:00
volth
a134f9cb01 libuv: blacklist "tcp_writealot" test
sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
2019-05-04 18:12:52 +02:00
volth
8062ef595c libuv: disable "get_passwd" test 2019-05-04 18:12:52 +02:00
R. RyanTM
9955f6301a pixman: 0.38.0 -> 0.38.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pixman/versions
2019-05-04 17:56:22 +02:00
R. RyanTM
8eb0dd1cb1 libcdio: 2.0.0 -> 2.1.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/libcdio/versions
2019-05-04 17:55:24 +02:00
R. RyanTM
dafc45800a pcre2: 10.32 -> 10.33
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcre2/versions
2019-05-04 17:53:34 +02:00
Frederik Rietdijk
b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk
193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
Daiderd Jordan
626a95a9b4 llvm: create all versioned symlinks for libLLVM on darwin
Apply eb31e481475 to older versions where applicable.
2019-05-04 17:32:43 +02:00
Daiderd Jordan
807ba5f123 llvm: fix llvm-config on darwin
With 7.1 llvm-config looks for libLLVM-7.1.dylib, but the shortVersion
was still 7 so only 7 and 7.1.0 where aliased before.

	$ llvm-config --link-shared
	llvm-config: error: libLLVM-7.1.dylib is missing
2019-05-04 17:32:43 +02:00
Alyssa Ross
5b1a53f330
Merge pull request #60506 from manveru/update-cucumber
cucumber: 2.4.0 -> 3.1.2, use bundlerApp
2019-05-04 13:19:27 +00:00
Alyssa Ross
bf72529e36
Merge pull request #60507 from manveru/update-drake
drake: use bundlerApp
2019-05-04 13:19:12 +00:00
Alyssa Ross
897c7386b5
Merge pull request #60510 from manveru/matter-compiler-update
matter-compiler: use bundlerApp
2019-05-04 13:18:14 +00:00
Alyssa Ross
182a621ba6
Merge pull request #60512 from manveru/rake-update
rake: 12.3.1 -> 12.3.2, use bundlerApp
2019-05-04 13:17:21 +00:00
Alyssa Ross
6e396a8709
Merge pull request #60856 from manveru/sass-update
sass: 3.5.6 -> 3.7.4
2019-05-04 13:16:07 +00:00
Alyssa Ross
36d78305d3
Merge pull request #60502 from manveru/bundler-app-postbuild
bundlerApp: don't execute postBuild twice
2019-05-04 13:12:30 +00:00
Renaud
42475e52fd
Merge pull request #60505 from manveru/update-compass
compass: use bundlerApp, cleanup
2019-05-04 15:00:50 +02:00
Alyssa Ross
bbf4257418
Merge pull request #60875 from manveru/rugged-gem
gem-config: rugged needs which
2019-05-04 12:53:23 +00:00
Renaud
f39a568ab6
Merge pull request #60876 from manveru/redis-dump-update
redis-dump: 0.3.5 -> 0.4.0
2019-05-04 14:10:51 +02:00
Théo Zimmermann
10d7bfedae ocaml-ng.ocamlPackages_4_07.seq: dummy package with just a META file
Imitate opam which installs the real seq package only for OCaml < 4.07 and only a META file for OCaml >= 4.07.
2019-05-04 13:55:10 +02:00
Dmitry Olyenyov
4e6676f27d pygame: preConfigure fix
Upstream moved build scripts to buildconfig folder and added some checks
for SDL locations. This breaks `sed` expression that was replacing library
paths. Fixes #60893
2019-05-04 08:29:10 +02:00
nixbitcoin
ebf4a5a600 Disable rednose test suite 2019-05-04 08:06:32 +02:00
Kevin Cox
e90a6f0b42
Merge pull request #60892 from NixOS/kevincox-hash-fix
wasm-pack: Update hash.
2019-05-04 06:48:44 +01:00
Ryan Mulligan
2c89c24015
Merge pull request #60770 from r-ryantm/auto-update/rtaudio
rtaudio: 5.0.0 -> 5.1.0
2019-05-03 18:55:09 -07:00
Renaud
bf0fa371b9
frei0r-plugins: enable on Darwin (#60896)
* frei0r-plugins: enable on Darwin
Upstream support Darwin platform
+ brew formula for this is pretty straightforward

* frei0r: Darwin dlopen will look for *.dylib
2019-05-04 02:10:42 +02:00
Renaud
a254bd0fb4
Merge pull request #60884 from strager/gsl
microsoft_gsl: 2017-02-13 -> 2.0.0
2019-05-04 01:50:30 +02:00
Renaud
3ada80a35b
Merge pull request #60811 from manveru/ejson-update
ejson: 1.2.0 -> 1.2.1
2019-05-04 01:18:34 +02:00
Ryan Mulligan
64ddbc8431
Merge pull request #60603 from r-ryantm/auto-update/libx86emu
libx86emu: 2.2 -> 2.3
2019-05-03 15:26:43 -07:00
Kevin Cox
bd78d55f5a
wasm-pack: Update hash.
The previous hash was generated on aarch64. Due to https://github.com/NixOS/nixpkgs/issues/60668 the hash is different on different platforms. I am updating to use the x86_64-linux hash to fix building on hydra.
2019-05-03 21:04:37 +01:00
Renaud
a851074541
pax-rs: restrict to Linux platforms
It fails to build on Darwin
2019-05-03 21:53:48 +02:00
Mario Rodas
d4cbc6707c
Merge pull request #60280 from marsam/fix-build-pytest-dependency
pythonPackages.pytest-dependency: fix build
2019-05-03 14:37:45 -05:00
Matthew Glazar
4c305b73b6 microsoft_gsl: use fetchFromGitHub
fetchFromGitHub has friendlier ways to download sources. Use it instead
of fetchgit for microsoft_gsl.
2019-05-03 12:29:37 -07:00
worldofpeace
3b481dfdf9 vala_0_44: fix graphviz patch 2019-05-03 15:28:22 -04:00
strager
21112a7c16 libgcrypt: fix 1.5 build on macOS (#59507)
libgcrypt-1.5's configure script incorrectly detects x86_64-apple-darwin
(macOS) as an ELF platform. This causes failures when compiling assembly
sources. Backport libgcrypt's fix for this issue, fixing libgcrypt-1.5's
build on macOS.
2019-05-03 14:14:17 -04:00
Matthew Glazar
cda148062a microsoft_gsl: 2017-02-13 -> 2.0.0
GSL now has an official release. Upgrade microsoft_gsl to the latest
release (made August 20, 2018).
2019-05-03 11:11:40 -07:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Florian Klink
c53b8aa77b
Merge pull request #60620 from bachp/gitlab-runner-11.10.1
gitlab-runner: 11.9.2 -> 11.10.1
2019-05-03 19:41:50 +02:00
Renaud
2a3ce66ae8
Merge pull request #60755 from r-ryantm/auto-update/qbs
qbs: 1.12.2 -> 1.13.0
2019-05-03 19:26:45 +02:00
Michael Fellinger
09d0898eff redis-dump: 0.3.5 -> 0.4.0 2019-05-03 18:57:51 +02:00
Renaud
c12dcc9c01
Merge pull request #60638 from klntsky/fix-pax-rs
pax-rs: fix missing Cargo.lock
2019-05-03 18:54:23 +02:00
Michael Fellinger
0552899ebd gem-config: rugged needs which 2019-05-03 18:52:36 +02:00
Kevin Cox
d30caa956a
Merge pull request #58644 from dhl/wasm-pack
wasm-pack: init at 0.8.1
2019-05-03 17:38:45 +01:00
Renaud
1aa996679f
Merge pull request #60652 from r-ryantm/auto-update/opencascade-occt
opencascade-occt: 7.3.0p2 -> 7.3.0p3
2019-05-03 18:18:43 +02:00
Robert Schütz
56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Robert Schütz
ef556c73fb python3.pkgs.PyChromecast: 3.2.0 -> 3.2.1 2019-05-03 15:46:57 +02:00
Robert Schütz
342877b443 python.pkgs.pytzdata: 2018.9 -> 2019.1 2019-05-03 15:46:09 +02:00