summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* doc/breakpointHook: add documentationJörg Thalheim2018-10-25
|
* 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
|
* Merge pull request #48834 from dhess/dovenull-group-fixJörg Thalheim2018-10-22
|\ | | | | dovecot: dovenull user should have its own group.
| * dovecot: dovenull user should have its own group.Drew Hess2018-10-22
| | | | | | | | | | | | | | Quoting from https://wiki.dovecot.org/UserIds#dovenulluser: "It should belong to its own private dovenull group where no one else belongs to..."
* | wlroots: 2018-03-16 -> 0.1Michael Weiss2018-10-22
| | | | | | | | | | Keep "meta.broken = true" but update the package to keep track of upstream changes and prepare the "reintegration" into nixpkgs.
* | libowfat: 0.31 -> 0.32 (#48414)R. RyanTM2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge pull request #48818 from jokogr/u/lxd-3.0.2Jörg Thalheim2018-10-22
|\ \ | | | | | | lxd: 3.0.0 -> 3.0.2
| * | lxd: 3.0.0 -> 3.0.2Ioannis Koutras2018-10-22
| | |
| * | dqlite: initialize at 0.2.4Ioannis Koutras2018-10-22
| | |
| * | sqlite-replication: initialize at 3.24.0+replication3Ioannis Koutras2018-10-22
| | |
* | | Merge pull request #48482 from Lassulus/ttyplotSarah Brofeldt2018-10-22
|\ \ \ | | | | | | | | ttyplot: init at 1.0
| * | | ttyplot: init at 1.0lassulus2018-10-16
| | | |
* | | | Merge pull request #48715 from oxij/pkgs/update-tor-browserJoachim F2018-10-22
|\ \ \ \ | | | | | | | | | | firefoxPackages.tor-browser: 7.5.6 -> 8.0.2
| * | | | firefoxPackages.tor-browser-8-0: apply a fix from bugzillaSLNOS2018-10-21
| | | | |
| * | | | firefoxPackages.tor-browser: 7.5.6 -> 8.0.2SLNOS2018-10-19
| | | | | | | | | | | | | | | | | | | | Mostly usable now.
| * | | | firefoxPackages: indentSLNOS2018-10-19
| | | | |
| * | | | firefoxPackages: cleanupSLNOS2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misc cleanups, but mainly this: Before: - `version` could mean either Firefox or TorBrowser version, - `configureFlags` was hacky. Now: - `ffversion` is Firefox version, `tbversion` is TorBrowser version, - `configureFlags` is much less hacky.
* | | | | nixos/nextcloud: extend documentation for nginx configurationVictor SENE2018-10-22
| |_|_|/ |/| | | | | | | | | | | Co-authored-by: Robin Gloster <mail@glob.in>
* | | | libmd: 1.0.0 -> 1.0.1Michael Weiss2018-10-22
| | | |
* | | | Merge pull request #48764 from zraexy/marble-include-fixThomas Tuegel2018-10-22
|\ \ \ \ | | | | | | | | | | marble: Fix include install to dev output
| * | | | marble: Fix include install to dev outputUnknown2018-10-20
| | | | |
* | | | | linux: Add 4.19Tim Steinbach2018-10-22
| | | | |
* | | | | Merge pull request #48824 from timokau/cypari2-updateTimo Kaufmann2018-10-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | pythonPackages.cypari2: 1.2.1 -> 1.3.1
| * | | | pythonPackages.cypari2: 1.2.1 -> 1.3.1Timo Kaufmann2018-10-22
| | | | |
| * | | | sage: fix doctestTimo Kaufmann2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #47864 from uskudnik/add-brave-browserJörg Thalheim2018-10-22
|\ \ \ \ \ | |/ / / / |/| | | | brave: init at 0.24.0
| * | | | brave: init at 0.25.2Urban Skudnik2018-10-16
| | | | |
* | | | | vgo2nix: init at unstable-2018-10-14adisbladis2018-10-22
| | | | |
* | | | | wasm: remove alias to unbreak the channelLéo Gaspard2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | julia: 1.0.0 -> 1.0.1 (#48191)f--t2018-10-22
| | | | | | | | | | | | | | | * julia: removed the failing tests
* | | | | ocamlPackages.zmq: init at 20180726Mateusz Czapliński2018-10-22
| | | | |
* | | | | samba4: 4.7.9 -> 4.7.10 (#48787)Daniël de Kok2018-10-22
| | | | | | | | | | | | | | | Changes: https://www.samba.org/samba/history/samba-4.7.10.html
* | | | | Merge pull request #48791 from markuskowa/fix-mungeJörg Thalheim2018-10-21
|\ \ \ \ \ | | | | | | | | | | | | nixos/munge: do not create unnecessary log dir
| * | | | | nixos/munge: do not create unnecessary log dirMarkus Kowalewski2018-10-21
| | | | | | | | | | | | | | | | | | | | | | | | /var/log/munge is not used. All log messages go to syslog
* | | | | | Merge pull request #48796 from arianvp/fix-nspawnJörg Thalheim2018-10-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/systemd-nspawn: Remove dependency on bogus "machine.target"
| * | | | | | nixos/systemd-nspawn: Remove dependency on bogus "machine.target"Arian van Putten2018-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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"
* | | | | | | Merge pull request #48797 from markuskowa/fix-corosync-rdmaJörg Thalheim2018-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | corosync: update RDMA support to rdma-core
| * | | | | | | corosync: update RDMA support to rdma-coreMarkus Kowalewski2018-10-21
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The packages librdmacm and libibverbs are deprecated and are replaced by rdma-core. see https://github.com/NixOS/nixpkgs/issues/34314
* | | | | | | whipper: update upstream sourceRobert Helgesson2018-10-21
| | | | | | |
* | | | | | | Merge pull request #48799 from Chiiruno/dev/zeronetJörg Thalheim2018-10-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zeronet: 0.6.2 -> 0.6.4
| * | | | | | | zeronet: 0.6.2 -> 0.6.4隠岐奈2018-10-21
| | | | | | | |
* | | | | | | | dde-session-ui: init at 4.5.1.10 (#48785)José Romildo Malaquias2018-10-21
| | | | | | | |
* | | | | | | | Merge pull request #48525 from r-ryantm/auto-update/coturnxeji2018-10-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | coturn: 4.5.0.7 -> 4.5.0.8
| * | | | | | | | coturn: mark broken on darwinUli Baum2018-10-21
| | | | | | | | |
| * | | | | | | | coturn: 4.5.0.7 -> 4.5.0.8R. RyanTM2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coturn/versions
* | | | | | | | | clipgrab: 3.7.0 -> 3.7.1 (#48536)R. RyanTM2018-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | networkmanager-openvpn: 1.8.6 → 1.8.8Jan Tojnar2018-10-21
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #48786 from romildo/upd.matchaRenaud2018-10-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | matcha: 2018-10-12 -> 2018-10-21
| * | | | | | | | matcha: 2018-10-12 -> 2018-10-21José Romildo Malaquias2018-10-21
| | | | | | | | |