summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Merge pull request #49060 from Tomahna/mopidy-irisJörg Thalheim2018-10-25
|\ | | | | mopidy-iris: 3.27.1 -> 3.28.1
| * mopidy-iris: 3.27.1 -> 3.28.1Kevin Rauscher2018-10-24
| |
* | Merge pull request #49103 from DerTim1/update-elixirJörg Thalheim2018-10-25
|\ \ | | | | | | elixir: 1.7.3 -> 1.7.4
| * | elixir: 1.7.3 -> 1.7.4Tim Digel2018-10-25
| | |
* | | Merge pull request #49057 from r-ryantm/auto-update/python3.6-ChameleonJörg Thalheim2018-10-25
|\ \ \ | | | | | | | | python36Packages.chameleon: 2.25 -> 3.5
| * | | python36Packages.chameleon: 2.25 -> 3.5R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-chameleon/versions
* | | | Merge pull request #48982 from r-ryantm/auto-update/python3.6-neovim-remoteJörg Thalheim2018-10-25
|\ \ \ \ | | | | | | | | | | neovim-remote: 2.0.5 -> 2.1.0
| * | | | neovim-remote: 2.0.5 -> 2.1.0R. RyanTM2018-10-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-neovim-remote/versions
* | | | Merge pull request #49063 from r-ryantm/auto-update/python3.6-adalJörg Thalheim2018-10-25
|\ \ \ \ | | | | | | | | | | python36Packages.adal: 1.0.2 -> 1.2.0
| * | | | python36Packages.adal: 1.0.2 -> 1.2.0R. RyanTM2018-10-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-adal/versions
* | | | Merge pull request #49086 from dtzWill/update/zsh-completionsJörg Thalheim2018-10-25
|\ \ \ \ | | | | | | | | | | zsh-completions: 0.28.0 -> 0.29.0
| * | | | zsh-completions: 0.28.0 -> 0.29.0Will Dietz2018-10-24
| | | | |
* | | | | weechat: 2.2 -> 2.3Alyssa Ross2018-10-25
| |_|/ / |/| | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/48798.
* | | | Merge pull request #42371 from Mic92/nix-breakpointsJörg Thalheim2018-10-25
|\ \ \ \ | | | | | | | | | | breakpointHook: add for debugging failing builds
| * | | | breakpointHook: add for debugging failing buildsJörg Thalheim2018-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usuage: Add breakpointHook to your `buildInputs` like this: stdenv.mkDerivation rec { # ... buildInputs = [ breakpointHook ]; }); When the build fails as show in this example: pkgs.hello.overrideAttrs (old: { buildInputs = [ breakpointHook ]; postPatch = '' false ''; }); It will halt execution printing the following message: build failed in patchPhase with exit code 1 To attach to this build run the following command as root: cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10 Installing cntr and running the command will provide shell access to the build sandbox of failed build: sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10 WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000 [nixbld@localhost:/var/lib/cntr]$ At /var/lib/cntr the sandbox filesystem is mounted. All commands and files of the system are still accessible within the shell. To execute commands from the sandbox use the `cntr exec` subcommand.
| * | | | cntr: init at 1.2.0Jörg Thalheim2018-10-25
| | | | |
* | | | | cabal2nix: fix build with ghc 8.4.xPeter Simons2018-10-25
| | | | |
* | | | | haskell-lucid: drop obsolete overridePeter Simons2018-10-25
| | | | |
* | | | | haskell-pandoc-types: drop obsolete overridePeter Simons2018-10-25
| | | | |
* | | | | haskell-yesod-core: drop obsolete overridePeter Simons2018-10-25
| | | | |
* | | | | stack: fix the ghc 8.4.x buildPeter Simons2018-10-25
| | | | |
* | | | | all-cabal-hashes: update snapshot to Hackage at 2018-10-22T08:31:54ZPeter Simons2018-10-25
| | | | |
* | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/5124fd5742add6fe8bcbe6434202cd322c3483c6.
* | | | | LTS Haskell 12.14Peter Simons2018-10-25
| | | | |
* | | | | Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0"Timo Kaufmann2018-10-25
| | | | |
* | | | | Merge pull request #49068 from worldofpeace/antibody/4.0.0Vladyslav M2018-10-25
|\ \ \ \ \ | | | | | | | | | | | | antibody: 3.7.0 -> 4.0.0
| * | | | | antibody: 3.7.0 -> 4.0.0worldofpeace2018-10-24
| | | | | |
* | | | | | Merge pull request #49091 from vbgl/ocaml-vg-0.9.1Sarah Brofeldt2018-10-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | ocamlPackages.vg: 0.9.0 -> 0.9.1
| * | | | | | ocamlPackages.vg: 0.9.0 -> 0.9.1Vincent Laporte2018-10-25
| | | | | | |
* | | | | | | Merge pull request #49088 from peterhoeg/u/mqttSarah Brofeldt2018-10-25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | mosquitto: 1.4.15 -> 1.5.3
| * | | | | | mosquitto: 1.4.15 -> 1.5.3Peter Hoeg2018-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use cmake on all platforms instead of only macos.
* | | | | | | Merge pull request #48862 from andir/firefoxAndreas Rammhold2018-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | firefox{,bin}: 62.0.3 -> 63.0 & nss: 3.38-> 3.39
| * | | | | | | firefox-bin: 62.0.3 -> 63.0Andreas Rammhold2018-10-23
| | | | | | | |
| * | | | | | | firefox: 62.0.3 -> 63.0Andreas Rammhold2018-10-23
| | | | | | | |
| * | | | | | | nss: 3.38 -> 3.39Andreas Rammhold2018-10-23
| | |/ / / / / | |/| | | | |
* | | | | | | or-tools: new package (v6.9.1)Mateusz Kowalczyk2018-10-25
| | | | | | |
* | | | | | | Merge pull request #49073 from urkud/kile-2.9.92Timo Kaufmann2018-10-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kile: 2017-02-09 -> 2.9.92
| * | | | | | | kile: 2017-02-09 -> 2.9.92Yury G. Kudryashov2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to use an old git snapshot, since upstream has a proper beta version.
* | | | | | | | ghc: fix typo in 8.6.1 compiler nameGuillaume Bouchard2018-10-24
| | | | | | | |
* | | | | | | | Merge pull request #48865 from r-ryantm/auto-update/urhmarkuskowa2018-10-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | urh: 2.3.0 -> 2.4.0
| * | | | | | | | urh: 2.3.0 -> 2.4.0R. RyanTM2018-10-23
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urh/versions
* | | | | | | | python36Packages.mypy: 0.630 -> 0.641R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-mypy/versions
* | | | | | | | python36Packages.django_environ: 0.4.0 -> 0.4.4R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-django-environ/versions
* | | | | | | | python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-flask-oauthlib/versions
* | | | | | | | python36Packages.celery: 4.2.0 -> 4.2.1R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-celery/versions
* | | | | | | | Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6Renaud2018-10-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
| * | | | | | | | rng-tools: Rename attribute rng_tools -> rng-toolsDaniel Schaefer2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comply with naming guidelines
| * | | | | | | | jitterentropy: init at 2.1.2Daniel Schaefer2018-10-23
| | | | | | | | |
| * | | | | | | | rng-tools: 5 -> 6.6Daniel Schaefer2018-10-23
| | | | | | | | |
* | | | | | | | | python36Packages.IBMQuantumExperience: 2.0.3 -> 2.0.4R. RyanTM2018-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-ibmquantumexperience/versions