summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Merge pull request #43276 from dotlambda/fix-flexgetFrederik Rietdijk2018-07-10
|\ | | | | Fix flexget
| * pythonPackages.guessit_2_0: removeRobert Schütz2018-07-10
| |
* | gst_all_1.gst-plugins-bad: add more plug-insJan Tojnar2018-07-10
| |
* | Merge pull request #42923 from Gabriel439/gabriel/readDirectoryRobert Hensing2018-07-10
|\ \ | | | | | | Add `pkgs.haskell.lib.packagesFromDirectory` utility
| * | Fix type signatureGabriel Gonzalez2018-07-07
| | |
| * | pkgs.haskell.lib.packagesFromDirectory: forward compatibilityRobert Hensing2018-07-06
| | | | | | | | | | | | Add `...` for less painful downgrades in the future
| * | Rename `readDirectory` to `packagesFromDirectory`Gabriel Gonzalez2018-07-04
| | | | | | | | | | | | ... as suggested by @roberth
| * | Change `readDirectory` to accept an attribute setGabriel Gonzalez2018-07-03
| | | | | | | | | | | | ... as suggested by @roberth
| * | Add `pkgs.haskell.lib.readDirectory` utilityGabriel Gonzalez2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a `readDirectory` utility that can be used to "slurp" a directory full of `cabal2nix`-generated files and transform them into a Haskell package override set. The main use of this is so that users don't have to write: ``` { overrides = self: super: { foo = self.callPackage ./path/to/foo.nix { }; bar = self.callPackage ./path/to/bar.nix { }; ... }; } ``` Instead, they can write: ``` { overrides = pkgs.haskell.lib.readDirectory ./path/to; } ``` This is a an alternative to `packageSourceOverrides` which primarily addresses the following use cases: * The desired package is not yet available in `all-cabal-hashes` (perhaps the user is pinned to an older revision of `nixpkgs`) * The default `cabal2nix` invocation used by `packageSourceOverrides` does not use the desired `cabal2nix` flags * The user wants to avoid the use of import-from-derivation
* | | Merge pull request #43261 from vbgl/ocaml-iri-0.4.0Pascal Wittmann2018-07-10
|\ \ \ | | | | | | | | ocamlPackages.iri: init at 0.4.0
| * | | ocamlPackages.iri: init at 0.4.0Vincent Laporte2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | iri is an OCaml implementation of Internationalized Resource Identifiers (IRIs). Homepage: https://framagit.org/zoggy/ocaml-iri
| * | | ocamlPackages.ppx_tools_versioned: remove spurious dependency to camlp4Vincent Laporte2018-07-09
| | | |
* | | | Merge pull request #43230 from timokau/gf2x-1.2Michael Raskin2018-07-10
|\ \ \ \ | | | | | | | | | | gf2x: 1.1 -> 1.2
| * | | | gf2x: 1.1 -> 1.2Timo Kaufmann2018-07-08
| | | | |
* | | | | bazel-deps: init at 2018-05-31 (#43018)Uri Baghin2018-07-09
| | | | |
* | | | | Merge pull request #43264 from obsidiansystems/splice-moreJohn Ericson2018-07-09
|\ \ \ \ \ | | | | | | | | | | | | haskell infra: Use splicing like normal `callPackage`
| * | | | | haskell infra: Fix built-time overridesJohn Ericson2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | These should all come from `buildHaskellPackages`
| * | | | | Haskell infra: Do callPackage splicingJohn Ericson2018-07-09
| | |/ / / | |/| | |
* | | | | Merge pull request #43256 from matthewbauer/xcbuild-refactorMatthew Bauer2018-07-09
|\ \ \ \ \ | | | | | | | | | | | | xcbuild refactor
| * | | | | xcbuild: move setup hook to xcbuildHookMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not every package that needs xcbuild will want to use its build phase. I have moved the xcbuild setup hook to the new attribute xcbuildHook. This means that dontUseXcbuild is no longer needed. If you just need to call xcbuild on its own you can just refer to xcbuild.
| * | | | | xcbuild: refactorMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reworks some of xcbuild logic to make it more compatible with Apple’s SDK. - Add a fake version of xcrun & xcode-select - Cleanup platform generation. Clang does not like having 20 char hashes in sysroot so it is much easier to just build the parent directory for each runCommand. This is a little awkward but I have renamed everything with an added ‘s’ to make the distinction more clear. - Cleaned up wrapper.nix in some different ways - Reuse some versioning logic so that we don’t end up with two different versions of Xcode or SDK reported.
* | | | | | Merge pull request #42894 from LnL7/darwin-python37Daiderd Jordan2018-07-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | python37: fix darwin build
| * | | | | | python37: fix darwin buildDaiderd Jordan2018-07-09
| | | | | | |
* | | | | | | spidermonkey_52: 52.8.1 -> 52.9.0 (#42957)R. RyanTM2018-07-09
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spidermonkey/versions. These checks were done: - built on NixOS - /nix/store/sxcxd6f05aqpiw7jgrpyi8qmgxjy2r4x-spidermonkey-52.9.0/bin/js52 passed the binary check. - /nix/store/sxcxd6f05aqpiw7jgrpyi8qmgxjy2r4x-spidermonkey-52.9.0/bin/js52-config passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 52.9.0 with grep in /nix/store/sxcxd6f05aqpiw7jgrpyi8qmgxjy2r4x-spidermonkey-52.9.0 - directory tree listing: https://gist.github.com/6e6d8bcfc14e1e59028ad1397d75fce1 - du listing: https://gist.github.com/f69575b0d92d2b3ffec1c4dda0afa0e6
* | | | | | haskell generic-builder: Make test and benchmark tool depends ↵John Ericson2018-07-09
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `nativeBuildInputs` This was reverted in 6e07a3a19a56b27446fb78b3213ea1d6534d1c99 with the other commits in the PR, as the number of overrides added in that PR was deemed excessive. But this commit adds no overrides, and is valuable on its own, so I am adding it back. (cherry picked from commit 359e0ce4bb084a07a39fa369a0121a2f997548a3)
* | | | | vim-vint: 0.3.18 -> 0.3.19 (#43152)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vim-vint/versions. Version release notes (from GitHub): # Change Log This is a release before merging #275. After #275 merged, we probably face the many problems, so we should publish it at the next release. [diff](https://github.com/Kuniwak/vint/compare/aa0648cf1272c47ec808fc92737849f082fb53e9...6422c268c190dee6657cc57f57ee19268bd04849) ## New features - Initial support for stdin (#240) ## Bugfixes - Disable ProhibitImplicitScopeVariable (#273) - Suppress warnings caused by map([], ' "x" ') (#259) - Fix linting autocmd (#260) - Fix acceptance tests (#262) ## Documentation - Link to default config (#270) - Fix a broken code block for example (#276) ## Performance Improvements - Optimize ProhibitUnusedVariable (#269) - Optimize get_asset_path (#268) - Optimize ConfigProjectSource (#267) These checks were done: - built on NixOS - /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19/bin/.vint-wrapped passed the binary check. - /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19/bin/vint passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 0.3.19 with grep in /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19 - directory tree listing: https://gist.github.com/9f3ec9fa4587a10f4c05cb1d043d96c6 - du listing: https://gist.github.com/bb1c02d3f65c3b7acb80f77938706b7c
* | | | | libsForQt5.mlt: 6.8.0 -> 6.10.0 (#42976)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mlt/versions. Version release notes (from GitHub): This version fixes bugs and supports serializing animation keyframes with a specified time format (previously only frame number). **Framework** * Reverted mlt_pool change in v6.8.0 pending further testing. (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults to 1.) * Fixed crash regression in v6.8.0 "parsing non-animated string as an animation." * Added pointer checks to mlt_animation. * Changed producer cache size heuristic in mlt_multitrack to be more liberal. * Fixed handling reserved characters in names for YAML in mlt_properties. * Added clamping to prevent computing negative in and out points to mlt_producer. * Added functions to serialize animation with a time format: - mlt_animation_serialize_cut_tf() - mlt_animation_serialize_tf() - mlt_property_get_string_tf() - mlt_property_get_string_l_tf() - mlt_properties_get_value_tf() - Mlt::Properties::get(int, mlt_time_format) - Mlt::Animation::serialize_cut(mlt_time_format, int, int) * Added functions to clear a property to mlt_properties: - mlt_property_clear() - mlt_properties_clear() - Mlt::Properties::clear() **Modules** * Fixed enabling sliced pix_fmt conversion in avformat producer. * Fixed incorrect seek and sync on audio files with discard packets. * Added support for avcodec_send_frame() API to avformat consumer. * Fixed compile errors with Libav master. * Fixed a crash in affine transition. * Fixed a crash in ladspa filters when consumer frame rate is low (e.g. <= 8). * Fixed a crash in boxblur filter. * Added animation support to boxblur hori and vert properties. * Fixed a crash in movit.convert. * Fixed incorrect alpha in affine transition blending routine. * Converted frei0r from deprecated mlt_geometry to mlt_animation API. * Fixed tilde in text string for pango producer. * Fixed using more than one channelcopy filter. * Fixed the mono filter reducing volume level. * Fixed degraded audio scrubbing in sdl2_audio consumer. * Converted dynamictext filter to use affine transition for more correct alpha compositing and sub-pixel positioning. * Added time format support for animation keyframes to the xml consumer. * Added animation support to more affine transition properties: - fix_rotate_x - fix_rotate_y - fix_rotate_z - fix_shear_x - fix_shear_y - fix_shear_z - ox - oy - scale_x - scale_y * Fixed gaps in text when characters overlap in qtext and kdenlive producers. * Fixed a crash in pixbuf producer with multiple render threads. * Converted the oldfilm vignette filter from mlt_geometry to mlt_animation. **Other** * Numerous updates to mlt-xml.dtd. * Categorized many of the encode presets (using meta.preset.name). These checks were done: - built on NixOS - /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/melt passed the binary check. - /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/.melt-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 6.10.0 with grep in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0 - directory tree listing: https://gist.github.com/5b163c9c1aa200eba8db3bde8c8b09b1 - du listing: https://gist.github.com/ddb0aac5012b87f121601378fca1f0bd
* | | | | kcgi: 0.10.6 -> 0.10.7 (#43000)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kcgi/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/sl5jhxlixmz36c2fqzdhd5az8wnhmx2n-kcgi-0.10.7/bin/kfcgi had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/06d87d498d359996e0d7b408ba2265d2 - du listing: https://gist.github.com/4636af5ca6c5f9b15b55b27e0705b167
* | | | | Merge pull request #43220 from peterhoeg/u/qtoxPeter Hoeg2018-07-09
|\ \ \ \ \ | | | | | | | | | | | | qtox: 1.15.0 -> 1.16.1
| * | | | | libtoxcore: 0.2.2 -> 0.2.3Peter Hoeg2018-07-08
| | | | | |
* | | | | | botan: 2.6.0 -> 2.7.0 (#43223)leenaars2018-07-09
| | | | | |
* | | | | | Merge branch 'master' of git://github.com/NixOS/nixpkgsEelco Dolstra2018-07-09
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #43247 from worldofpeace/solargraph-0.23.3adisbladis2018-07-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | solargraph: 0.22.0 -> 0.23.3
| | * | | | | | solargraph: 0.22.0 -> 0.23.3worldofpeace2018-07-09
| | | | | | | |
* | | | | | | | rustc: Disable tests for nowEelco Dolstra2018-07-09
| | | | | | | |
* | | | | | | | Merge branch 'rustc' of https://github.com/Mic92/nixpkgsEelco Dolstra2018-07-09
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | rustc: 1.26.2 -> 1.27.0Jörg Thalheim2018-06-21
| | | | | | | |
* | | | | | | | libivykis: 0.42.1 -> 0.42.2 (#42991)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libivykis/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.42.2 with grep in /nix/store/mpzbl2ic44k0zb14i6vh1jnfgjw991fm-libivykis-0.42.2 - directory tree listing: https://gist.github.com/e262298d600bcbe234280fd968536833 - du listing: https://gist.github.com/b1a6d5fe802c7441fc1f194f04f6b1b5
* | | | | | | | libtomcrypt: 1.18.1 -> 1.18.2 (#42993)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libtomcrypt/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 1.18.2 with grep in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2 - directory tree listing: https://gist.github.com/790645636784c7dcaaf758a811a9cde4 - du listing: https://gist.github.com/b4577fa288333b9d817d01858d90947d
* | | | | | | | libskk: 1.0.3 -> 1.0.4 (#42997)R. RyanTM2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libskk/versions. Version release notes (from GitHub): * Don't consume key release events [#52] * Improve hankaku katakana conversion [#51] * Use the same typing rule in dict-edit mode [#50] * Add `abort-to-latin` and `abort-to-latin-unhandled` command [#48] * Add more z-* shortcuts from DDSKK * Fix memory leak caused by Vala array conversion * Bump build requirements (glib >= 2.36, valadoc >= 0.40) These checks were done: - built on NixOS - /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4/bin/skk passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.0.4 with grep in /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4 - directory tree listing: https://gist.github.com/5b1ab808d49b2ef79a30b2188305f5e4 - du listing: https://gist.github.com/3dc4ba1b5b8124a3ac41c17b89fb5260
* | | | | | | | Merge pull request #42861 from Infinisil/fix/idris-forksSilvan Mosberger2018-07-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Idris packages clean ups and updates
| * | | | | | | | build-idris-package: includePreludeBase -> noPrelude, noBaseSilvan Mosberger2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resembles idris --noprelude and --nobasepkgs arguments
| * | | | | | | | idrisPackages.semidirect: 2018-02-06 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.eternal: 2018-01-25 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.derive: 2018-02-15 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.categories: 2017-03-01 -> 2018-07-02, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.tparsec: 2017-12-12 -> 2018-06-26, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.setoids: 2017-03-13 -> 2018-06-18, fix buildSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.{sdl,sdl2}: Mark as brokenSilvan Mosberger2018-07-02
| | | | | | | | |
| * | | | | | | | idrisPackages.descncrunch: Mark as brokenSilvan Mosberger2018-07-02
| | | | | | | | |