summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* titaniumenv: add 7.1 SDK and make it the defaultSander van der Burg2018-03-20
|
* Merge pull request #37373 from clefru/cxxstdlib-fixJohn Ericson2018-03-20
|\ | | | | Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty.
| * Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might ↵Clemens Fruhwirth2018-03-19
| | | | | | | | not be empty.
* | haskell-getopt-generics: override to latest version for ghc-8.4.xPeter Simons2018-03-20
| |
* | haskell-src: drop obsolete override for ghc 8.4.xPeter Simons2018-03-20
| |
* | haskell-conduit: drop obsolete override for ghc 8.4.xPeter Simons2018-03-20
| |
* | haskell-blaze-builder: drop obsolete override for ghc 8.4.xPeter Simons2018-03-20
| |
* | haskell-SHA: the new version has fixed the test suite failurePeter Simons2018-03-20
| |
* | haskell-th-printf: drop obsolete override for ghc 8.4.xPeter Simons2018-03-20
| |
* | haskell-matrix: the new version has fixed the test suite failurePeter Simons2018-03-20
| |
* | LTS Haskell 11.1Peter Simons2018-03-20
| | | | | | | | | | This update was generated by hackage2nix v2.9.1-1-g63041e4 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/6aec0b311cc2d5685d1d55c277148c9bfe1580da.
* | jsonnet: 0.9.5 -> 0.10.0 (#37455)Ryan Mulligan2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` got 0 exit code - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` got 0 exit code - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -v` and found version 0.10.0 - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --version` and found version 0.10.0 - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` and found version 0.10.0 - ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` and found version 0.10.0 - found 0.10.0 with grep in /nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0 - directory tree listing: https://gist.github.com/9a4279146abdaa645fdcd5481889e783
* | Merge pull request #36869 from bkchr/kde_applications_17_12_3Thomas Tuegel2018-03-20
|\ \ | | | | | | kde-applications: 17.12.2 -> 17.12.3
| * | kde-applications: 17.12.2 -> 17.12.3Bastian Köcher2018-03-12
| | |
* | | emscripten: use matching binaryen version (#37427)Alastair Pharo2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the emscripten package so that it specifies the rev from the binaryen repo to use, and sets it to always use the version that has been tagged for use with that version of emscripten. This should force future updates of emscripten to also update binaryen. Binaryen can also be installed as a stand-alone package, so there's some logic added to the binaryen package to allow building in both ways, and distinguishing between them.
* | | Merge pull request #37447 from dtzWill/fix/python-musl-thread-stacksizeWill Dietz2018-03-20
|\ \ \ | | | | | | | | python*: set thread stack size on musl
| * | | python*: set thread stack size on muslWill Dietz2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure recursion limit is reached before stack overflow. Python does this for OSX and BSD: https://github.com/python/cpython/blob/13ff24582c99dfb439b1af7295b401415e7eb05b/Python/thread_pthread.h#L22 Size of 1MB chosen to match value in Alpine: https://git.alpinelinux.org/cgit/aports/commit/main/python2/APKBUILD?id=2f35283fec8ec451fe5fb477dd32ffdcc0776e89 Manual testing via Alpine's test-stacksize.py crashes on these previously, and works with these changes.
* | | | scala: 2.12.4 -> 2.12.5Tim Steinbach2018-03-20
| | | |
* | | | Merge pull request #36868 from bkchr/kde_frameworks_5_44Thomas Tuegel2018-03-20
|\ \ \ \ | |/ / / |/| | | kde-frameworks: 5.43 -> 5.44
| * | | kde-frameworks: 5.43 -> 5.44Bastian Köcher2018-03-13
| | | |
* | | | zstd: Fix install name on macOSEelco Dolstra2018-03-20
| | | | | | | | | | | | | | | | It had an install name '/usr/local/lib/libzstd.1.dylib'.
* | | | haskell-configuration-common: disable some tests depending on tasty-hunit-0.9Jan Tojnar2018-03-20
| | | |
* | | | Merge pull request #37400 from teto/neovim_pythonRobert Schütz2018-03-20
|\ \ \ \ | | | | | | | | | | neovim-python: 0.2.3 -> 0.2.4
| * | | | pythonPackages.neovim: 0.2.3 -> 0.2.4Matthieu Coudron2018-03-20
| | | | | | | | | | | | | | | | | | | | required to work with latest deoplete for instance
* | | | | enlightenment: 0.22.1 -> 0.22.2José Romildo Malaquias2018-03-20
| | | | |
* | | | | Merge pull request #37412 from volth/varnish456Jörg Thalheim2018-03-20
|\ \ \ \ \ | | | | | | | | | | | | varnish4: init at 4.1.9; varnish6: init at 6.0.0
| * | | | | varnish4: init at 4.1.9; varnish6: init at 6.0.0volth2018-03-20
| | | | | |
* | | | | | Merge pull request #37408 from ryantm/auto-update/bash-completionPeter Simons2018-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | bash-completion: 2.7 -> 2.8
| * | | | | | bash-completion: 2.7 -> 2.8Ryan Mulligan2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.8 with grep in /nix/store/svgfjl0v59ff90l6h2gzbsplhbk3aqhp-bash-completion-2.8 - directory tree listing: https://gist.github.com/23a9bb8eddc5667ef5a94d69ea7ab340
* | | | | | | hologram: 2017-01-30 -> 2018-03-19Joel Thompson2018-03-20
| | | | | | |
* | | | | | | riemann-c-client: 1.9.1 -> 1.10.2Jörg Thalheim2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also fix compilation, found while reviewing #37412
* | | | | | | Merge pull request #37358 from brainrape/idrisPackages-updateJörg Thalheim2018-03-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | idrisPackages: add packages
| * | | | | | idrisPackages: add packagesMárton Boros2018-03-20
| | | | | | |
* | | | | | | elisa: init at 0.0.20180320Peter Hoeg2018-03-20
| | | | | | |
* | | | | | | linux-copperhead: 4.15.10.a -> 4.15.11.aTim Steinbach2018-03-19
| | | | | | |
* | | | | | | Merge pull request #37399 from obsidiansystems/release-lib-typoJohn Ericson2018-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lib: Messed up `or` operator precedence
| * | | | | | | lib: Messed up `or` operator precedenceJohn Ericson2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github broke oddly on my previous PR, so I tested and merged by hand. Otherwise ofborg would have caught this.
* | | | | | | | Merge pull request #37397 from obsidiansystems/nixpkgsJohn Ericson2018-03-19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix-cross-jobsJohn Ericson2018-03-19
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | release-lib: Filter supportedSystems with `meta.platforms`-style patternsJohn Ericson2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of intersecting system strings, we filter with the sort of patterns used in `meta.platforms`. Indicating this change `forTheseSystems` has been renamed to `forMatchingSystems`, since the given list is now patterns to match, and not the systems themselves. [Just as with `meta.platforms`, systems strings are also supported for backwards compatibility.] This is more flexible, and makes the `forMatchingSystems` and packagePlatforms` cases more analogous.
* | | | | | | | | aws-sdk-cpp: 1.4.10 -> 1.4.15Will Dietz2018-03-19
| | | | | | | | |
* | | | | | | | | armTrustedFirmware: Remove targetPlatforms like was done in U-BootTuomas Tynkkynen2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should also fix Hydra attempting to build this stuff on x86, like https://hydra.nixos.org/build/71533289
* | | | | | | | | Merge pull request #37385 from coreyoconnor/google-drive-ocamlfuse-updateJörg Thalheim2018-03-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | google-drive-ocamlfuse and gapi-ocaml update
| * | | | | | | | | google-drive-ocamlfuse: 0.6.21 -> 0.6.25.Corey O'Connor2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change to use jbuilder for build per upstream instructions. In this case, the build needs to be driven by jbuilder but opam still needs to be in PATH.
| * | | | | | | | | gapi-ocaml: 0.3.4 -> 0.3.6. Also change to use opam/jbuilder for build.Corey O'Connor2018-03-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #37394 from jlesquembre/kittyJörg Thalheim2018-03-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kitty: 0.8.0 -> 0.8.2
| * | | | | | | | | | kitty: 0.8.0 -> 0.8.2José Luis Lafuente2018-03-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #37395 from obsidiansystems/lib-meta-platformJohn Ericson2018-03-19
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | lib: Factor in tiny bit of `meta.platform` checking
| * | | | | | | | | | lib: Factor in tiny bit of `meta.platform` checkingJohn Ericson2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need it in stdenv and release-lib, so that seems motivation enough.
* | | | | | | | | | | tdesktopPackages.preview: init at 1.2.12Michael Weiss2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start tracking the pre-releases. I'll have to refactor/improve the patching soon.