summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* haskellPackages: jailbreak terminal-progress-barMichael Alan Dorman2016-10-18
|
* haskell-stack: fix buildPeter Simons2016-10-18
|
* git-annex: enable test suite againPeter Simons2016-10-18
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2016-10-18
| | | | | This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/19c7074b559df30ba334ceba2cc5a51ab0602e21.
* Update to LTS Haskell 7.4Peter Simons2016-10-18
|
* php70: 7.0.11 -> 7.0.12Franz Pletz2016-10-18
| | | | | | Fixes some security vulnerabilities: https://secure.php.net/ChangeLog-7.php#7.0.12
* php56: 5.6.26 -> 5.6.27Franz Pletz2016-10-18
| | | | | | Fixes some security vulnerabilities: https://secure.php.net/ChangeLog-5.php#5.6.27
* Merge pull request #19621 from peterhoeg/peruseThomas Tuegel2016-10-17
|\ | | | | peruse: init at 1.1
| * peruse: init at 1.1Peter Hoeg2016-10-17
| | | | | | | | Includes kirigami at 1.1.0
* | ammonite-repl: init at 0.7.8Tim Steinbach2016-10-16
| |
* | hound: fixup metaGraham Christensen2016-10-16
| |
* | ihaskell: partial fix, mark as brokenAristid Breitkreuz2016-10-16
| |
* | Merge pull request #19498 from grahamc/houndGraham Christensen2016-10-15
|\ \ | | | | | | Initialize Hound package / module
| * | hound: init at 20160919Graham Christensen2016-10-15
| | |
* | | ocamlPackages.js_of_ocaml: link to ppx_derivingVincent Laporte2016-10-15
| | |
* | | ocamlPackages.safepass: 1.3 -> 2.0Vincent Laporte2016-10-15
| | |
* | | buildNodePackage: remove trailing spacesNikolay Amiantov2016-10-15
| | |
* | | buildNodePackage: fix strippedName usageNikolay Amiantov2016-10-15
|/ /
* | flow: 0.32.0 -> 0.33.0Fatih Altinok2016-10-15
| |
* | coreclr: 8c70800 -> 1.0.4obadz2016-10-15
| |
* | Merge pull request #19557 from wizeman/u/upd-mypyJörg Thalheim2016-10-15
|\ \ | | | | | | mypy-lang: 0.4.3 -> 0.4.5
| * | mypy-lang: 0.4.3 -> 0.4.5Ricardo M. Correia2016-10-14
| | |
* | | talloc: fix on darwinDan Peebles2016-10-14
| | |
* | | pakcs: add kkallio as maintainerAlex Ivanov2016-10-15
| | |
* | | Merge pull request #19402 from ryanartecona/vagrant/darwin-supportDaiderd Jordan2016-10-15
|\ \ \ | |/ / |/| | vagrant: add darwin support
| * | vagrant: add darwin supportRyan Artecona2016-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vagrant on macOS is distributed as a .dmg installer. Luckily, the internal contents of that archive resemble that of the .deb we use for linux. In fact, the similarity is enough that if we move its `embedded` directory to `opt/vagrant/embedded` and its `bin` to `usr/bin` (and back again after installation), the derivation's installPhase (which replaces embedded libs & binaries with those from the package's inputs) can remain exactly the same between macOS and linux.
* | | fixes bundlerEnv callszimbatm2016-10-14
| | |
* | | ocaml-react: fix hashRicardo M. Correia2016-10-14
| | | | | | | | | | | | The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't.
* | | Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjsPeter Simons2016-10-14
|\ \ \ | | | | | | | | cereal: fix build on ghcjs
| * | | cereal: fix build on ghcjsBas van Dijk2016-10-14
| | | |
* | | | Revert "openssl, curl, git: Respect $NIX_SSL_CERT_FILE"Eelco Dolstra2016-10-14
| | | | | | | | | | | | | | | | | | | | This reverts commit 942dbf89c6120cb5b52fb2ab456855d1fbf2994e. Sorry, this was supposed to go to staging instead of master...
* | | | Merge pull request #19180 from zimbatm/bundler-env-binszimbatm2016-10-14
|\ \ \ \ | | | | | | | | | | Bundler env bins
| * | | | travis: simplifyzimbatm2016-10-08
| | | | |
| * | | | bundlerEnv: refactorzimbatm2016-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `pname` attribute: if passed, the derivation name defaults to the gem name + version and only expose the gem's bin. Add `gemdir` attribute: gives a default lookup path for the Gemfile, Gemfile.lock and gemset.nix. Set the `meta.platforms' to `ruby.meta.platforms' by default.
* | | | | openssl, curl, git: Respect $NIX_SSL_CERT_FILEEelco Dolstra2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $NIX_SSL_CERT_FILE overrides $SSL_CERT_FILE, which in turn overrides the default CA path (/etc/ssl/certs/ca-certificates.crt). This allows Nix to set a CA path without interfering with other packages (such as Homebrew). See https://github.com/NixOS/nix/issues/921.
* | | | | Merge staging without python splitting for nowVladimír Čunát2016-10-14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | The split needs more time to finish rebuilding, but the rest seems OK and there are security fixes.
| * | | | | gvfs: fix build after update in 0809aeb47fVladimír Čunát2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 56a49e6cdaebeaf793cc53ae47031b7e1b40947b)
| * | | | | Revert "gtkmm: fix build error by patching missing operator"Vladimír Čunát2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7defda8356cc6444be2d40ff085dfee421a51a97. It breaks the package after update 61c467937b; (cherry picked from commit 72e013575239df40b3d16e23940fb48dcdc11dfb)
| * | | | | Merge branch 'master' into stagingVladimír Čunát2016-10-13
| |\ \ \ \ \
| * | | | | | libdrm: 2.4.70 -> 2.4.71Vladimír Čunát2016-10-11
| | | | | | |
| * | | | | | gvfs: 1.22.4 -> 1.30.1Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use libgnome-keyring from gnome package set From #19081.
| * | | | | | gdk-pixbuf: 2.34 -> 2.36Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | pangomm: 2.40.0 -> 2.40.1Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | gtkmm_2: 2.24.4 -> 2.24.5Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | clutter-gtk: 1.8.0 -> 1.8.2Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | clutter-gst: 3.0.18 -> 3.0.20Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | libsoup: 2.54.1 -> 2.56.0Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From #19081.
| * | | | | | fontconfig: 2.11.1 -> 2.12.1Alexander Ried2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #19302.
| * | | | | | Merge remote-tracking branch 'origin/master' into stagingFranz Pletz2016-10-11
| |\ \ \ \ \ \
| * | | | | | | glib: 2.50.0 -> 2.50.1Alexander Ried2016-10-11
| | | | | | | |