Commit graph

138653 commits

Author SHA1 Message Date
Raphael Borun Das Gupta 78dbe69543 libosmium: init at 2.14.2 2018-11-03 00:36:28 +01:00
Raphael Borun Das Gupta 95a1054a48 protozero: init at 1.6.3 2018-11-02 19:27:38 +01:00
Jörg Thalheim cf23305cd6
Merge pull request #49060 from Tomahna/mopidy-iris
mopidy-iris: 3.27.1 -> 3.28.1
2018-10-25 15:41:44 +01:00
Jörg Thalheim 62feeed1a5
Merge pull request #49103 from DerTim1/update-elixir
elixir: 1.7.3 -> 1.7.4
2018-10-25 15:08:09 +01:00
Jörg Thalheim e73db6182f
Merge pull request #49057 from r-ryantm/auto-update/python3.6-Chameleon
python36Packages.chameleon: 2.25 -> 3.5
2018-10-25 15:07:23 +01:00
Jörg Thalheim ee848b7dcd
Merge pull request #48982 from r-ryantm/auto-update/python3.6-neovim-remote
neovim-remote: 2.0.5 -> 2.1.0
2018-10-25 15:06:38 +01:00
Jörg Thalheim e6ea928539
Merge pull request #49063 from r-ryantm/auto-update/python3.6-adal
python36Packages.adal: 1.0.2 -> 1.2.0
2018-10-25 15:00:56 +01:00
Jörg Thalheim 4b9c30e6e7
Merge pull request #49086 from dtzWill/update/zsh-completions
zsh-completions: 0.28.0 -> 0.29.0
2018-10-25 14:59:25 +01:00
Tim Digel cbd9a35a13 elixir: 1.7.3 -> 1.7.4 2018-10-25 15:55:15 +02:00
Alyssa Ross 2702772d2d
weechat: 2.2 -> 2.3
Fixes https://github.com/NixOS/nixpkgs/issues/48798.
2018-10-25 11:44:22 +00:00
Jörg Thalheim 926d6c0bad
Merge pull request #42371 from Mic92/nix-breakpoints
breakpointHook: add for debugging failing builds
2018-10-25 10:38:29 +01:00
Jörg Thalheim f10b935f84
breakpointHook: add for debugging failing builds
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.
2018-10-25 10:19:41 +01:00
Jörg Thalheim 84e915a779
cntr: init at 1.2.0 2018-10-25 10:19:41 +01:00
Peter Simons 26974e962e cabal2nix: fix build with ghc 8.4.x 2018-10-25 11:12:38 +02:00
Peter Simons f1fd7da406 haskell-lucid: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons 84b6bf8226 haskell-pandoc-types: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons cfbf9cbf39 haskell-yesod-core: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons c66c169f81 stack: fix the ghc 8.4.x build 2018-10-25 11:12:38 +02:00
Peter Simons 8089b93697 all-cabal-hashes: update snapshot to Hackage at 2018-10-22T08:31:54Z 2018-10-25 11:12:38 +02:00
Peter Simons 19013d8092 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision
5124fd5742.
2018-10-25 11:12:38 +02:00
Peter Simons d81e10ab83 LTS Haskell 12.14 2018-10-25 11:12:38 +02:00
Timo Kaufmann eb3240f112
Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0" 2018-10-25 09:40:39 +02:00
Vladyslav M dd0e0bd150
Merge pull request #49068 from worldofpeace/antibody/4.0.0
antibody: 3.7.0 -> 4.0.0
2018-10-25 09:48:57 +03:00
Sarah Brofeldt c4cc3af099
Merge pull request #49091 from vbgl/ocaml-vg-0.9.1
ocamlPackages.vg: 0.9.0 -> 0.9.1
2018-10-25 08:39:03 +02:00
Sarah Brofeldt 7354d9de1f
Merge pull request #49088 from peterhoeg/u/mqtt
mosquitto: 1.4.15 -> 1.5.3
2018-10-25 08:37:51 +02:00
Vincent Laporte c640f024dd
ocamlPackages.vg: 0.9.0 -> 0.9.1 2018-10-25 05:36:37 +00:00
Andreas Rammhold d17ab805fd
Merge pull request #48862 from andir/firefox
firefox{,bin}: 62.0.3 -> 63.0 & nss: 3.38-> 3.39
2018-10-25 07:29:07 +02:00
Mateusz Kowalczyk 02fb26136c or-tools: new package (v6.9.1) 2018-10-25 14:15:13 +09:00
Peter Hoeg a45fa35742 mosquitto: 1.4.15 -> 1.5.3
Use cmake on all platforms instead of only macos.
2018-10-25 12:10:01 +08:00
Will Dietz 545131a7de zsh-completions: 0.28.0 -> 0.29.0 2018-10-24 22:40:35 -05:00
Timo Kaufmann 9a2fd03d67
Merge pull request #49073 from urkud/kile-2.9.92
kile: 2017-02-09 -> 2.9.92
2018-10-24 23:29:39 +02:00
Guillaume Bouchard 55a82ffcd3
ghc: fix typo in 8.6.1 compiler name 2018-10-24 21:29:15 +02:00
markuskowa 75aa8b9a2c
Merge pull request #48865 from r-ryantm/auto-update/urh
urh: 2.3.0 -> 2.4.0
2018-10-24 21:09:05 +02:00
Yury G. Kudryashov d4a9c3aec4 kile: 2017-02-09 -> 2.9.92
No need to use an old git snapshot, since upstream has a proper beta version.
2018-10-24 14:53:06 -04:00
R. RyanTM 5e4541df7a python36Packages.mypy: 0.630 -> 0.641
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
2018-10-24 20:46:40 +02:00
R. RyanTM df535a6fd1 python36Packages.django_environ: 0.4.0 -> 0.4.4
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
2018-10-24 20:14:25 +02:00
worldofpeace e016039f98 antibody: 3.7.0 -> 4.0.0 2018-10-24 14:12:05 -04:00
R. RyanTM 27da6c5c50 python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5
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
2018-10-24 20:11:58 +02:00
R. RyanTM 073ded7c93 python36Packages.celery: 4.2.0 -> 4.2.1
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
2018-10-24 20:11:38 +02:00
Renaud 9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
R. RyanTM 85e92a9430 python36Packages.IBMQuantumExperience: 2.0.3 -> 2.0.4
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
2018-10-24 20:08:38 +02:00
R. RyanTM 4188094106 python36Packages.gsd: 1.5.2 -> 1.5.4
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-gsd/versions
2018-10-24 20:07:55 +02:00
R. RyanTM 34f3354ccd python36Packages.gnureadline: 6.3.3 -> 6.3.8
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-gnureadline/versions
2018-10-24 20:07:34 +02:00
R. RyanTM 91c0b03801 python36Packages.django_hijack: 2.1.5 -> 2.1.9
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-hijack/versions
2018-10-24 20:07:15 +02:00
R. RyanTM 653077b333 python36Packages.bjoern: 2.2.2 -> 2.2.3
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-bjoern/versions
2018-10-24 20:06:52 +02:00
R. RyanTM 1bf7c848d1 python36Packages.augeas: 1.0.2 -> 1.0.3
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-augeas/versions
2018-10-24 20:06:30 +02:00
R. RyanTM 9a9db29d75 python36Packages.astropy: 3.0.4 -> 3.0.5
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-astropy/versions
2018-10-24 20:02:15 +02:00
R. RyanTM a57aabe18f python36Packages.adal: 1.0.2 -> 1.2.0
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
2018-10-24 10:58:40 -07:00
Kevin Rauscher ca4b2d7e65 mopidy-iris: 3.27.1 -> 3.28.1 2018-10-24 19:46:10 +02:00
Herwig Hochleitner bb03fbc2c8 chromium: 69.0.3497.100 -> 70.0.3538.67 2018-10-24 19:38:51 +02:00