1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

38353 commits

Author SHA1 Message Date
Peter Simons 175c3526ae haskell: provide the name 'bin-package-db' (null) to fix evaluation errors 2017-07-26 10:20:31 +02:00
Peter Simons 28c01703f0 haskell: remove all code related to the "haste" compiler
These packages have been broken for a while and now they don't even evaluate
any more.
2017-07-26 10:20:30 +02:00
Peter Simons a9111840fa haskell: provide the name 'ghcjs-prim' (null) to fix evaluation errors 2017-07-26 10:20:30 +02:00
Peter Simons 91a8ed37af hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.3.1-23-g656c589 from Hackage revision
2b4eeaa78b.
2017-07-26 10:20:25 +02:00
Peter Simons 1178136336 hackage2nix: disable failing builds 2017-07-26 10:19:58 +02:00
Peter Simons fd6f0a2127 hackage2nix: drop obsolete version of zlib 2017-07-26 10:19:57 +02:00
Peter Simons 8a3c080237 hackage2nix: drop old packages that were required for stack prior to version 1.5.x 2017-07-26 10:19:57 +02:00
Peter Simons 4664cf8079 hackage2nix: keep Cabal 1.24.x around for the time being 2017-07-26 10:19:57 +02:00
Domen Kožar aafe3d29c1 ghc: apply a patch to fix common gold linker problem
It would otherwise result into undefined referenecs for some functions
in the base when using the gold linker:

   error: undefined reference to 'sqrt'

Fixes https://github.com/bos/double-conversion/pull/17

Previously ghc option -optl=-lm was used for packages depending on
such functions, but that could result into

   fatal error: cannot mix -r with dynamic object /nix/store/7crrmih8c52r8fbnqb933dxrsp44md93-glibc-2.25/lib/libm.so.6

in some situations like profiling builds.

Patch was prepared by Michael Bishop and Niklas Hambüchen.

Closes https://github.com/NixOS/nixpkgs/pull/27584.
2017-07-26 10:19:57 +02:00
Peter Simons efa3ba8950 haskell-diagrams-solve: disable failing test suite to fix the build 2017-07-26 10:18:10 +02:00
Peter Simons 27ca0cb3d4 haskell-generic-builder: fix syntax high-lightning in Emacs 2017-07-26 10:17:48 +02:00
Peter Simons e69c7f5641 haskell-generic-builder: include setupHaskellDepends in the generated "env" attribute
We achieve this by moving setupHaskellDepends from the buildInputs attribute
into "otherBuildInputs", which is the attribute the builder uses to construct
the build inputs in both the actual build as well as the "env" attribute.
2017-07-26 10:17:48 +02:00
Vincent Laporte b285b85754 ocamlPackages.ocaml-migrate-parsetree: 0.7 -> 1.0 2017-07-26 07:54:15 +00:00
Charles Strahan 4244a16917
gocode: update to f1eef9a6, fix stdlib completions 2017-07-26 02:30:15 -04:00
Graham Christensen 69c2c997e0 Merge pull request #27072 from ElvishJerricco/swig-3.0.12
Swig 3.0.10 -> 3.0.12
2017-07-25 22:57:28 -04:00
Daiderd Jordan bbc5d15d0a
mypy: 0.501 -> 0.511 2017-07-25 21:52:54 -04:00
Daiderd Jordan 4c013a91f0 Merge pull request #27640 from ankhers/update_elixir_rc
elixir: 1.5.0-rc.2 -> 1.5.0
2017-07-25 19:47:49 +02:00
Peter Simons ea63fd4eb0 multi-ghc-travis: update to latest git version
I used an incorrect date for the version field in my last commit, so now I have
to date this slightly into the future to make sure the new version actually
looks newer to Nix, too.
2017-07-25 18:53:03 +02:00
Justin Wood b7709539b4 elixir: 1.5.0-rc.2 -> 1.5.0 2017-07-25 09:44:49 -04:00
Tim Steinbach 4a4a33ff88 Merge pull request #27582 from NeQuissimus/remove_accelio
accelio: Remove
2017-07-25 09:17:23 -04:00
Vincent Laporte efad0d5e3f julia: 0.5.1 -> 0.5.2 2017-07-25 07:46:20 +00:00
Vincent Laporte ace55359f1 gst_all_1.gst-libav: set meta.platforms to unix 2017-07-25 07:46:20 +00:00
Jörg Thalheim 7f1ec2d23b Merge pull request #27620 from therealpxc/yapf
pythonPackages.yapf: 0.11.0 -> 0.16.3
2017-07-25 07:25:01 +01:00
Charles Strahan c1fdf3341b Merge pull request #27347 from cstrahan/osquery-new
osquery: init at 2.5.2
2017-07-24 21:51:10 -04:00
Charles Strahan 29d2fe4a1f
rocksdb: enable support for lite mode
See: https://github.com/facebook/rocksdb/blob/master/ROCKSDB_LITE.md
2017-07-24 21:45:33 -04:00
Charles Strahan dc21851707
linenoise-ng: init at 1.0.1 2017-07-24 21:44:52 -04:00
Bas van Dijk 662cf644bc hydra: 2017-06-22 -> 2017-07-24
hydra-2017-06-22 fails to build because of the nixUnstable upgrade.
hydra-2017-07-24 builds successfully.
2017-07-24 23:22:08 +02:00
Patrick Callahan 251043e89d pythonPackages.yapf: 0.11.0 -> 0.16.3 2017-07-24 11:19:59 -07:00
John Ericson b087618ac0 Revert "stdenv: Store one package per line in nix-support/propagated-*"
As @oxij points out in [1], this breakage is especially serious because
it changes the contents of built environments without a corresonding
change in their hashes. Also, the revert is easier than I thought.

This reverts commit 3cb745d5a6.

[1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
2017-07-24 01:05:30 -04:00
Laverne Schrock 2347e593bf libextractor: 1.3 -> 1.4 2017-07-23 12:09:48 -05:00
Tim Steinbach 6e00673e7f
accelio: Remove 2017-07-23 10:47:13 -04:00
Domen Kožar 407acb80fc
ghc821: 8.2.1-rc3 -> 8.2.1
(cherry picked from commit 0901dd50a2ed0d12b2bee8fdb147fdce5c1c5d69)
Signed-off-by: Domen Kožar <domen@dev.si>
2017-07-23 16:36:37 +02:00
Jon Banafato aad2a2132c nim: 0.16.0 -> 0.17.0 2017-07-23 07:21:53 -05:00
Frederik Rietdijk e028e34606 Merge pull request #27561 from holidaycheck/sauceconnect-4.4.8
sauce-connect: 4.4.7 -> 4.4.8
2017-07-23 10:41:52 +02:00
Mathias Schreck 6589a83a88 sauce-connect: 4.4.7 -> 4.4.8 2017-07-22 12:41:47 +02:00
adisbladis 66976bc670
c-ares: 1.12.0 -> 1.13.0 for CVE-2017-1000381 2017-07-22 11:52:00 +08:00
Tim Steinbach 8e37e3b7f1 openjdk: 8u131-b11 -> 8u141-b15 2017-07-21 16:18:04 +02:00
Jörg Thalheim d0bcb41d2d Merge pull request #27524 from therealpxc/arrow
pythonPackages.arrow: 0.7.0 -> 0.10.0
2017-07-21 14:14:44 +01:00
Jörg Thalheim ce67c7c1ac pythonPackages.arrow: move to python-modules 2017-07-21 14:10:05 +01:00
Jörg Thalheim 3954cbb4a5 Merge pull request #27528 from knedlsepp/fix-armadillo-lapack
armadillo: Make use of openBLAS's built-in LAPACK
2017-07-21 14:02:50 +01:00
Jörg Thalheim a32e501bfb Merge pull request #27526 from devhell/mediainfo
{lib}mediainfo{-gui},libzen: 0.7.95 -> 0.7.97; 0.4.34 -> 0.4.35
2017-07-21 13:57:00 +01:00
Daiderd Jordan 45cc3fdac9 Merge pull request #27542 from taku0/oraclejdk-8u141
oraclejdk: 8u131 -> 8u141 [Critical security fix]
2017-07-21 14:29:50 +02:00
Peter Hoeg 3bccedb081 owl-lisp: init at 0.1.14 2017-07-21 20:07:36 +08:00
Mathias Schreck 77ebd34459 nodejs: 8.2.0 -> 8.2.1 2017-07-21 12:27:23 +02:00
volth 17c8fe21fd libvirt: 3.1.0 -> 3.5.0 (#25411) 2017-07-20 23:31:04 +02:00
Josef Kemetmueller 6f72708c12 armadillo: Make use of openBLAS's built-in LAPACK
Even though the linked openBLAS contains LAPACK, the functionality was
not usable due to armadillo needing to link against it explicitly.
2017-07-20 22:29:30 +02:00
Daiderd Jordan 934c2b636c Merge pull request #27517 from ankhers/update_elixir_rc
elixir: 1.5.0-rc.1 -> 1.5.0-rc.2
2017-07-20 20:37:33 +02:00
devhell 1206f9120a libzen: 0.4.34 -> 0.4.35
No changelog available.
2017-07-20 19:33:33 +01:00
devhell 79fdf7d017 {lib}mediainfo{gui}: 0.7.95 -> 0.7.97
Changelog available at:
https://mediaarea.net/MediaInfo/ChangeLog
2017-07-20 19:30:12 +01:00
Franz Pletz 00b6ac7bd3 Merge pull request #26419 from roblabla/feature-sasl
cyrus-sasl: Add saslauthd service and LDAP support
2017-07-20 20:23:52 +02:00