summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* webkitgtk: fix build with glibc-2.23Vladimír Čunát2016-02-27
| | | | | ... by a patch accepted upstream. 2.4 seems to build fine without patching.
* Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
|\ | | | | | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| * nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * nixos docs: allow displaying package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an improved version of original #12357. For the purpose of generating docs, evaluate options with each derivation in `pkgs` (recursively) replaced by a fake with path "\${pkgs.attribute.path}". It isn't perfect, but it seems to cover a vast majority of use cases. Caveat: even if the package is reached by a different means, the path above will be shown and not e.g. `${config.services.foo.package}`. As before, defaults created by `mkDefault` aren't displayed, but documentation shouldn't (mostly) be a reason to use that anymore. Note: t wouldn't be enough to just use `lib.mapAttrsRecursive`, because derivations are also (special) attribute sets.
* | goPackages.oh: 2015-11-21 -> 2016-02-23Marius Bakke2016-02-27
| |
* | goPackages.liner: git 2016-01-24Marius Bakke2016-02-27
| |
* | libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not ↵Michael Raskin2016-02-27
| | | | | | | | std::isnan)
* | ecl: fix source URLMichael Raskin2016-02-27
| |
* | Merge pull request #13499 from eskimor/libinput-mkEnableOptionArseniy Seroka2016-02-27
|\ \ | | | | | | nixos: libinput use mkEnableOption
| * | nixos: libinput use mkEnableOptionRobert Klotzner2016-02-27
|/ /
* | Merge branch 'ibus'Thomas Tuegel2016-02-26
|\ \
| * | ibus: add engine list to module descriptionThomas Tuegel2016-02-26
| | |
| * | ibus: refresh cache at startupThomas Tuegel2016-02-26
|/ /
* | Merge branch 'ibus'Thomas Tuegel2016-02-26
|\ \
| * | ibus: rewrite NixOS moduleThomas Tuegel2016-02-26
| | |
| * | ibus-anthy: upgrade to Python 3Thomas Tuegel2016-02-26
| | |
| * | ibus-hangul: download release from GitHubThomas Tuegel2016-02-26
| | |
| * | ibus-table: 1.9.6 -> 1.9.11Thomas Tuegel2016-02-26
| | |
| * | ibus-with-plugins: rewrite wrapperThomas Tuegel2016-02-26
| | |
| * | ibus: 1.5.11 -> 1.5.13Thomas Tuegel2016-02-26
| | |
* | | Merge pull request #11141 from cresh/darwin-msmtpzimbatm2016-02-27
|\ \ \ | | | | | | | | msmtp: Enable on OS X with Keychain integration.
| * | | msmtp: Enable on OS X with Keychain integration.Marcus Crestani2015-11-19
| | | |
* | | | Merge pull request #11142 from cresh/darwin-sshpasszimbatm2016-02-27
|\ \ \ \ | | | | | | | | | | sshpass: Enable on OS X.
| * | | | sshpass: Enable on OS X.Marcus Crestani2015-11-19
| |/ / /
* | | | Merge pull request #13471 from Profpatsch/networkmanager-link-localArseniy Seroka2016-02-27
|\ \ \ \ | |_|/ / |/| | | networkmanager: fix link-local ip addresses
| * | | networkmanager: fix link-local ip addressesProfpatsch2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | NetworkManager needs an additional avahi-user to use link-local IPv4 (and probably IPv6) addresses. avahi-autoipd also needs to be patched to the right path.
* | | | Make explicit that maintainers should use a real nameEelco Dolstra2016-02-27
| | | |
* | | | Merge pull request #11314 from anderspapitto/flamegraphzimbatm2016-02-26
|\ \ \ \ | | | | | | | | | | FlameGraph: init at 182b24fb
| * | | | FlameGraph: init at 182b24fbAnders Papitto2015-12-12
| | | | |
* | | | | Merge pull request #11274 from robgssp/ldapzimbatm2016-02-26
|\ \ \ \ \ | | | | | | | | | | | | ldap-client: don't break on test failures
| * | | | | ldap-client: don't break on test failuresRobert Glossop2015-11-25
| | | | | |
* | | | | | Merge pull request #11210 from mitchty/munge-on-osxzimbatm2016-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Munge is buildable/usable on OS X/most unices
| * | | | | | Munge is buildable/usable on osx.Mitch Tishmack2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update the url to point to the migrated from google code url to github.
* | | | | | | Merge remote-tracking branch 'upstream/staging'zimbatm2016-02-26
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #13445 from abbradar/ssl-cert-checkEelco Dolstra2016-02-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | stdenv: set SSL_CERT_FILE only if it isn't already
| | * | | | | | | stdenv: set SSL_CERT_FILE only if it isn't alreadyNikolay Amiantov2016-02-25
| |/ / / / / / /
| * | | | | | | Merge branch 'master' into stagingVladimír Čunát2016-02-25
| |\ \ \ \ \ \ \
| * | | | | | | | util-linux: create -Minimal and utillinux (full)Kevin Cox2016-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #12952. Now the full version is used by default, supporting systemd and curses.
| * | | | | | | | Merge branch 'glibc-2.22' into stagingVladimír Čunát2016-02-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm running whole my working notebook on 2.22 without any problems. I don't expect any significant issues.
| | * | | | | | | | glibc: 2.22 -> 2.23Vladimír Čunát2016-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two patches were included upstream. (Even the one from guix, except for a whitespace difference.)
| | * | | | | | | | glibc: Drop hurd supportEelco Dolstra2016-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hasn't been maintained since 2012. Also, renamed glibc's kernelHeaders argument to linuxHeaders.
| | * | | | | | | | glibc: 2.21 -> 2.22Eelco Dolstra2016-02-18
| | | | | | | | | |
| * | | | | | | | | Untested fix for #13401Eelco Dolstra2016-02-24
| | | | | | | | | |
| * | | | | | | | | patchELF: Use correct directoryEelco Dolstra2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Borrowed from https://github.com/NixOS/nixpkgs/pull/13395.
| * | | | | | | | | stdenvLinux: Use bash instead of sh from bootstrapToolsEelco Dolstra2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sh" is also bash, but invoking it as "sh" disables certain features like process substitution. Closes #13395.
| * | | | | | | | | gettext: 0.19.6 -> 0.19.7zimbatm2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expat is replaced by a bundled version of libxml2
| * | | | | | | | | gettext: expand all gettext.sh pathszimbatm2016-02-22
| | | | | | | | | |
| * | | | | | | | | coreutils: Remove ARM patch (coreutils-tail-inotify-race.patch)Tuomas Tynkkynen2016-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch no longer applies as it's applied in the 8.25 release. While at it don't use FORCE_UNSAFE_CONFIGURE on ARM as I don't see why it's needed and it works for me without it. Build-tested GNU hello on ARMv7 and verified that this affect its hash on i686.
| * | | | | | | | | Don't try to apply patchelf to non-ELF binariesEelco Dolstra2016-02-18
| | | | | | | | | |
| * | | | | | | | | separateDebugInfo: Handle weird filenames properlyEelco Dolstra2016-02-18
| | | | | | | | | |