Commit Graph

156793 Commits

Author SHA1 Message Date
Jörg Thalheim
325a5699cb
doc/breakpointHook: add documentation 2018-10-25 10:19:42 +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
Jörg Thalheim
9a7bca27cc
Merge pull request #48834 from dhess/dovenull-group-fix
dovecot: dovenull user should have its own group.
2018-10-22 22:46:17 +01:00
Michael Weiss
f4615bef06 wlroots: 2018-03-16 -> 0.1
Keep "meta.broken = true" but update the package to keep track of
upstream changes and prepare the "reintegration" into nixpkgs.
2018-10-22 22:58:44 +02:00
R. RyanTM
7615027fad libowfat: 0.31 -> 0.32 (#48414)
* libowfat: 0.31 -> 0.32

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libowfat/versions

* libowfat: keep headers under include directory

0.32 wanted to move them under include/libowfat/ 
but it breaks gatling and opentracker
2018-10-22 22:43:11 +02:00
Jörg Thalheim
0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Sarah Brofeldt
9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Drew Hess
fa388534e4
dovecot: dovenull user should have its own group.
Quoting from https://wiki.dovecot.org/UserIds#dovenulluser:

"It should belong to its own private dovenull group where no one else
belongs to..."
2018-10-22 15:01:47 -04:00
Joachim F
c54c00465f
Merge pull request #48715 from oxij/pkgs/update-tor-browser
firefoxPackages.tor-browser: 7.5.6 -> 8.0.2
2018-10-22 18:28:14 +00:00
Victor SENE
2a164f598c nixos/nextcloud: extend documentation for nginx configuration
Co-authored-by: Robin Gloster <mail@glob.in>
2018-10-22 19:50:37 +02:00
Michael Weiss
01fcaf8d29 libmd: 1.0.0 -> 1.0.1 2018-10-22 18:08:24 +02:00
Thomas Tuegel
d35c7f9a91
Merge pull request #48764 from zraexy/marble-include-fix
marble: Fix include install to dev output
2018-10-22 09:04:33 -05:00
Tim Steinbach
2bb68c7017
linux: Add 4.19 2018-10-22 09:40:22 -04:00
Timo Kaufmann
c4650da128
Merge pull request #48824 from timokau/cypari2-update
pythonPackages.cypari2: 1.2.1 -> 1.3.1
2018-10-22 15:08:53 +02:00
Timo Kaufmann
9512841e89 pythonPackages.cypari2: 1.2.1 -> 1.3.1 2018-10-22 14:52:19 +02:00
Timo Kaufmann
db75fe7313 sage: fix doctest
The test is depending on the "py2" tag always being added. I patched
that recently to make it possible to test sagedoc individually. Somehow
I missed this doctest.
2018-10-22 14:52:19 +02:00
Ioannis Koutras
ab62fe9108 lxd: 3.0.0 -> 3.0.2 2018-10-22 13:07:15 +03:00
Ioannis Koutras
891277e6a9 dqlite: initialize at 0.2.4 2018-10-22 13:07:15 +03:00
Ioannis Koutras
bf39304e53 sqlite-replication: initialize at 3.24.0+replication3 2018-10-22 13:07:14 +03:00
Jörg Thalheim
119d539d72
Merge pull request #47864 from uskudnik/add-brave-browser
brave: init at 0.24.0
2018-10-22 11:01:22 +01:00
adisbladis
5f33fbbc7b
vgo2nix: init at unstable-2018-10-14 2018-10-22 17:21:49 +08:00
Léo Gaspard
5cd6c65054 wasm: remove alias to unbreak the channel
Nixpkgs' channel currently can't move forward so long as there is a
trace in evaluating the top-level arguments. Which means that it isn't
possible to add a warning message to warn users of future package
removal.

So the only way forward appears to be just removing the alias
altogether.

(cherry picked from commit b4133ebc17c2742a76d912f4f0bf46719bc7800e)
2018-10-22 09:58:00 +02:00
f--t
c7c3396e69 julia: 1.0.0 -> 1.0.1 (#48191)
* julia: removed the failing tests
2018-10-22 06:57:43 +00:00
Mateusz Czapliński
98d4e42145 ocamlPackages.zmq: init at 20180726 2018-10-22 06:51:17 +00:00
Daniël de Kok
d620d8fa67 samba4: 4.7.9 -> 4.7.10 (#48787)
Changes: https://www.samba.org/samba/history/samba-4.7.10.html
2018-10-22 02:04:38 +02:00
Jörg Thalheim
0a5b4fda63
Merge pull request #48791 from markuskowa/fix-munge
nixos/munge: do not create unnecessary log dir
2018-10-21 22:59:51 +01:00
Jörg Thalheim
7fa3394a5b
Merge pull request #48796 from arianvp/fix-nspawn
nixos/systemd-nspawn: Remove dependency on bogus "machine.target"
2018-10-21 22:59:06 +01:00
Jörg Thalheim
aab3b1bb5a
Merge pull request #48797 from markuskowa/fix-corosync-rdma
corosync: update RDMA support to rdma-core
2018-10-21 22:49:46 +01:00
Robert Helgesson
dafd3c4f48
whipper: update upstream source 2018-10-21 23:40:33 +02:00
Jörg Thalheim
720cec839b
Merge pull request #48799 from Chiiruno/dev/zeronet
zeronet: 0.6.2 -> 0.6.4
2018-10-21 22:27:21 +01:00
Markus Kowalewski
f7dbc720df
corosync: update RDMA support to rdma-core
The packages librdmacm and libibverbs are deprecated
and are replaced by rdma-core.

see https://github.com/NixOS/nixpkgs/issues/34314
2018-10-21 23:18:40 +02:00
隠岐奈
32abab455a zeronet: 0.6.2 -> 0.6.4 2018-10-21 16:02:03 -05:00
José Romildo Malaquias
f2c3b0c588 dde-session-ui: init at 4.5.1.10 (#48785) 2018-10-21 23:00:55 +02:00
xeji
13ee5305ee
Merge pull request #48525 from r-ryantm/auto-update/coturn
coturn: 4.5.0.7 -> 4.5.0.8
2018-10-21 22:44:27 +02:00
R. RyanTM
a8e6a0c792 clipgrab: 3.7.0 -> 3.7.1 (#48536)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipgrab/versions
2018-10-21 22:30:20 +02:00
Uli Baum
cd82d267b9 coturn: mark broken on darwin 2018-10-21 22:29:02 +02:00
Jan Tojnar
6655f18135 networkmanager-openvpn: 1.8.6 → 1.8.8 2018-10-21 22:22:31 +02:00
Renaud
19c4eff3c8
Merge pull request #48786 from romildo/upd.matcha
matcha: 2018-10-12 -> 2018-10-21
2018-10-21 22:08:09 +02:00
Renaud
f94947f311
Merge pull request #48338 from unode/libaosd
libaosd: init at 0.2.7-9-g177589f
2018-10-21 22:03:23 +02:00
Jan Tojnar
a2de5fc56e Remove openftd
It never worked, never was added as an attribute and the website is dead.
2018-10-21 21:52:20 +02:00
Arian van Putten
3be00fa60c nixos/systemd-nspawn: Remove dependency on bogus "machine.target"
"machine.target" doesn't actually exist, it's misspelled version
of "machines.target".  However, the "systemd-nspawn@.service"
unit already has a default dependency on "machines.target"
2018-10-21 21:51:51 +02:00
Renaud
46372e5819
Merge pull request #47490 from TealG/axoloti-1.0.12-2
axoloti: 1.0.12-1 -> 1.0.12-2
2018-10-21 21:49:12 +02:00
Jan Tojnar
6b8657e159 gnome3.dconf-editor: clean up 2018-10-21 21:46:14 +02:00
Jan Tojnar
34ca5f34e2 gnome3.gnome-packagekit: clean up 2018-10-21 21:46:13 +02:00
Teal Gaure
c2040a4182 axoloti: 1.0.12-1 -> 1.0.12-2 2018-10-21 21:45:36 +02:00
Renato Alves
232b2d7bc0
libaosd: init at 0.2.7-9-g177589f 2018-10-21 21:43:54 +02:00
Teal Gaure
861cab6ada maintainers/maintainer-list: remove TealG 2018-10-21 21:42:39 +02:00
Michael Weiss
7c3f27dba9 scdoc: 1.5.1 -> 1.5.2 2018-10-21 21:33:33 +02:00
SLNOS
0e3df42d64 firefoxPackages.tor-browser-8-0: apply a fix from bugzilla 2018-10-21 19:18:28 +00:00