Commit Graph

40649 Commits

Author SHA1 Message Date
Franz Pletz
17a069276f
libvirt: 3.6.0 -> 3.8.0 2017-10-24 14:21:06 +02:00
Franz Pletz
826258889e
webkitgtk217x: remove, unused 2017-10-24 14:21:04 +02:00
Bas van Dijk
4663bfa40e opencv: 3.2.0 -> 3.3.0
Release notes: https://opencv.org/opencv-3-3.html

The contrib module cnn_3dobj is disabled because it fails to build.

The contrib module dnn_modern is disabled because it causes:
https://github.com/opencv/opencv_contrib/issues/823
2017-10-24 12:56:39 +02:00
Peter Simons
c47d77ce21 Merge pull request #30751 from ElvishJerricco/callCabal2nix-dont-rebuild-cabalfile
callCabal2nix: Don't rebuild unchanged cabal file (Fixed #23880)
2017-10-24 08:25:54 +01:00
Will Fancher
aadbef00bd callCabal2nix: Don't rebuild unchanged cabal file (Fixed #23880) 2017-10-24 03:00:07 -04:00
Michael Raskin
5fe5afe8ee clasp-common-lisp: init at 0.4.99.20170801 2017-10-24 08:43:41 +02:00
Cray Elliott
5ddea062e2 ffmpeg: 3.3.4 -> 3.4
ffmpeg_3 bumped to 3.4, and 3.3.4 removed from the tree
2017-10-23 23:23:23 -07:00
James Earl Douglas
2c39cb9f40
jenkins: 2.85 -> 2.86 2017-10-23 15:39:26 -06:00
Pascal Wittmann
4c81e9a926
libfilezilla: 0.10.1 -> 0.11.0 2017-10-23 20:57:02 +02:00
Tim Steinbach
e2e5979a1e
ammonite: 1.0.2 -> 1.0.3 2017-10-23 14:43:28 -04:00
Peter Simons
d2f9dc4a3b haskell-ltk: fix build by providing haskell-gi-overloading-0.0
Closes https://github.com/NixOS/nixpkgs/pull/30462.
2017-10-23 20:16:45 +02:00
Bas van Dijk
68e05a361d haskell: ghcjs packages: fix build of fail 2017-10-23 19:44:46 +02:00
Michael Alan Dorman
d559edc277 git-annex: update sha 2017-10-23 15:57:34 +02:00
Peter Simons
895b4ef59b liquidhaskell: use latest aeson 2017-10-23 15:57:34 +02:00
Peter Simons
25eb5eecb7 haskell-fluid-idl-scotty: disable broken build 2017-10-23 15:57:34 +02:00
Peter Simons
714edcad24 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-11-g74d58ee from Hackage revision
4932dd52cb.
2017-10-23 15:57:28 +02:00
Peter Simons
02f4079fce LTS Haskell 9.10 2017-10-23 15:57:25 +02:00
Tuomas Tynkkynen
acf1ae02dc libx86: Supports only x86
In theory it builds for 32-bit ARM but the result probably doesn't
work in a meaningful manner...
2017-10-23 16:37:22 +03:00
Robin Gloster
bed5bb1f5e
fix eval
cc @zimbatm

(https://nix-cache.s3.amazonaws.com/log/iyn9cwk0kymi4mzva0dzpqwnzm3cg4a4-nixpkgs-tarball-18.03pre118395.891c3721ed.drv)
2017-10-23 15:12:39 +02:00
Joerg Thalheim
f73ad01afb nodePackages.web-ext: init at 2.2.2 2017-10-23 11:05:38 +01:00
Daiderd Jordan
f1f7296885
cargo: fix darwin build 2017-10-23 10:24:17 +02:00
Frederik Rietdijk
891c3721ed Merge pull request #30234 from deedrah/aspell-data-dirs-from-nix-profiles
aspell: added new patch data-dirs-from-nix-profiles.patch
2017-10-23 07:47:11 +02:00
zimbatm
6bbce42fe7 cargo: 0.21.1 -> 0.22.0 2017-10-23 00:30:47 +01:00
Kevin Cox
5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
zimbatm
d170c2cead cargo: use fetchFromGitHub 2017-10-23 00:30:46 +01:00
zimbatm
7bd191df6a rust: 1.17.0 -> 1.20.0
simplify the boostrap hashes a bit

build with bundled llvm:

the rust project has forked the llvm compiler to solve some
issues.
With pkgs.llvm the test suite fails.

See https://github.com/rust-lang/rust/pull/43026

And PR #30088
2017-10-23 00:30:46 +01:00
Maximilian Güntner
e30e201027 rust: unbreak building with bundled LLVM 2017-10-23 00:30:46 +01:00
zimbatm
1d6eaac764 rust: remove beta and nightly releases
nixpkgs is for stable software. If you want beta and nightly, use the
nixpkgs-mozilla overlay.
2017-10-23 00:30:46 +01:00
Vincent Laporte
fe41e17631
ocamlPackages.merlin: fix homepage URL 2017-10-22 22:14:38 +00:00
Vincent Laporte
4ace0daa21
coqPackages.fiat_HEAD: mark as broken with Coq ≥ 8.6 2017-10-22 20:48:18 +00:00
Thomas Tuegel
6a44365573 Merge pull request #30208 from zraexy/massif-visualizer
massif-visualizer: 0.4.0 -> 0.7.0
2017-10-22 15:16:33 -05:00
John Wiegley
89720d851a
coqPackages_8_7: New expression, but don't make it the default yet 2017-10-22 12:43:27 -07:00
Rostislav Beneš
ba4cefe4ae aspell: added new patch data-dirs-from-nix-profiles.patch
Aspell will search for dictionaries in all nix profiles even when used as library.
Setting data-dir or dict-dir in ASPELL_CONF will disable this behavior.
2017-10-22 21:01:40 +02:00
Tuomas Tynkkynen
917bd0bfbc souffle: Disable parallel building
https://hydra.nixos.org/build/62750790
2017-10-22 21:57:59 +03:00
Tuomas Tynkkynen
ac2acca7d9 Merge remote-tracking branch 'upstream/staging' into master 2017-10-22 18:16:17 +03:00
Michael Weiss
d61a58caea iniparser: 3.1 -> 4.0 2017-10-22 17:02:35 +02:00
Tristan Helmich
5c779de4a1 pythonPackages.phonenumbers: 8.8.2 -> 8.8.4 2017-10-22 16:50:39 +02:00
b123400
2cc79e95f8 buildNodePackage: fix issue with impure version handling (#30577) 2017-10-22 16:45:16 +02:00
Vincent Laporte
97c5dfc55e
ocamlPackages.yojson: 1.2.3 -> 1.3.3 2017-10-22 14:37:28 +00:00
Vincent Laporte
d6e423c400
ocamlPackages.merlin: 3.0.2 -> 3.0.3 2017-10-22 13:25:46 +00:00
Pascal Wittmann
3c32c4151d
unibilium: 1.2.0 -> 1.2.1 2017-10-22 11:36:04 +02:00
Nikolay Amiantov
c3f8fb3cd7 python.pkgs.uranium: 2.6.1 -> 3.0.3 2017-10-22 04:18:37 +03:00
Nikolay Amiantov
6c5184fff7 python.pkgs.libarcus: 2.6.1 -> 3.0.3 2017-10-22 04:18:32 +03:00
Nikolay Amiantov
5ba9411d02 python.pkgs.numpy-stl: init at 2.3.2 2017-10-22 04:18:28 +03:00
Nikolay Amiantov
3264001a9d python.pkgs.python-utils: init at 2.2.0 2017-10-22 04:18:23 +03:00
Tuomas Tynkkynen
d0631d4445 libbsd: 0.8.5 -> 0.8.6 2017-10-22 01:40:58 +03:00
Tuomas Tynkkynen
ff91863745 gnu-efi: 3.0.5 -> 3.0.6 2017-10-22 01:40:58 +03:00
Guillaume Bouchard
e458c44c2b szip: 2.1 -> 2.1.1
Version bump because version 2.1 is now unavailable on the official
source, replaced by version 2.1.1.
2017-10-22 00:34:24 +02:00
Fatih Altinok
e4f5477b6c nodejs: 6.11.1 -> 6.11.4 2017-10-22 00:25:33 +02:00
Joachim F
b591b5cf5b Merge pull request #30598 from andrewrk/zig
zig: init at 0.1.1
2017-10-21 20:11:23 +00:00