summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* luaPackages.mpack: fix hashRicardo M. Correia2018-04-13
| | | | | The actual revision was changed back in November 2007 with commit b7ed08665039128c24c772ba41431f24d8bbfc37 but the hash wasn't updated.
* mailutils: fix path to sendmail for local mail deliveryRenato Alves2018-04-13
| | | | | | | | | | | Re-apply patch originally introduced in 23da6f9ca42a ("mailutils: fix for sendmail path"), fixing regression introduced in 27a9ef8709bf ("mailutils: fix build break"). Fixes #21008. Closes #38708. [Bjørn: modify/extend commit message.]
* Merge pull request #38881 from obsidiansystems/sierra-hackJohn Ericson2018-04-13
|\ | | | | cc-wrapper: More intelligent sierra hack
| * cc-wrapper: Utilize patched cctools ld for more robust macOS Sierra hackJohn Ericson2018-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix numberous bugs, such as: - Not getting confused on more flags taking file arguments. - Ensuring children reexport their children, but the original binary/library doesn't. - Not spawning children when it turns out we just dynamically link under the threshold but our total number of inputs exceeeds it. - Children were always named `libunnamed-*`, when that name was supposed to be the last resort only. ld-wrapper's own RPATH check hardcodes `.so`, but darwin uses `.dylib` *and* (in practice due to lousy build systems) `.so`. We don't care however because we never inject `--rpath` like that in practice on Darwin. Hopefully someday we won't on linux either.
| * cctools: Add alternative source for sierra hackJohn Ericson2018-04-12
| | | | | | | | | | | | | | | | | | | | Source master rebase of my [PR #34]. Eventually, we might consider doing something for GNU binutils too, in order that we switch (the normal) ld-wrapper to always use this to leverage ld to resolve libraries, rather than faking it in bash. [PR #34]: https://github.com/tpoechtrager/cctools-port/pull/34
| * cctools: Make assert meta.broken insteadJohn Ericson2018-04-12
| | | | | | | | This more politely expresses the same thing
* | pythonPackages.trezor: add required rlp dependency, fix buildGabriel Ebner2018-04-13
| |
* | pythonPackages.rlp: init at 0.6.0Gabriel Ebner2018-04-13
| |
* | python2Packages.python-wifi: 0.6.0 -> 0.6.1Gabriel Ebner2018-04-13
| |
* | nixos: enable bash command completion by defaultBjørn Forsman2018-04-13
| | | | | | | | | | | | | | | | Because it improves out-of-the-box user experience a lot (IMHO). (zsh completion is already on by default.) Remove "programs.bash.enableCompletion = true" from nixos-generate-config.pl, which feels superflous now.
* | pythonPackages.buildSetupcfg: Allow disabling tests.Shea Levy2018-04-13
| |
* | unixtools: fixup hexdump issueMatthew Justin Bauer2018-04-13
| | | | | | utillinux puts everything in ".bin" output. We need to use lib.getBin to get it correctly.
* | quota: get from unixtoolsMatthew Bauer2018-04-13
| |
* | unixtools: quota is not in utillinuxMatthew Bauer2018-04-13
| |
* | quota: rename to linuxquotaMatthew Bauer2018-04-13
| |
* | qemu-riscv: Mark lowPrioShea Levy2018-04-13
| |
* | ostree: 2017.12 -> 2018.4Tim Steinbach2018-04-13
| |
* | Merge pull request #38901 from juliendehos/julia-vimJörg Thalheim2018-04-13
|\ \ | | | | | | julia-vim: init at 2018-03-27
| * | julia-vim: init at 2018-03-27Julien Dehos2018-04-13
| | |
* | | hipchat: 4.30.3.1670 -> 4.30.4.1672Tim Steinbach2018-04-13
| | |
* | | linux-copperhead: 4.15.16.a -> 4.15.17.aTim Steinbach2018-04-13
| | |
* | | Fix kernel-copperhead testTim Steinbach2018-04-13
| | |
* | | avidemux: fix build with glibc 2.27Piotr Bogdan2018-04-13
| | |
* | | Merge pull request #38896 from abbradar/shadowsocksNikolay Amiantov2018-04-13
|\ \ \ | | | | | | | | Update shadowsocks-libuv and add shadowsocks service
| * | | shadowsocks service: initNikolay Amiantov2018-04-13
| | | |
| * | | shadowsocks-libev: 2.5.5 -> 3.1.3Nikolay Amiantov2018-04-13
| | | |
* | | | Merge pull request #38899 from mguentner/backintimeqt4_is_brokenJörg Thalheim2018-04-13
|\ \ \ \ | | | | | | | | | | backintime-qt4: package is broken
| * | | | backintime-qt4: package is brokenMaximilian Güntner2018-04-13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the install phase writes into /nix : ``` <snip> install -d /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d install --mode=644 net.launchpad.backintime.serviceHelper.conf /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d <snap> ```
* | | | dnscache service: cleanup and add forwardOnlyNikolay Amiantov2018-04-13
| | | |
* | | | dnscache service: fix bug with several assigned DNS serversNikolay Amiantov2018-04-13
|/ / /
* | | Merge pull request #38844 from bandresen/qtstyleplugin-kvantumJörg Thalheim2018-04-13
|\ \ \ | | | | | | | | libsForQt5.qtstyleplugin-kvantum: 0.10.4 -> 0.10.6
| * | | libsForQt5.qtstyleplugin-kvantum: 0.10.4 -> 0.10.6Benjamin Andresen2018-04-12
| | | | | | | | | | | | | | | | also fixes #34854 and correct license to GPL3
* | | | Merge pull request #38892 from xvapx/upd/apswRobert Schütz2018-04-13
|\ \ \ \ | | | | | | | | | | pythonPackages.apsw: 3.9.2-r1 -> 3.22.0-r1
| * | | | pythonPackages.apsw: 3.9.2-r1 -> 3.22.0-r1Marti Serra2018-04-13
| | | | | | | | | | | | | | | | | | | | Replaced fetchPypi with fetchFromGitHub because no new version has been uploaded to pypi since 2016, but there are new releases on github
* | | | | Merge pull request #38879 from smashedtoatoms/vscode-to-1.22.2Jörg Thalheim2018-04-13
|\ \ \ \ \ | | | | | | | | | | | | vscode: 1.22.1 -> 1.22.2
| * | | | | vscode: 1.22.1 -> 1.22.2Jason Legler2018-04-12
| | | | | |
* | | | | | Merge pull request #38895 from Mic92/mergerfsJörg Thalheim2018-04-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | mergerfs: 2.24.0 -> 2.24.2
| * | | | | | mergerfs: 2.24.0 -> 2.24.2Jörg Thalheim2018-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .git because it tend to break hashes.
* | | | | | | Merge pull request #38885 from lopsided98/grafana-unix-socketJörg Thalheim2018-04-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | grafana: support socket protocol
| * | | | | | | grafana: support socket protocolBen Wolsieffer2018-04-12
| | | | | | | |
* | | | | | | | Merge pull request #38890 from r-ryantm/auto-update/signal-desktopYegor Timoshenko2018-04-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | signal-desktop: 1.6.1 -> 1.7.0
| * | | | | | | | signal-desktop: 1.6.1 -> 1.7.0R. RyanTM2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/signal-desktop/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.7.0 with grep in /nix/store/xkslw2sdzbpbzy0ddd0f5qxk1wkfahs6-signal-desktop-1.7.0 - directory tree listing: https://gist.github.com/05c86387ecf6ea0334f3d0c18b44542e
* | | | | | | | | Merge pull request #38820 from brainrape/nixos-prosody-add-user-groupRobert Schütz2018-04-13
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | nixos/prosody: add user/group options, fix pidfile path
| * | | | | | | | nixos/prosody: fix pidfile pathMárton Boros2018-04-13
| | | | | | | | |
| * | | | | | | | nixos/prosody: add user, group optionsMárton Boros2018-04-13
| | | | | | | | |
* | | | | | | | | Merge pull request #38877 from Mic92/radare2Jörg Thalheim2018-04-13
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | radare2-cutter: 1.1 -> 1.3
| * | | | | | | | radare2: remove dependency on .gitJörg Thalheim2018-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .git breaks our hashes
| * | | | | | | | radare2-cutter: 1.1 -> 1.3Jörg Thalheim2018-04-13
|/ / / / / / / /
* | | | | | | | Merge pull request #38874 from utdemir/update-spotify-1.0.77Sarah Brofeldt2018-04-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | spotify: 1.0.72.117 -> 1.0.77.338
| * | | | | | | | spotify: 1.0.72.117 -> 1.0.77.338Utku Demir2018-04-13
| | | | | | | | |