about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* thefuck: 3.28 -> 3.29Patrick Hilhorst2019-05-30
|
* yubikey-manager: add zsh completion and manual (#62260)bricewge2019-05-30
|
* vivaldi: 2.5.1525.46-1 -> 2.5.1525.48-1Tim Steinbach2019-05-30
|
* Merge pull request #62246 from Izorkin/fix-datadogMario Rodas2019-05-30
|\ | | | | datadog-agent: fix sha256 sum
| * datadog-agent: fix sha256 sumIzorkin2019-05-30
| |
* | Merge pull request #62257 from oxij/pkgs/tor-browser-85Joachim F2019-05-30
|\ \ | | | | | | firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
| * | firefoxPackages.tor-browser: 8.0.9 -> 8.5.0SLNOS2019-05-30
| | | | | | | | | | | | | | | Actually, more like -> 8.5.0.1 as this version is made against the branch with the pending fixup patch applied.
* | | chrootenv: propagate nested chrootenv /hostNikolay Amiantov2019-05-30
| | | | | | | | | | | | | | | | | | To avoid symlink loops to /host in nested chrootenvs we need to remove one level of indirection. This is also what's generally expected of /host contents.
* | | chrootenv: small improvementsNikolay Amiantov2019-05-30
| | | | | | | | | | | | | | | | | | | | | * Remove unused argument from pivot_root; * Factor out tmpdir creation into a separate function; * Remove unused fstype from bind mount; * Use unlink instead of a treewalk to remove empty temporary directory.
* | | chrootenv: make stackableNikolay Amiantov2019-05-30
|/ / | | | | | | | | | | | | The problem with stacking chrootenv before was that CLONE_NEWUSER cannot be used when a child uses chroot. So instead of that we use pivot_root which replaces root in the whole namespace. This requires our new root to be an actual fs so we mount tmpfs.
* | ccls: 0.20190301 -> 0.20190314.1Jörg Thalheim2019-05-30
| |
* | gnome3.gnome-todo: more explanation for the parent commitVladimír Čunát2019-05-30
| |
* | gnome3.gnome-todo: fixup parallel buildingVladimír Čunát2019-05-30
| |
* | Merge pull request #59519 from Ma27/improve-mautrix-telegramMaximilian Bosch2019-05-30
|\ \ | | | | | | mautrix-telegram: patch away alembic dependency
| * | mautrix-telegram: patch away alembic dependencyMaximilian Bosch2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `alembic`[1] is a database migration tool which is invoked from the CLI when installing the telegram bridge, but never needed during the runtime. The reason why `alembic` is required here is to ensure that it exists in the Python environment when deploying the bridge. However `alembic` requires `mautrix-telegram` in its environment to create a database schema from the Python models. Such a dependency relation may be possible with tools like virtualenv, however it'll result in an infinite recursion at evaluation time in Nix. With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which has `mautrix-telegram` in its path. [1] https://alembic.sqlalchemy.org/en/latest/
* | | Merge pull request #62218 from costrouc/rofi-pass-new-dependencyMaximilian Bosch2019-05-30
|\ \ \ | | | | | | | | rofi-pass: refactor add new optional dependency pass-otp
| * | | rofi-pass: refactor add new optional dependency pass-otpChris Ostrouchov2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rofi-pass as of a year ago added support for OTP passwords. This dependency is "optional" but extremely nice to have as a default. https://github.com/carnager/rofi-pass#requirements
* | | | Merge pull request #62199 from dtzWill/update/dedup-2.0Maximilian Bosch2019-05-30
|\ \ \ \ | | | | | | | | | | dedup: 1.0 -> 2.0
| * | | | dedup: capitalize description as described in the contribution guidelinesMaximilian Bosch2019-05-30
| | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
| * | | | dedup: 1.0 -> 2.0Will Dietz2019-05-28
| | | | | | | | | | | | | | | | | | | | Update deps, enable tests.
* | | | | Merge pull request #61116 from mmlb/add-gitstatuslewo2019-05-30
|\ \ \ \ \ | |_|_|_|/ |/| | | | gitAndTools.gitstatus: init at 20190506
| * | | | gitAndTools.gitstatus: init at unstable-2019-05-06Manuel Mendez2019-05-28
| | | | |
* | | | | btrfs-progs: hack to make it build on i686-linuxVladimír Čunát2019-05-30
| | | | | | | | | | | | | | | | | | | | /cc #61086. I just wanted to unblock channels quickly.
* | | | | Merge pull request #62149 from dywedir/hcxtoolsVladyslav M2019-05-30
|\ \ \ \ \ | | | | | | | | | | | | hcxtools: init at 5.1.4
| * | | | | hcxtools: init at 5.1.4Vladyslav M2019-05-28
| | | | | |
* | | | | | Merge pull request #62190 from dtzWill/update/fonttools-3.42.0Jörg Thalheim2019-05-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | fonttools: 3.41.0 -> 3.42.0
| * | | | | | fonttools: 3.41.0 -> 3.42.0Will Dietz2019-05-28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #62193 from dtzWill/update/setroot-2.0.2Jörg Thalheim2019-05-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | setroot: 2.0.1 -> 2.0.2
| * | | | | | setroot: 2.0.1 -> 2.0.2Will Dietz2019-05-28
| |/ / / / /
* | | | | | Merge pull request #62229 from Infinisil/fix/tahoe-lafsJörg Thalheim2019-05-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | tahoe-lafs: Fix build
| * | | | | | tahoe-lafs: Fix buildSilvan Mosberger2019-05-29
| | | | | | |
* | | | | | | Merge pull request #62242 from dtzWill/update/yubioath-desktop-4.3.6Jörg Thalheim2019-05-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yubioath-desktop: 4.3.4 -> 4.3.6
| * | | | | | | yubioath-desktop: 4.3.4 -> 4.3.6Will Dietz2019-05-29
| | | | | | | |
* | | | | | | | Merge pull request #62204 from peterhoeg/u/quaternionPeter Hoeg2019-05-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | quaternion: 0.0.9.4 -> 0.0.9.4c
| * | | | | | | | quaternion: 0.0.9.4 -> 0.0.9.4cPeter Hoeg2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is technically not needed as the changes only relate to appstream packaging but as we are rebuilding it anyway due to libqmatrixclient changing, we might as well.
| * | | | | | | | libqmatrixclient: 0.5.1.2 -> 0.5.2Peter Hoeg2019-05-29
| | | | | | | | |
* | | | | | | | | Merge pull request #62221 from matthew-piziak/regenerate-branchesRyan Mulligan2019-05-29
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | nodePackages: regenerate
| * | | | | | | | nodePackages: regenerateMatthew Piziak2019-05-29
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #62184 from andir/libcanberra-waylandworldofpeace2019-05-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libcanberra: add patch to stop crashing on wayland
| * | | | | | | | libcanberra: add patch to stop crashing on waylandAndreas Rammhold2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the applied patch libcanberra assumes the display is an X11 display and subsequently crashes on wayland.
* | | | | | | | | Merge pull request #62200 from marsam/update-nodejs-10_xMario Rodas2019-05-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nodejs-10_x: 10.15.3 -> 10.16.0
| * | | | | | | | | nodejs-10_x: 10.15.3 -> 10.16.0Mario Rodas2019-05-28
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #62232 from jonringer/fix_curioMario Rodas2019-05-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pythonPackages.curio: patch tests
| * | | | | | | | | pythonPackages.curio: patch testsJonathan Ringer2019-05-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #62203 from peterhoeg/u/matrixPeter Hoeg2019-05-30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | matrix-synapse: 0.95.5 -> 0.95.5.1
| * | | | | | | | | matrix-synapse: 0.95.5 -> 0.95.5.1Peter Hoeg2019-05-29
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version is needed for compatibility with 1.0.0 and the new v4 rooms. Also, enable systemd support based on host OS.
* | | | | | | | | Merge pull request #62225 from bricewge/xbanish-1.6Maximilian Bosch2019-05-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xbanish: 1.5 -> 1.6
| * | | | | | | | | xbanish: 1.5 -> 1.6Brice Waegeneire2019-05-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #61823 from ambrop72/cgminer-cleanupJoachim F2019-05-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Cgminer cleanup
| * | | | | | | | | | Remove amdadlsdk and amdappsdk.Ambroz Bizjak2019-05-21
| | | | | | | | | | |