summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | Revert "nixos: add option for bind to not resolve local queries (#29503)"Peter Simons2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 670b4e29adc16e0a29aa5b4c126703dcca56aeb6. The change added in this commit was controversial when it was originally suggested in https://github.com/NixOS/nixpkgs/pull/29205. Then that PR was closed and a new one opened, https://github.com/NixOS/nixpkgs/pull/29503, effectively circumventing the review process. I don't agree with this modification. Adding an option 'resolveLocalQueries' to tell the locally running name server that it should resolve local DNS queries feels outright nuts. I agree that the current state is unsatisfactory and that it should be improved, but this is not the right way. (cherry picked from commit 23a021d12e8f939cd0bfddb1c7adeb125028c1e3)
* | | | | | | | nixos/gitolite: use group 'gitolite' instead of 'nogroup'Bjørn Forsman2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having files (git repositories) owned by 'nogroup' is a bad idea.
* | | | | | | | Merge pull request #29586 from cocreature/ghcjs-shimsPeter Simons2017-09-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ghcjsHEAD: bump ghcjs shims
| * | | | | | | | ghcjsHEAD: bump ghcjs shimsMoritz Kiefer2017-09-20
| | | | | | | | |
* | | | | | | | | radsecproxy: fix licenseRobin Gloster2017-09-23
| | | | | | | | |
* | | | | | | | | knot-*: simplify lmdb dependencyVladimír Čunát2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partly thanks to lmdb.pc, partly thanks to 84bd2f4 (hopefully; untested on Darwin).
* | | | | | | | | Merge pull request #29658 from teto/ctagsJoachim F2017-09-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | universal-ctags: generate manpage
| * | | | | | | | | universal-ctags: 2017-01-08 -> 2017-09-22Matthieu Coudron2017-09-23
| | | | | | | | | |
| * | | | | | | | | universal-ctags: generate manpageMatthieu Coudron2017-09-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #29674 from dapphub/solc-0-4-17Joachim F2017-09-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | solc: v0.4.16 -> v0.4.17
| * | | | | | | | | | solc: v0.4.16 -> v0.4.17Mikael Brockman2017-09-22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #29667 from sargon/radsecproxyJoachim F2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | radsecproxy: init at 1.6.9
| * | | | | | | | | | | radsecproxy: init at 1.6.9Daniel Ehlers2017-09-22
| | | | | | | | | | | |
* | | | | | | | | | | | dockerTools.buildImage: Switch to the format image generated by SkopeoAntoine Eiche2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were using 'Combined Image JSON + Filesystem Changeset Format' [1] to unpack and pack image and this patch switches to the format used by the registry. We used the 'repository' file which is not generated by Skopeo when it pulls an image. Moreover, all information of this file are also in the manifest.json file. We then use the manifest.json file instead of 'repository' file. Note also the manifest.json file is required to push an image with Skopeo. Fix #29636 [1] https://github.com/moby/moby/blob/749d90e10f989802638ae542daf54257f3bf71f2/image/spec/v1.1.md#combined-image-json--filesystem-changeset-format
* | | | | | | | | | | | singular: use gcc5Michael Raskin2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Progress on: #28643 Fixes: #29682
* | | | | | | | | | | | Merge pull request #29676 from mimadrid/update/calc-2.12.6.3Frederik Rietdijk2017-09-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | calc: 2.12.6.1 -> 2.12.6.3
| * | | | | | | | | | | | calc: 2.12.6.1 -> 2.12.6.3mimadrid2017-09-23
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | python.pkgs.botocore: fix dependenciesFrederik Rietdijk2017-09-23
| | | | | | | | | | | |
* | | | | | | | | | | | python.pkgs: alias dateutil to python-dateutilFrederik Rietdijk2017-09-23
| | | | | | | | | | | |
* | | | | | | | | | | | awsebcli: init at 3.10.5Ruben Maher2017-09-23
| | | | | | | | | | | |
* | | | | | | | | | | | pythonPackages.semantic-version: use fetchPypiRuben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it nicer to override when a specific version is required for Python derivations.
* | | | | | | | | | | | pythonPackages.tabulate: use fetchPypiRuben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it nicer to override when a specific version is required for Python derivations.
* | | | | | | | | | | | pythonPackages.cement: init at 2.8.2Ruben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of awsebcli.
* | | | | | | | | | | | pythonPackages.blessed: init at 1.14.2Ruben Maher2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency of awsebcli.
* | | | | | | | | | | | maintainers.nix: Add myselfRuben Maher2017-09-23
| | | | | | | | | | | |
* | | | | | | | | | | | nox: Add a temporary patch for the "wip" commandMichael Weiss2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #29684.
* | | | | | | | | | | | Merge pull request #29672 from andir/upstream-fermJörg Thalheim2017-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ferm: 2.3.1 -> 2.4.1
| * | | | | | | | | | | | ferm: 2.3.1 -> 2.4.1Andreas Rammhold2017-09-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | tor-browser-bundle-bin: optionally disable multiprocess supportJoachim Fasting2017-09-23
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiprocess tabs always crash, as first reported by the issue mentioned below. It is now consistently reproducible both on NixOS and non-NixOS for me, so I've decided to add a toggle to conveniently disable multiprocess support as a work-around. Closes https://github.com/NixOS/nixpkgs/issues/27759 but does not really fix the underlying problem ...
* | | | | | | | | | | | nixos/lock-kernel-modules: fix deferred fileSystem mountsJoachim Fasting2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that modules required by all declared fileSystems are explicitly loaded. A little ugly but fixes the deferred mount test. See also https://github.com/NixOS/nixpkgs/issues/29019
* | | | | | | | | | | | nixos/hardened test: add failing test-case for deferred mountsJoachim Fasting2017-09-22
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/hardened: simplify scriptJoachim Fasting2017-09-22
| | | | | | | | | | | |
* | | | | | | | | | | | lmdb: fix library id on darwinDaiderd Jordan2017-09-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #29620 from joachifm/pkg/snapper-0_5_0Joachim F2017-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | snapper: 0.3.3 -> 0.5.0
| * | | | | | | | | | | | snapper: 0.3.3 -> 0.5.0Joachim Fasting2017-09-21
| | | | | | | | | | | | |
* | | | | | | | | | | | | tor: enable parallel buildingJoachim Fasting2017-09-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #29663 from womfoo/bump-fix/trackballs-1.2.3Joachim F2017-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | trackballs: 1.1.4 (broken) -> 1.2.3
| * | | | | | | | | | | | | trackballs: 1.1.4 (broken) -> 1.2.3Kranium Gikos Mendoza2017-09-22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #29664 from womfoo/bump-fix/giv-0.9.26Joachim F2017-09-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | giv: 20150811-git (broken) -> 0.9.26
| * | | | | | | | | | | | | giv: 20150811-git (broken) -> 0.9.26Kranium Gikos Mendoza2017-09-22
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | gns3: "Improve" the packagingMichael Weiss2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is "a bit" hacky tho... The improvement is that it now covers the stable as well as the preview releases and doesn't require Python 3.4 anymore.
* | | | | | | | | | | | | textql: fix darwin buildDaiderd Jordan2017-09-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | darwin: Disable yet another bunch of packages never having built successfullyTuomas Tynkkynen2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cjdns: https://hydra.nixos.org/build/61134279 jonprl: https://hydra.nixos.org/build/61123711 mate.libmatemixer: https://hydra.nixos.org/build/61126968 dirac: https://hydra.nixos.org/build/61132432 idnkit: https://hydra.nixos.org/build/61123544 trousers: https://hydra.nixos.org/build/61109766 packetdrill: https://hydra.nixos.org/build/61116190 osm2pgsql: https://hydra.nixos.org/build/61118017 nawk: https://hydra.nixos.org/build/61139000
* | | | | | | | | | | | | tw-rs: fix darwin buildDaiderd Jordan2017-09-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | hdf5: Re-enable on darwinTuomas Tynkkynen2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops, ab71280823ff3da7d9 intended to only disable hdf5-fortran but also disabled the others that are fine.
* | | | | | | | | | | | | darwin: Disable another bunch of packages never having built successfullyTuomas Tynkkynen2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tecoc: https://hydra.nixos.org/build/61141995 shallot: https://hydra.nixos.org/build/61145497 plink-ng: https://hydra.nixos.org/build/61130149 tshark: https://hydra.nixos.org/build/61479600
* | | | | | | | | | | | | nixos/gitolite: customize .gitolite.rc declarativelyPavel Goran2017-09-22
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the `extraGitoliteRc` option to customize the `.gitolite.rc` configuration file declaratively. Resolves #29249.
* | | | | | | | | | | | openjdk: Fix buildTim Steinbach2017-09-22
| | | | | | | | | | | |
* | | | | | | | | | | | sshfs-fuse: Fix the build on i686-linuxMichael Weiss2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last upgrade (137142a72cd6ef96b227dd0f1164504abf5546f1) broke the build on i686. Thanks @globin for noticing this.
* | | | | | | | | | | | darwin: Disable some packages that have never built successfullyTuomas Tynkkynen2017-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mate.mate-desktop: https://hydra.nixos.org/build/61110037 gdmap: https://hydra.nixos.org/build/61144743 redsocks: https://hydra.nixos.org/build/61123106 resolv_wrapper: https://hydra.nixos.org/build/61121132 ogmtools: https://hydra.nixos.org/build/61108726 mp3info: https://hydra.nixos.org/build/61139015 lxappearance-gtk3: https://hydra.nixos.org/build/61126327 hdf5-fortran: https://hydra.nixos.org/build/61146631 pqiv: https://hydra.nixos.org/build/61124724