summary refs log tree commit diff
path: root/pkgs/development
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05treewide: get rid of osx cmake flagsMatthew Bauer4-12/+1
Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-11-05Merge pull request #49104 from zarelit/mailcatcher_reworkJörg Thalheim1-24/+6
mailcatcher: repackage using bundlerApp
2018-11-05coqPackages.autosubst: fix buildVincent Laporte1-0/+1
2018-11-05haskell-pandoc: update overrides for the new versionPeter Simons1-1/+1
2018-11-05haskell-vty: update overrides for the new versionPeter Simons1-1/+1
2018-11-05haskell-hspec: update overrides for the new version some morePeter Simons1-3/+3
2018-11-05haskell-hspec-discover: update overrides for the new versionPeter Simons1-1/+1
2018-11-05haskell-hspec-core: update overrides for the new versionPeter Simons1-1/+1
2018-11-05haskell-hspec: update overrides for the new versionPeter Simons1-1/+1
2018-11-05haskell-hpack: update overrides for the new versionPeter Simons3-5/+5
2018-11-05hackage-packages.nix: automatic Haskell package set updatePeter Simons1-205/+522
This update was generated by hackage2nix v2.11.1-3-gc8d18e2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/01afc16a4386a534828580aa03853581be2a61bc.
2018-11-05hackage2nix: disable failing Hydra buildsPeter Simons1-0/+54
2018-11-05ghc-8.2.1-binary: Patch shebang causing failures in Centos 6Renato Alves1-0/+1
2018-11-05haskell-cpython: don't bind the obsolete name "python34"Peter Simons1-1/+1
Fixes the evaluation error introduced by 4f45edbd9aa4a0c3589de5f01c81185f00362c40.
2018-11-05haskell-cpython: revert "set to null"Peter Simons1-3/+0
This reverts commit 6a0b1b13b6119e90fce8b024fef99fd27bb883b6. Please don't null out the entire package just because its build is broken at the moment. If you want to prevent users from compiling cpython, then haskell.lib.markBroken (or, even better: markBrokenVersion) are the way to do it.
2018-11-04http-parser: cleanupMatthew Bauer1-30/+10
2018-11-04lombok: 1.16.22 -> 1.18.4Robert Helgesson1-2/+2
2018-11-04coqPackages.ssreflect: refactorVincent Laporte2-54/+42
2018-11-04coqPackages.mathcomp: refactorVincent Laporte2-47/+41
2018-11-04Merge pull request #49758 from LumiGuide/fix-shellhook-ignore-haskellSilvan Mosberger1-0/+1
haskellPackages.*.env: Fixed shellHook being ignored
2018-11-04Merge pull request #49635 from vbgl/coq-contribs-zfc-8.8Jörg Thalheim1-1/+1
coqPackages.contribs.zfc: enable for Coq 8.8
2018-11-04haskellPackages.cpython: set to nullFrederik Rietdijk1-0/+3
because these are bindings for cpython 3.4 which we no longer distribute.
2018-11-04python34: removeFrederik Rietdijk4-460/+0
Python 3.4 will receive it's final patch release in March 2019 and there won't be any releases anymore after that, so also not during NixOS 2019.03. Python 3.4 is not used anymore in Nixpkgs. In any case, migrating code from 3.4 to 3.4+ is trivial.
2018-11-04Merge pull request #49744 from nyanloutre/python-gitlabRobert Schütz2-0/+44
pythonPackages.python-gitlab: init at 1.6.0
2018-11-04pythonPackages.imageio: 1.6 -> 2.4.1 (#49147)Philipp Middendorf2-9/+24
2018-11-04Merge pull request #49669 from kalbasit/nixpkgs_provide-binaries-for-vim-goJörg Thalheim27-0/+915
Provide all the binaries needed by the vim-go plugin
2018-11-04Merge pull request #49738 from uri-canva/fix-bazel-depsJörg Thalheim1-4/+5
bazel-deps: 2018-08-16 -> 2018-11-01
2018-11-04graalvm: More fixesTim Steinbach1-0/+5
2018-11-04graalvm 1.0.0-rc8 fixesvolth1-9/+20
2018-11-04graalvm: 1.0.0-rc3 -> 1.0.0-rc8Tim Steinbach1-7/+11
2018-11-04haskellPackages.*.env: Fixed shellHook being ignoredFalco Peijnenburg1-0/+1
The problem was introduced in 2bafa93b75464eee5744653319d8046e05cf141a
2018-11-04Add dhallPackages and add current PreludeProfpatsch2-0/+34
Dhall is a non-turing complete programming language.
2018-11-04plv8: unbreak build, bump to version 2.3.8Austin Seipp1-0/+187
ee58a5b30d6e60407b44fbb02ddade6c20fd8763 broke the plv8 build because it upgraded the v8_6_x expression everywhere to the 6.9 branch, which came with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at this time. This keeps a copy of the plv8_6_x expression inside the same directory as the other v8 versions (so patches, etc are easy to apply), but it is not exposed to the top-level of all-packages.nix. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04pythonPackages.sslib: init at 0.2.0 (#47985)Jonathan Queiroz1-0/+22
2018-11-04xapian: 1.4.8 -> 1.4.9Will Dietz1-1/+1
https://xapian.org/docs/xapian-core-1.4.9/NEWS
2018-11-04pythonPackages.python-gitlab: init at 1.6.0nyanloutre1-0/+22
2018-11-04pythonPackages.httmock: init at 1.2.6nyanloutre1-0/+22
2018-11-04Merge pull request #49411 from timor/libmtp-1.1.16Renaud1-2/+2
libmtp: 1.1.15 -> 1.1.16
2018-11-04openjpeg: adding patch for CVE-2018-7648Timon Stampfli1-0/+8
(cherry picked from commit 3dc0838450ad5ec8c25adcd1c7bfe3b8b630b7e5) Forward-picking from staging-next. The CVE is marked as critical, and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
2018-11-04bazel-deps: 2018-08-16 -> 2018-11-01Uri Baghin1-4/+5
2018-11-03krb5: don't pull in keyutils with bionicMatthew Bauer1-1/+1
keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
2018-11-03grpc: only set -Wno-error on clangMatthew Bauer1-1/+1
Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/
2018-11-03Merge pull request #49653 from peti/drop-old-ghc-versionsPeter Simons18-2346/+0
drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
2018-11-03x11basic: init at 1.26Edward Tjörnhammar1-0/+48
2018-11-03yoda: 1.7.1 -> 1.7.3 (#49654)Dmitry Kalinkin1-3/+3
2018-11-03Merge pull request #49656 from siddharthist/follyRenaud1-12/+15
folly: 2018.08.27.00 -> 2018.10.29.00
2018-11-03Merge pull request #48082 from sengaya/ansible-2.7Renaud1-0/+4
ansible: Update to latest supported releases
2018-11-03pythonPackages.fastpbkdf2: init at 0.2 (#47988)Jonathan Queiroz1-0/+26
2018-11-03Merge pull request #49645 from peterhoeg/p/broadlinkRobert Schütz1-0/+28
pythonPackages.broadlink: init at 0.9
2018-11-03python.pkgs.bsddb3: enable python3 and testsFrederik Rietdijk1-3/+4